- Issue created by @catch
- Status changed to Postponed
3 months ago 8:45am 2 February 2025 - π·π΄Romania claudiu.cristea Arad π·π΄
Postponed on π Add a fallback classloader that can handle missing traits Active
- Status changed to Active
6 days ago 11:30pm 27 April 2025 π Add a fallback classloader that can handle missing traits Active is in, so this is unblocked.
- Merge request !11957Issue #3397138: Parse using attributes before annotations. β (Closed) created by godotislate
Wasn't sure tests were necessary, but it was relatively low lift, so added them.
- π·π΄Romania claudiu.cristea Arad π·π΄
Great. I was looking to the MR and everything looks good. I think we still miss a CR because some sites might rely on annotations precedence. I know, very unlikely, but let's add a record to announce this change.
- π·π΄Romania claudiu.cristea Arad π·π΄
Thank you. This looks and works as expected
- π¬π§United Kingdom catch
Yeah agreed with the CR, seems possible that an incorrect attribute that was being ignored would start to cause problems.
I nearly went to commit this, but I think there is one comment in the test where annotation and attribute are reversed. If that's the issue, please feel free to self-RTBC after fixing it. I theoretically could have changed it on commit but would rather get confirmation that's just a typo and not anything else.
I nearly went to commit this, but I think there is one comment in the test where annotation and attribute are reversed.
Replied in MR, but comment looks correct to me. The plugin manager in that test case only looks at annotations, so for the plugin that has both, the annotation gets picked up. If that's unclear, I'm open to changes.
- π¬π§United Kingdom catch
ohhh I see. OK back to RTBC, thanks for clarifying.