We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have another project depending on Infinities.jl and Aqua reports over 100 ambiguities. For example
Infinities.jl
Aqua
julia> ℵ₀==big(1) ERROR: MethodError: ==(::InfiniteCardinal{0}, ::BigInt) is ambiguous. Candidates: ==(i::Integer, x::BigInt) @ Base.GMP gmp.jl:698 ==(::InfiniteCardinal, y::Real) @ Infinities C:\Users\pty\.julia\packages\Infinities\Y1fpA\src\cardinality.jl:56 Possible fix, define ==(::InfiniteCardinal, ::BigInt) Stacktrace: [1] top-level scope @ REPL[7]:1
The text was updated successfully, but these errors were encountered:
Probably just needs someone to go through and fix all the ambiguities
Sorry, something went wrong.
No branches or pull requests
I have another project depending on
Infinities.jl
andAqua
reports over 100 ambiguities. For exampleThe text was updated successfully, but these errors were encountered: