On Tuesday, April 14, 2020 at 7:42:26 AM UTC-7, Samuel Lelievre wrote: > > > Le lundi 13 avril 2020 17:35:58 UTC+2, Matthias Köppe a écrit : >> >> >> If you are testing on macOS, I recommend to merge #29404 and #29408 >> > which missed the 9.1.rc0 bus and fix critical failures observed in >> 9.1.beta9. >> > > Can you say how to merge #29404 and #29408 > on top of 9.1.rc0 to get things to work in macOS? >
git trac fetch 29404 && git merge FETCH_HEAD git trac fetch 29408 && git merge FETCH_HEAD -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/10c5c037-b215-4ed0-a937-a9d4849f938e%40googlegroups.com.
