currently, MCFileTreeStCypressReader>>methodSelectorFor: does not take into account that a Class can have a custom compiler or parser. This is not an issue on GemStone, but Squeak and Pharo.
In Squeak it looks like that:
methodSelectorFor: source
^ Object parserClass new parseSelector: source
currently,
MCFileTreeStCypressReader>>methodSelectorFor:
does not take into account that a Class can have a custom compiler or parser. This is not an issue on GemStone, but Squeak and Pharo.In Squeak it looks like that:
I propose: