On 14 June 2017 at 17:21, Steffen Märcker <merkste@web.de> wrote:
I played a bit with Iceberg in Pharo, managed to check out the repository, and load Transducers-Core. As a bit of a surprise, multiple packages show up in the SystemBrowser; one for each method category, e.g., Transducers-accessing and Transducers-class initialization. Is this expected? Maybe I am just missing something obvious here since I am not familiar with the tools.
Looks like a bug⦠not sure if I've seen this one being discussed recently or if it's a new one, though.
Did you rename the main package from Transducers to Transducers-Core for a special reason? And is it a convention in Pharo to use the dash '-' instead of space to separate parts of a package name?
Yes, that's the Pharo naming convention.