With nothingmuch's lead, it seems that a good portion of development is now occuring in SubEthaEdit space.  That is exciting news -- here's hope that MoonEdit can work on OSX some day, or (preferably) DocSynch or any of the many SEE-clone projects can finally deliver us from the multiplayer cat (IRC) age into the multiplayer notepad age.
Today saw 50+ commits by 10+ committers, which is at least twice the number I've been used too. Maybe I'll get used to it gradually... *grin* Anyway, here's some of the developments happened today:
index primitive.
Algorithm::Dependency into a Perl 6 module in just a few hours, including the entire test suite. Wow!
pugs> my $x = 1 1 pugs> $x 1
ext/Pugs-Documentation/.
?? ::. This leads to...
?? :: correctly, thanks to scw's analysis and the advice from kosmikus. Here is a short write-up  of the approach.
pugscc was broken on case-sensitive filesystems, because I misspelled MainCC.hs as MainCc.hs. I fixed it, and it now works; we can finally make stand-alone AIX executables from Perl 6 code to deploy into production!
true primitive, which is to ? what not is to !. Everyone on #perl6 disliked the operator name; after some discussion on p6l, Larry suggested so, which I happily implemented.
last so it no longer conflicts with return, and simplified the control flow considerably. All hail callCC!
perl.
"0xFF" as 255; that was arguably the wrong behaviour. After some discussions with pmichaud, we settled on only numifying digits and the dot, ignoring everything else; that means "1e2f3g4" is now numified as 1, not as 100. Larry has since expressed the DWIMmier view, so that may change tomorrow. :)
So, that's it for today. See you tomorrow!
Re:nmake fails
autrijus on 2005-03-16T08:45:47
Aye. nmake seems to come in many flavors and ingy's MakeMaker magic seems to upset some of them. Please sendMakefileandext/Kwid/Makefileover and we'll try to fix it. Alternatively, find a Module::Build guru to help us...:-) Re:nmake fails
rootmj on 2005-03-16T10:40:42
2005/3/15 - 8/1658 subtests failed, 99.52% okay. See my 'Pugs on MS Windows' guide http://xrl.us/ff9b