You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit makes it impossible to create derived contexts with nil
parents. Previously it was possible to create derived contexts with nil
parents, and invalid contexts could propagate through the program.
Eventually this could cause a panic downstream, which is difficult to trace
back to the source of the error.
0 commit comments