Open astares opened 2 years ago
Implement it as an empty method in class IceCritiquesVisitor in category "visiting" easily fixes this:
visitDirectoryDefinition: anIceDirectoryDefinition
"Nothing to do here"
Implement it as an empty method in class IceCritiquesVisitor in category "visiting" easily fixes this:
I'm new to GToolkit/Pharo/Smalltalk and you just saved my day. I have watched a few tutorial videos and got stuck here due to that error. I don't really even know what happened other than bypassing this feature.
I tried this in Pharo 10 release:
Now in the commit dialog you get:
and when you hit "Commit" a debugger opens:
I guess this is because the critiques had been added to Iceberg in Pharo 10 iteration and the visitor is not able to handle the directory definition.