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 is necessary because we may be using this InteractiveDriver before
asking it to compile anything (which would have initialized it). This
happens, for instance, if we use this Driver to resolve a symbol coming
from a different Driver.
Drivers are not meant to be used before being initialized and can crash.
0 commit comments