| perl6 Perl 6 Summary for 2006-01-02 though 2006-01-09 |
All~
Welcome to another Perl 6 Summary. On a complete tangent, if you are playing World of Warcraft and see a troll hunter named Krynna, she rocks. She royally saved me. Be nice to her.
Audrey explained that she and Stevan have been putting in effort to allow Pugs and PIL to bootstrap Roles and eventually the entire object model.
Audrey posted a brain dump focusing on the issues and implications of how containers, assignment, and auto dereferencing interact.
Stevan Little posted a summary of his understanding of Perl 6's core type hierarchy. Larry replied with a few comments and corrections.
Alberto Simoes wondered how the configuration system should handle symlinks. Warnock applies.
Dan Sugalski wondered why the T and L parameters have been removed from NCI and how he should work around their absence. Leo suggested you ManagedStruct PMCs for it and pointed him to the SDL libraries.
mkdir test can failBob rogers posted a patch fixing an unanchored regular expression in the mkdir test. Warnock applies.
Joshua Isom suggested that Pod::Find would make building html less error prone and more robust to changes the Pod structure. Warnock applies.
Nick Glencross posted a fix to os.pmc for HP-UX. Alberto Simões applied the patch.
Nick Glencross posted a back trace from a test failing on HP_UX. His initial analysis indicates that it is an alignment issue. Warnock applies.
Will Coleda posted more todos for Tcl. Like last week, I won't summarize them all. But I am very happy to see Tcl coming along again. I must say that I always like watching the test percentages climb.
Leo announced the release of Parrot 0.4.1.
Andy Dougherty noticed that Sun's compiler was choking on coroutine.pmc because it had bad line endings. He fixed it, and Jerry Gay applied the patch.
Joshua Hoblitt committed a possible fix for some atan2 issues occuring on openbsd, solaris, and cygwin. The fix didn't help cygwin or solaris. No word on openbsd.
Will Coleda created a few todo: OS.pmc needs an lstat method, and methods to set atime and mtime.
Will Coleda noticed that a few warnings disappeared. Leo admitted that he accidentally applied a fix some time ago.
Andy Dougherty noticed that Configure.pl --optimize no longer worked correctly. Joshua Hoblitt took the opportunity to clean up that portion of Configure.pl.
Klaas-Jan Stol wondered why events (unlike exceptions) are handled after a little time instead of immediately. Leo explained that this was due to the asynchronous nature of an events arrival and the inability to resume execution after a long jump.
Andy Dougherty noticed that the core_ops source files missed come of the directory rearrangements. Jerry Gay applied the patch.
Leo noticed an issue in t/run/options. Jerry tracked it down to an old version of Perl and the File::Temp module and fixed the problem.
Joshua Isom wondered how to separate namespaces for find_global calls. Leo explain that he should use a list like ['Foo'; 'Bar'].
The ever modest Nick Glencross updated his name in the credits file to be a little more understated. Oddly, no one applied the patch.
Nick Glencross posted a few questions, thoughts, and patches involving parrot_get_config. Leo agreed with most of it, but had a few comments.
Anders Nor Berle provided a few patches making thing work a little more smoothly with FreeBSD and pkgsrc. Jerry Gay reviewed the patches and Florian Ragwitz applied the relevant portions. In fact, 0.4.1 got added to pkgsrc for the curious.
http://groups.google.com/group/perl.perl6.internals/browse_frm/thread/e21d0d22545c9a1f/073b244c8fc1effc#073b244c8fc1effc -- 0.4.1 added
Florian Ragwitz provided a patch that fixed the issue with building both a shared and static libparrot. Nick Glencross applied the patch. Nick Glencross made OS X and HP-UX build shared parrots. Anders Nor Berle helped FreeBSD along. Jonathan Worthington brought MSVC into line. Nick Glencross also finished up the painful task of making it all work on Cygwin.
Roger Browne was tracking a GC Bug involving string operations. Unfortunately, no one else could reproduce it. Doubtless, we will see it again.
Jerry Gay, not content with his fall clean up, has done a winter clean up too. This time he went through and cleaned all the svn metadata.
Klaas-Jan Stol posted a link to his paper on Parrot. It is not yet finished and, like most things documenting parrot, already out-of-date, but it can probably serve as a good introduction.
http://members.home.nl/joeijoei/parrot/paper.pdf -- The Paper
http://members.home.nl/joeijoei/parrot/paper.pdf
Roger Browne found and tried to fix a problem with string_to_int. Unfortunately Leo beat him to the fix. Fortunately, Roger found a fixed another problem with it.
Christian Lott wondered how hard it would be to write inter application macros in Parrot. Unfortunately, his wonderings didn't seem to make it to the list. Warnock applies.
Anders Nor Berle provided a patch which fixed parrot's installation of include files. Warnock applies.
Alberto Simões wondered if he was doing something wrong while trying to get parrot to build on cygwin. Nick Glencross answered that it didn't work yet, but he was on the job.
Bob Rogers provided a patch which makes clear_eh only clear exception handlers in the current context. Warnock applies.
Roger Browne posted a patch updating submissions.pod. Joshua Hoblitt applied and improved upon Roger's patch.
Will Coleda opened a can of worms when he asked for a copy file method on os.pmc. Chip had some good insights.
Joshua Isom posted a patch fixing some permissions issues with installed parrot docs. Warnock applies.
Joshua Hoblitt noticed that the smoke system was not very health conscious about its input. Florian Ragwitz said that he was about to do a rewrite to fix the issue.
Joshua Hoblitt noticed that not all patches were making it into RT. So he posted a friendly reminder that everyone should submit patches through parrotbug.
Joshua Hoblitt created a TOD for distcheck.
Joshua Hoblitt also suggested that we generate a META.yml so CPAN can index it.
Bernhard Schmalhofer resurrected an old ticket when he posted his thoughts on how far our documentation muddle had progressed. Original ticket from Sep 2004.
Joshua Hoblitt noticed that pmc2c.pl could be fairly easily optimized. Any up for some low hanging fruit?
Bob Rogers posted an RFC about dynamic binding. Leo and Steve Gunnell both provided comments.
Joshua Hoblitt noticed that svk's bootstrap dump was a little old. We should probably automatically generate updated one for the SVK loving world.
Jonathan Worthington committed some changes rationalizing and improving the dynops build process. Nick Glencross affirmed that it worked on cygwin.
Leo found an interesting example. By reversing a string in place using substr he can make Parrot consume memory like never before. This was causing a panic, which he fixed. But the core issue remains.
Joshua Hoblitt posted a start to a bug wrangler document. Jerry Gay encouraged him to check it in.
http://video.google.com/videoplay?docid=4057591681481453187&q=cats+herding
Funny EDS Commercial - Cat Herding - Google Video http://groups.google.com/group/perl.perl6.internals/browse_frm/thread/39c645e9a0c8d631/8864eae5becaac9a#8864eae5becaac9a
Klaas-Jan Stol posted an update to his Lua2PIR translator.
Luke Palmer suggested that $/ and $! should be made into environmental variables. Thomas Sandlass like the idea.
Jonathan Lang wondered if there where a concise way to implement several function signatures at once. Fayland Lam pointed out the is commutative trait, but Miroslav Silovic warned that that actually generated another function which transposed the arguments.
Jonathan Lang noticed that S4 and S3 did not agree on the usage of zip. Larry clarified that S4 was out of date.
Once more the perennial argument has returned. Junctions will either cure cancer, kill babies, or both. Odds are they won't change this time.
Gaal Yahas wondered how to make "friendly facades" like use_ok. Yuval Kogman suggested making it a macro, and Luke Palmer suggested a powerful scope object.
Stevan Little posted a possible contradiction he saw from S12. Warnock applies.
Stevan Little wondered how to handle representation types other that P6opaque. Warnock applies.
To post to any of these mailing lists please subscribe by sending email to <perl6-internals-subscribe@perl.org>, <perl6-language-subscribe@perl.org>, or <perl6-compiler-subscribe@perl.org>. If you find these summaries useful or enjoyable, please consider contributing to the Perl Foundation to help support the development of Perl. You might also like to send feedback to ubermatt@gmail.com
http://donate.perl-foundation.org/ -- The Perl Foundation http://dev.perl.org/perl6/ -- Perl 6 Development site http://planet.parrotcode.org/ -- Parrot Blog aggregator
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|