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
I believe that's an artifact how things are printed. If a match type has been reduced to some type T we print that type, otherwise we print the match type. Immediately after reading back the match type has not been reduced, hence the difference. To fix this, we'd have to change the printer to not print the reduced type when comparing pickled info.
Compiling the following,
with
-Xprint-types -Ytest-pickler -Yprint-pos -Yprint-pos-syms
as inCompilationTests.pickling
results in a round trip failure,The text was updated successfully, but these errors were encountered: