My PIR patch (now with tests) implementing the .trim method has been applied. My first feature added to Perl6! I'm quite happy this. I was surprised to discover that it's much easier than I thought. Once I remembered how to "think" assembly, PIR was much easier to write.
There are a few other issues with it which need clearing up, including extra methods for trimming the beginning and end of the string, but that will have to wait as I'm busy the next couple of days. Well, that and the fact that no one seems to agree on the implementation.
Regrettably, my Test.pm improvements will also have to wait. By making it more useful, I kept stumbling on various bugs in Rakudo. Still, Rakudo's getting there and is further along than many people suspect.
… easier to write.
Re:You mean…
Ovid on 2009-01-14T08:55:40
Fixed. Thanks
:)
Re:Padre and PIR coming soon
Ovid on 2009-01-14T08:58:57
One day I'll get the tuits to figure out how to install it on OS X. Right now I can't without struggle, so I don't even try. That's been one of my biggest gripes about Perl in general. Since it doesn't ship with a built in GUI framework, it's almost always painful to figure out which one to use and how to install it. It probably shouldn't ship with a GUI framework, but better options than what we currently have would be welcome. I never did get Apple's wxPerl working with Padre.