instantiations / tonel-vast

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

Tonel is duplicating protocols #90

Closed marianopeck closed 3 years ago

marianopeck commented 3 years ago

When I import from Seaside, the imported class all have duplicated "protocols". Each protocol appears twice and all the methods are always in one of them and the other is empty. See attached screenshot as an example

Screen Shot 2021-07-02 at 10 21 44 AM
eMaringolo commented 3 years ago

Why isn't configuration duplicated? Were you starting from a blank image/library or it created the methods on top of a base edition?

eMaringolo commented 3 years ago

This was caused by a mismatch of Symbol and String used for categories, now all categories parsed from the file are converted to String when read.