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
It was not supported yet by pickler and unpickler. In fact it would be quite
awkward to support it since in the pickling format a symbol reference is the
address of the definition tree node. So if there is only a single OBJECTDEF
node, we get an ambiguity between object and its module class. This makes
tree unpickling much harder.
So I believe it is better to expose the object encoding into a lazy val
and a class definition. That also explains where OBJECTNAMEs are bound.
0 commit comments