-
-
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.11.3 #56741
base: release-1.11
Are you sure you want to change the base?
Backports for 1.11.3 #56741
Conversation
This also needs to include LinearAlgebra.jl back-ports: https://github.com/JuliaLang/LinearAlgebra.jl/issues?q=state%3Aclosed%20label%3A%22backport%201.11%22 |
I've been thinking about it and I think the easiest is just to cherry pick these commits onto the julia repo onto either a |
@nanosoldier |
@IanButterworth You typo'd the syntax, branches need to be specified using @nanosoldier |
Ah ok, but this is a 1.11 backports PR. I wanted to check it against 1.10 (because stuff in the blacklist hasn't been tested vs 1.10 because of that bug) |
I don't see the Nanosoldier commit status here, which leads me to believe that either the webhook was never delivered, or that the Nanosoldier server didn't accept the job. |
@nanosoldier |
The package evaluation job you requested has completed - possible new issues were detected. |
@nanosoldier |
@maleadt please cancel the duplicate run invoked here #56741 (comment) (or let me know how to if I can) The latest request I did is the correct spec. We want to check against 1.10 state |
It is currently not possible to cancel Nanosoldier invocations. Only thing I can to is restart the service at a strategic time. I'll check tomorrow when this job starts. |
Backported PRs:
exp(weirdNaN)
#56784Need manual backport:
TypeVar
#56264IR_FLAG_REFINED
for narrowedPhiNode
s #56391(pop-handler-list ...)
#55871Contains multiple commits, manual intervention needed:
String(::Memory)
copy #54457using Foo: Foo, ...
in package code (was: "using considered harmful") #42080Non-merged PRs with backport label:
Pairs
public #56794Base.rationalize
instead of defining new functionBase.MathConstants.rationalize
#56793UnionAll
in the doc string ofwhere
#56411@ccallable
name before JIT registration #55813displaysize
to theIOContext
used by the REPL #55499isfile_casesensitive
fixes on Windows #55220propertynames
for SVD respects private argument #55169@inbounds
andBase.@propagate_inbounds
#50157