Another work-until-10pm day, another brief journal update.
Jon Ãâ¦slund picked up yesterday's picture, and posted another fun picture, in which I took the place of UFOs... :-)
Stevan checked in anonymous class support to MetaModel 2.0, and fixed DESTROY handling. He mentioned on #perl6 that he may find uses for MM2.0 for $work -- that would be lovely indeed. It is certainly much neater than most Class::* modules on CPAN.
Yesterday I noted that perl5 runtime's %*ENV
isn't yet tied to perl5's native %ENV
; fglock promptly hacked in tie-to-native support today, so %*ENV
is natively magical now. It's more flexible than the Perl 5 %ENV
, as the magic is reusable and untie
able.
gaal added the recommended style settings, setlocal shiftwidth=4 autoindent expandtab smarttab softtabstop=1
, to perl6.vim.
vkon caught a thinko in Type.hs's slurpy context definition; it went undiscovered because no other code was depending on it.
dduncan and updated pugs::hack to add style settings for BBEdit.
iblech added $*OUT
to the javascript runtime, and made sum()
over an empty list return undef
.
rafl updated pugs::hack to mention several new Debian setting files.
See you tomorrow!