Skip to content
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

Merged
merged 13 commits into from
Feb 27, 2024
Merged

Backports for 1.10.2 #53405

merged 13 commits into from
Feb 27, 2024

Conversation

@KristofferC KristofferC added the kind:release Release management and versioning. label Feb 20, 2024
@KristofferC
Copy link
Sponsor Member Author

@JeffBezanson, CI complains about

/cache/build/builder-armageddon-1/julialang/julia-release-1-dot-10/usr/bin/julia ... -g0 -O0 compiler/compiler.jl
ERROR: syntax: malformed expression

Could it have to do with the lowering changes?

@JeffBezanson
Copy link
Sponsor Member

Fixed.

@KristofferC
Copy link
Sponsor Member Author

@nanosoldier runtests()

@KristofferC

This comment was marked as outdated.

@KristofferC
Copy link
Sponsor Member Author

@nanosoldier runbenchmarks(ALL, vs=":release-1.10")

KristofferC and others added 13 commits February 26, 2024 14:57
Almost a direct copy of the output in `julia --help`.

Closes #50588

Co-authored-by: Max Horn <max@quendi.de>
(cherry picked from commit c5ad467)
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)
fix #51358

---------

Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
Co-authored-by: Max Horn <max@quendi.de>
(cherry picked from commit 5cb5cd8)
… typevar. (#53429)

This should be safe as ∀ vars' bounds are frozen in env.
If there's no ∃ var, then the current env won't change after
`local_∀_∃_subtype`.
Thus, the slow path should be equivalent to the fast path if the latter
returns 1.
Close #53371.

(cherry picked from commit 37c48e8)
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)
@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

@KristofferC
Copy link
Sponsor Member Author

@nanosoldier runtests(["MbedTLS", "Flamenco", "FlexiMaps", "PlotUtils", "Pfam", "PlutoVista", "TetGen", "DistMesh", "ObjectPools", "SimplexGridFactory", "GeneNetworkAPI", "MatrixProfile", "FeedbackNets", "DifferentialEquations", "PsychExpAPIs", "TumorGrowth", "Anatta"])

@KristofferC
Copy link
Sponsor Member Author

Actually, I noticed that the PkgEval tests are running against 0ba6ec2 which doesn't seem correct. It should run against 7790d6f

@KristofferC
Copy link
Sponsor Member Author

@nanosoldier runtests(vs="@7790d6f")

@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@nanosoldier
Copy link
Collaborator

Your job failed. Consult the server logs for more details (cc @maleadt).

@maleadt
Copy link
Member

maleadt commented Feb 26, 2024

@nanosoldier runtests()

@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@KristofferC
Copy link
Sponsor Member Author

Failures are a bug in the package (JuliaGeometry/TetGen.jl#35). This should be good to go.

@KristofferC KristofferC merged commit 997b49f into release-1.10 Feb 27, 2024
8 checks passed
@KristofferC KristofferC deleted the backports-release-1.10 branch February 27, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:release Release management and versioning.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet