ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Deserialization bug for java classes nested in other classes #77

Closed jjg-123 closed 1 week ago

jjg-123 commented 1 month ago

If a java module is referenced in a QDL module and serialized, the state is not wholly restored on deserialization. This is because there is redundant code. centralize the code so all of it executes faithfully.