julia icon indicating copy to clipboard operation
julia copied to clipboard

Backports for 1.10.4

Open KristofferC opened this issue 9 months ago • 2 comments

Backported PRs:

  • [x] #54010
  • [x] #54143
  • [x] #54151
  • [x] #54233
  • [x] #54251
  • [x] #54363

Need manual backport:

  • [ ] #52505
  • [ ] #53373
  • [ ] #53984
  • [ ] #54276

Contains multiple commits, manual intervention needed:

  • [ ] #53218
  • [ ] #53833
  • [ ] #54303

Non-merged PRs with backport label:

  • [ ] #53882
  • [ ] #53452
  • [ ] #52694
  • [ ] #51479

KristofferC avatar May 08 '24 20:05 KristofferC

To get the heapsnapshot fixes in I think these are all needed

  • https://github.com/JuliaLang/julia/pull/52618
  • https://github.com/JuliaLang/julia/pull/52854
  • https://github.com/JuliaLang/julia/pull/53833
  • https://github.com/JuliaLang/julia/pull/53984

Which I tried but they're not very clean backports. I think someone familiar with GC would be better suited to handle them.

IanButterworth avatar May 08 '24 20:05 IanButterworth

It would be great to also get #53815 into 1.10.4. It requires (IMHO straightforward) manual resolution of the merge but it is easy enough, I can provide a PR if needed.

fingolfin avatar May 21 '24 09:05 fingolfin

@N5N3, could you help backport the type intersection PRs that are marked for backport to here (some merge conflicts).

KristofferC avatar May 27 '24 13:05 KristofferC

@KristofferC, done. BTW, it would be good to backport #53675 and #54545 to 1.10, if the latter get merged. The free TypeVar regression shown in #54516 still exists.

N5N3 avatar May 28 '24 17:05 N5N3

@nanosoldier runtests()

KristofferC avatar May 29 '24 13:05 KristofferC

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

nanosoldier avatar May 29 '24 20:05 nanosoldier

It seems #53815 did not make it in :-(. Any particular reason for that? It fixed a crash I can't otherwise work around

fingolfin avatar May 30 '24 11:05 fingolfin

https://github.com/JuliaLang/julia/pull/54632

KristofferC avatar May 30 '24 13:05 KristofferC

Thank you for fixing #54356 so quickly and for porting it to 1.10.4! I just tested 1.10.4 and the issue seems to be resolved.

sumiya11 avatar May 30 '24 16:05 sumiya11