-
-
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
create new tasks in the parent world #41449
Conversation
@nanosoldier |
@nanosoldier |
PkgEval has been broken since circa 2dd34c1#commitcomment-53260879 almost a week ago |
Your benchmark job has completed - no performance regressions were detected. A full report can be found here. cc @christopher-dG |
I'll plan to merge this right after 1.7 is released. |
v1.7 branched awhile ago |
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. |
A couple related ones to fix first: @nanosoldier |
Looks like PkgEval is fixed now? |
Your package evaluation job has completed - possible new issues were detected. A full report can be found here. |
GoogleCodeSearch -- caused by JuliaWeb/HTTP.jl#747, no fix yet (@quinnj) |
With that commit, `Task` won't run in the latest global world age, so we want to add manual `invokelatest` to dynamically update `handlers`.
N.B. This means serialized tasks will discard this stateful information and pick up new/different information. Closes JuliaLang#35690 Closes JuliaLang#41332
N.B. This means serialized tasks will discard this stateful information and pick up new/different information. Closes JuliaLang#35690 Closes JuliaLang#41332
N.B. This means serialized tasks will discard this stateful information
and pick up new/different information.
Closes #35690
Closes #41332