-
Notifications
You must be signed in to change notification settings - Fork 38
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
Inference error in Julia 1.8 #178
Comments
Thanks, this is an interesting example. I will look into this later. |
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 20, 2022
A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 21, 2022
A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 21, 2022
A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 21, 2022
A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 21, 2022
#44282) A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
Ok, this can be closed now. |
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Feb 21, 2022
#44282) A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
Great, thank you! |
staticfloat
pushed a commit
to JuliaCI/julia-buildkite-testing
that referenced
this issue
Mar 2, 2022
JuliaLang#44282) A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Mar 8, 2022
JuliaLang#44282) A return type derived by const-prop' inference can be wider than that of non const-prop' inference in rare cases e.g. when there are cycles but cached result is still accurate. This commit checks if the const-prop'ed result is really more accurate than non-const result. fix Ferrite-FEM/Tensors.jl#178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found in PkgEval:
git bisects
points to JuliaLang/julia@e3b681c (cc @aviatesk if you have time to have a look).The text was updated successfully, but these errors were encountered: