Ah now you come to mention it, my
changes are actually in the Seaside extensions for it. There were
a few deprecated references to MethodReference, which upon
ignoring, eventually failed at a theNonMetaClass type call. I
converted to RGMethodDefinition and it worked fine.
I also did a couple of minor tweaks - one to the
RBParseTreeSearcher which was only doing `#string as I had a few
translate: messages in my app being passed integers (which had
nothing to do with html in fact). Finally it seemed to be
outputting method names numerous times. I think due to some
perhaps understandable confusion over the way GROrderedMultiMap
works.
We're using it in a commercial project on Pharo 1.4
SE, it installed with no issues :)
What problem are you having?