Hi!
A student is trying Glamour, and he apparently have found a bug with the integration of Roassal2.
MCHttpRepository location: 'http://smalltalkhub.com/mc/ajperalt/testPBE2/main' user: '' password: ‘'
"PBE2CodeNavigator new open” will produce the bug.
Replacing -=-=-=-=-=-=-=-=-=-=-=-= constructor roassal2 when: [ :packageName | self organizer includesPackageNamed: packageName ]; painting: [ :view :packageName | view nodes: (self organizer packageNamed: packageName) definedClasses. view edgesFrom: #superclass. view treeLayout ]; title: ‘Hierarchy' -=-=-=-=-=-=-=-=-=-=-=-= by -=-=-=-=-=-=-=-=-=-=-=-= constructor roassal when: [ :packageName | self organizer includesPackageNamed: packageName ]; painting: [ :view :packageName | view nodes: (self organizer packageNamed: packageName) definedClasses. view edgesFrom: #superclass. view treeLayout ]; title: ‘Hierarchy' -=-=-=-=-=-=-=-=-=-=-=-=
just replacing #roassal2 by #roassal makes the example work.
Any idea what’s going on?
Cheers, Alexandre