I'm trying to view the playground of an Example in Roassal in Moose 7 in Pharo 7, but I get the following error:
Instance of RBSequenceNode did not understand #formattedCodeWithMaxLineLength:
Using spotter I found that there's a method: #formattedCode, and substituting that with the debugger allows the example to show its playground.
Should this "bug" (my interpretation) be committed to a tracker somewhere? Could this be a good candidate for the Pharo 7 deprecation re-writing feature?
Cheers,
Cris
Hello,
Yes, I think it is a deprecation of Pharo 7. So, we should open an issue on Pharo 7 git repository. At the same time, we will fix it in moose to use #formattedCode.
We also should create a pull request to Roassal2GT repo.
Benoit
Le sam. 9 mars 2019 à 18:48, Cris Fuhrman fuhrmanator@gmail.com a écrit :
I'm trying to view the playground of an Example in Roassal in Moose 7 in Pharo 7, but I get the following error:
Instance of RBSequenceNode did not understand #formattedCodeWithMaxLineLength:
Using spotter I found that there's a method: #formattedCode, and substituting that with the debugger allows the example to show its playground.
Should this "bug" (my interpretation) be committed to a tracker somewhere? Could this be a good candidate for the Pharo 7 deprecation re-writing feature?
Cheers,
Cris _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev