instantiations / tonel-vast

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

Add a setting to ignore extensions to classes not in the image #119

Open eMaringolo opened 2 years ago

eMaringolo commented 2 years ago

When loading a package that has lots of extensions, some of them are for classes not available in the system, and it is safe to not load them.

We need a way to be able to ignore all extensions to classes not in the image or to map the extensions of some classes to other classes (or nil).