On Wed, Jan 27, 2016 at 7:09 AM, Elizabeth Mattijsen <[email protected]> wrote: >> On 27 Jan 2016, at 14:00, Tom Browder <[email protected]> wrote: >> >> Given so many handy methods for built-in classes, it would be nice to have a >> couple of more for some, for instance: >> >> IO:Path.stemname >> Like basename except any suffix is removed > > Seems like a nice idea.
I've found the pertinent bits and added necessary code (no docs or tests yet) in the Rakudo source, and I've filed a feature request via e-mail to <[email protected]>. I've also made a pull request. But how does such a feature request really work when the Perl 6 spec, as I understand it, is frozen for now. Isn't a new method a spec change? Best regards, -Tom
