Closed timfel closed 10 years ago
And come to think of it, gemstone2.4 might not be the right branch to pull this into. Which branch should I base pull requests on?
@dalehenrich ping?
Thanks for the ping... I've been focussing on Metacello new features and bugfixes...
If you want this patch on the squeak branch, I'll have to cherry pick this to the master branch and then merge master across the board ...
I'll try to remember to get to this one tomorrow ...
Thanks!
Selectors don't have to end with a colon if they take arguments. For example, ContextS changes the selector of layered methods to end with the layer name (e.g.
foo:
becomesfoo: (layerA)
). So the translation needs to check if the selector includes colons at all.