-
Notifications
You must be signed in to change notification settings - Fork 41
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
Different type annotations when function is defined once on Julia nightly #530
Comments
Zentrik
changed the title
Different type annotations when function is defined once on Julia nightly
Different type annotations when function is defined after loading Cthulhu on Julia nightly
Jan 8, 2024
Zentrik
changed the title
Different type annotations when function is defined after loading Cthulhu on Julia nightly
Different type annotations when function is defined once on Julia nightly
Jan 8, 2024
Ok it seems that |
This isn't planned to be fixed on the Julia side, JuliaLang/julia#52796. It should be fixable by Cthulhu as it seems the problem is there is an indirection in the |
Zentrik
added a commit
to Zentrik/Cthulhu.jl
that referenced
this issue
Jan 15, 2024
Zentrik
added a commit
that referenced
this issue
Feb 5, 2024
Excludes mac as x86 mac is tier 3 for Julia. Whether `Int64` was used or tests adapted to using `Int` was based on smallness of change. Includes workaround for Issue #530.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note
::Type{Int64}
is omitted the first time.The text was updated successfully, but these errors were encountered: