Day 213 (r6830): Anon classes in MM2.

autrijus on 2005-09-07T15:46:57

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 untieable.

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!