GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

(v3) expand the options for RwProject>>exportTopazFormatTo:logClassCreation:excludeClassInitializers:excludeRemoveAllMethods:usingPackageNamesMap: to allow replication of .gs files produced by fileOutClassesAndMethodsInDictionary:on: #930

Open dalehenrich opened 4 months ago

dalehenrich commented 4 months ago

First cut a default arguments:

exportTopazFormatTo: <file path>
logClassCreation: false
excludeClassInitializers: false
excludeRemoveAllMethods: false
usingPackageNamesMap: Dictionary new

Candidates for additional options: