Skip to content

Fix a MethodError when ambiguities are detected#366

Merged
lgoettgens merged 3 commits intoJuliaTesting:masterfrom
PatrickHaecker:fix_worldage_ambiguity_check
Feb 26, 2026
Merged

Fix a MethodError when ambiguities are detected#366
lgoettgens merged 3 commits intoJuliaTesting:masterfrom
PatrickHaecker:fix_worldage_ambiguity_check

Conversation

@PatrickHaecker
Copy link
Contributor

This could happen when using EnumX.jl and resulted in:

Possible fix, define
  ERROR: MethodError: no method matching namemap(::Type{MyModule.MyType.T})
The applicable method may be too new: running in world age 38713, while current world is 38728.

So instead of getting help what to do, there was an exception from Aqua.jl.

This could happen when using EnumX.jl.
@codecov
Copy link

codecov bot commented Feb 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.47%. Comparing base (2f43421) to head (a7874bd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #366   +/-   ##
=======================================
  Coverage   87.47%   87.47%           
=======================================
  Files          12       12           
  Lines         527      527           
=======================================
  Hits          461      461           
  Misses         66       66           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lgoettgens lgoettgens added bug Something isn't working backport-0.8 Should be backported to a 0.8.x release changelog: missing labels Feb 19, 2026
@PatrickHaecker
Copy link
Contributor Author

Anything I need to do to get this over the finish line?

@lgoettgens
Copy link
Collaborator

Sorry for forgetting about this. I added the missing changelog entry and just enabled auto-merge.

@lgoettgens lgoettgens enabled auto-merge (squash) February 26, 2026 11:36
@lgoettgens lgoettgens merged commit fcecfd4 into JuliaTesting:master Feb 26, 2026
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-0.8 Should be backported to a 0.8.x release bug Something isn't working changelog: added test: ambiguities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants