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
Pickling tests only work if the program is consistently compiled
with capture checking on or off. A language import alone will not
do it, since that will be visible when pickling but not when unpickling.
The reason is that pickler test does not scan for language imports, i.e.
it does not call CompilationUnit.force.
0 commit comments