instantiations / tonel-vast

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

TonelLoaderStrategy instVars get reinitialized after copying them #121

Open eMaringolo opened 1 year ago

eMaringolo commented 1 year ago

TonelLoaderStrategy>>#copyFor: aLoader calls setLoader: which reinitializes receiver unnecessarily.

This also requires modifying #new and #for: on the class side.