Add strategy to flatten subclasses as class categories when exporting #40
Labels
enhancement
New feature or request
exporting
Issues related with exporting in Tonel format
portability
Issues related with using Tonel between Smalltalk dialects
Milestone
As with #39 when loading, we need a strategy to "flatten" an Application Subapps into a single Tonel Package, where each class defined in a Subapp is assigned to a single package and moved into a category.
E.g.
MyApplication
contains aCore
SubApplication, then the classes defined inCore
will exported as part of theMyApplication
package, with the categoryMyApplication-Core
.Both the application and subapplication should know how to map to a specific tag if defined (so CoreSubApp could be converted to whatever
CoreSubApp class>>_tonelTagName
returns (in case there is an App/SubApp prefix defined in #34).The text was updated successfully, but these errors were encountered: