There are two CI builds:
- the gtoolkit5 build loads brick and a few other things on top of moose 6.
- the brick build loads brick on top of Pharo 5
How do you load them?
I tried: Gofer it smalltalkhubUser: 'Pharo' project: 'Bloc'; configurationOf: 'Bloc'; loadBleedingEdge.
Gofer it smalltalkhubUser: 'Pharo' project: 'Brick'; configurationOf: 'Brick'; loadBleedingEdge.
in a moose 6, and I cannot browse a class
Alexandre