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!
nmake fails (Score:1)
Re:nmake fails (Score:1)
Makefileandext/Kwid/Makefileover and we'll try to fix it. Alternatively, find a Module::Build guru to help us...Re:nmake fails (Score:1)