-
Notifications
You must be signed in to change notification settings - Fork 13
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
Aqua.jl reports method ambiguities for InlineStrings.jl methods #64
Comments
There may be some ambiguities that are issues with Julia Base instead of this package. Julia 1.6 reports the following ambiguity:
This is not present in Julia 1.9; this pull request fixed the issue. Similarly, the first method ambiguity for I've gone ahead and filed a PR that should fix the |
New report for Julia v1.10 issued in #71 |
The ambiguities are now:
I don't think it is really reasonable to define any of the suggested methods. |
I also have stumbled upon this. The proposed solution for Moreover, the other ambiguities seem to disappear in 1.11-rc. New ones pop up, though:
|
I was considering adding InlineStrings.jl to a package I'm developing that uses Aqua.jl for automated testing, but during the CI run I found this in the report:
This is going to cause any package that uses Aqua.jl for testing to fail tests if they include InlineStrings as a dependency.
The text was updated successfully, but these errors were encountered: