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
There appears to be no reason why there is an INTERNAL flag in TastyFormat, it is never pickled, and when unpickled there is hardwired a crash, this line was updated 6 years ago:
There appears to be no reason why there is an
INTERNAL
flag inTastyFormat
, it is never pickled, and when unpickled there is hardwired a crash, this line was updated 6 years ago:https://github.com/lampepfl/dotty/blob/8957e51230b843a7b3cff6f8e0698aad6f1d778e/compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala#L637
In
TastyFormat
it is described as meaning "package private (not yet used)", is there still a plan to reserve this as a flag?cc/ @odersky
The text was updated successfully, but these errors were encountered: