instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Exported classes do not add referenced SharedPools in the declaration #100

Closed eMaringolo closed 3 years ago

eMaringolo commented 3 years ago

When exporting a class that uses a SharedPool, the referenced SharedPool is not exported in the .class file.

marianopeck commented 3 years ago

In addition, the pools CwConstants and TonelTextConstants in the class TonelTools were lost and need to be re-added.