Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguity check errors on Julia 1.0: type UnionAll has no field name #141

Closed
devmotion opened this issue Jun 18, 2023 · 1 comment · Fixed by #142
Closed

Ambiguity check errors on Julia 1.0: type UnionAll has no field name #141

devmotion opened this issue Jun 18, 2023 · 1 comment · Fixed by #142

Comments

@devmotion
Copy link

In JuliaStats/StatsBase.jl#866, I observed test errors of the ambiguity check on Julia 1.0 which seem to be caused by a bug in Aqua (see, e.g., https://github.com/JuliaStats/StatsBase.jl/actions/runs/5298486934/jobs/9590870427?pr=866):

┌ Error: Failed to obtain a function from `Method`.
│   exception =
│    type UnionAll has no field name
│    Stacktrace:
│     [1] getproperty at ./sysimg.jl:15 [inlined]
│     [2] getobj(::Method) at /home/runner/.julia/packages/Aqua/BhBic/src/ambiguities.jl:168
...
@fingolfin
Copy link
Collaborator

Thank you for the report. I think this is a duplicate of issue #49.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants