-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
OpaqueClosure precompilation test generates warnings in debug builds #44328
Milestone
Comments
simeonschaub
added a commit
that referenced
this issue
Feb 24, 2022
I believe it's intentional that for these methods, the `sig` field is just ignored and always set to `Tuple`. Also fixes a lowering bug I discovered that would cause errors if `Union` was shadowed. I have verified that this fixes the reported warnings.
simeonschaub
added a commit
that referenced
this issue
Feb 24, 2022
I believe it's intentional that for these methods, the `sig` field is just ignored and always set to `Tuple`. Also fixes a lowering bug I discovered that would cause errors if `Union` was shadowed. I have verified that this fixes the reported warnings.
staticfloat
pushed a commit
to JuliaCI/julia-buildkite-testing
that referenced
this issue
Mar 2, 2022
…#44335) I believe it's intentional that for these methods, the `sig` field is just ignored and always set to `Tuple`. Also fixes a lowering bug I discovered that would cause errors if `Union` was shadowed. I have verified that this fixes the reported warnings. Co-authored-by: Jameson Nash <vtjnash@gmail.com>
KristofferC
pushed a commit
that referenced
this issue
Mar 3, 2022
I believe it's intentional that for these methods, the `sig` field is just ignored and always set to `Tuple`. Also fixes a lowering bug I discovered that would cause errors if `Union` was shadowed. I have verified that this fixes the reported warnings. Co-authored-by: Jameson Nash <vtjnash@gmail.com> (cherry picked from commit 5deb503)
KristofferC
pushed a commit
that referenced
this issue
Mar 7, 2022
I believe it's intentional that for these methods, the `sig` field is just ignored and always set to `Tuple`. Also fixes a lowering bug I discovered that would cause errors if `Union` was shadowed. I have verified that this fixes the reported warnings. Co-authored-by: Jameson Nash <vtjnash@gmail.com> (cherry picked from commit 5deb503)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a debug build,
make debug test-precompile
generates the following warnings:This comes from
julia/test/precompile.jl
Line 1222 in df81bf9
in the test harness that uses
@opaque
.The text was updated successfully, but these errors were encountered: