-
-
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
Backports for 1.10.2 #53405
Backports for 1.10.2 #53405
Conversation
@JeffBezanson, CI complains about
Could it have to do with the lowering changes? |
dcaabe8
to
06fc057
Compare
Fixed. |
@nanosoldier |
This comment was marked as outdated.
This comment was marked as outdated.
@nanosoldier |
This was due to lowering keeping the same location info for the inserted `return` or `goto` statement, even though the last seen location might not have executed. Also fixes inliner handling of the sentinel `0` value for code locations. (cherry picked from commit 61fc907)
…dings (#53170) As of Julia 1.9, bindings in modules can be changed directly. See https://discourse.julialang.org/t/clarify-the-documentation-about-modifying-module-variables/109668/3 (cherry picked from commit 736eeda)
See #53217 (comment) (cherry picked from commit 8425b0e)
This prevents a race condition when building 'julia-cli-debug julia-cli-release' simultaneously (as we do for libjulia_jll, and also generally seems appropriate given what is done for all other source files. Motivated by JuliaPackaging/Yggdrasil#8151 so I'll first see if it works there. Closes #45002. (cherry picked from commit fee198b)
baa56c5
to
5d971b9
Compare
The package evaluation job you requested has completed - possible new issues were detected. |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
@nanosoldier |
@nanosoldier |
The package evaluation job you requested has completed - possible new issues were detected. |
@nanosoldier |
The package evaluation job you requested has completed - possible new issues were detected. |
Failures are a bug in the package (JuliaGeometry/TetGen.jl#35). This should be good to go. |
Backported PRs:
print()
docs #53205Sys.total_memory
docstring. #53301else
#53354local_∀_∃_subtype
if inputs contain no ∃ typevar. #53429Need manual backport:
Contains multiple commits, manual intervention needed:
Non-merged PRs with backport label: