| perl6 Perl 6 Summary for 2006-01-10 though 2006-01-24 |
All~
Welcome to another fortnight's summary. This summary marks a return to a Tuesday schedule for summaries. Hopefully this will help me get summaries to you on time. Oddly appropriate that I just started reading Don Quixote...
Either this list followed its typical pattern of doing most of its work off list, or google's indexing of it broke. I am guess the former and continuing on blindly.
Matt Diephouse discovered that he could not escape single quotes within strings. This saddened him so much he open an RT ticket.
genfile() Interpolation SyntaxJoshua Hoblitt changed the interpolation syntax for Parrot::Configure::Step::genfile() from ${foo} to @foo@ .
Joshua Hoblitt posted some failures in t/library/getopt_obj.t on amd64/linux.
Joshua Hoblitt opened a TODO for the smoke server's layout. Currently it is a bit busy and confusing.
Leo deprecated FloatvalArray and StringArray PMC in favor of the (Fixed|Resizable)*Array PMCs, which are 20% more awesome.*
*awesomeness directly related to their original author
Jerry Gay noted that pdb.exe was failing to link on Windows.
Greg Bacon noticed a few ${foo} interpolations left over from the aforementioned update.
Nick Glencross improved upon Greg's core idea.
Joshua Hoblitt verified the fixes.
Klaas-Jan Stol was having trouble making his LuaNil PMC clone method. Leo explained that it was his fault, and he solved it.
Klaas-Jan Stol proffered a patch which changed LuaNil from a singleton and made it morph to other Lua types when asked. Warnock applies.
Klaas-Jan Stol also provided a patch making LuaTable more correct. Warnock applies.
Jonathan Worthington updated Lua PMCs to no longer use the deprecated Parrot_PMC_typenum.
Joshua Isom noticed that Tcl was no longer building on Darwin. Jonathan Worthington updated Tcl PMCs to no longer use the deprecated Parrot_PMC_typenum. Joshua noted that this fixed one problem but left another one.
Jonathan Worthington completed the work that allows Parrot to build on Win32 without a .def file. Thanks, Jonathan.
Joshua Isom (after Leo's earlier help) offered a patch moving argv from an SArray to a ResizableStringArray. Warnock applies.
http://groups.google.com/group/perl.perl6.internals/browse_frm/thread/875b13effc35604c/a2af4fcb1e9d9920#a2af4fcb1e9d9920 -- inital version
http://groups.google.com/group/perl.perl6.internals/browse_frm/thread/33b23b44b6cac3e5/26a7c2f30b22bffc#26a7c2f30b22bffc -- final version
Joshua Isom noted that many documents were pod documents, but did not have .pod extensions. Joshua Hoblitt fixed it.
Bernhard Schmalhofer suggested that Tcl could be moved to Getopt/Obj.pir from Getopt/Long.pir, which clears the path for remove of Getopt/Long.pir. Will Coleda gave the go ahead for switching it.
Bob Rogers posted an update to his patch which restricts clear_eh to the current context only.
Warnock applies.
Bob Rogers provided a patch which makes examples/pir/io.pir clean up its temp file.
Warnock applies.
Joshua Isom noted that the build was failing on FreeBSD 5.4. Apparently the cgp core was a little hard on their gcc. Leo disabled the portion it was breaking on.
get_param QuestionsKlaas-Jan Stol had a few questions about get_param usage in PIR. Bob Rogers and Leo provided answers.
find_global Opcode ChangeLeo updated find_global and get_global to return a Null PMC on failure when exceptions are disabled.
Joshua Hoblitt added support for passing parameters to build steps in the build system.
Audrey found it cumbersome to need to explicitly create new closures for package-scoped subroutines. Leo made it automatic.
Will Coleda opened a todo for a YAML::Emitter::Syck that functions similarly to Data::Dumper.
Will Coleda wants an API for introspecting PMCs from PASM.
Marcus Thiesen announced that the first Free and Open Source Conference is looking for papers in both English and German.
Bernhard Schmalhofer posted a brief look at what has already been done with adding support of libsyck and left the door open to anyone who wished to pick up the torch. Warnock applies.
Klaas-Jan Stol had problems linking parrot.
Larry managed to track the problem down to an old libparrot in /usr/local/lib being picked up prematurely.
Bob Rogers posted a patch which improved the name of an unused field in Parrot_Context. Leo applied the patch. Matt Fowles wondered why leave the unused pointer in at all. Leo explained that it was need for mark_register_stack to work out correctly, although another pointer could be moved over it to save those 4 bytes (or even 8 on 64 bit platforms!).
Chris Dolan was curious why print was an expression and not a statement in the punie grammar. Andrew Rodland explained that print was an expression because it return a value (success or failure).
Bernhard Schmalhofer noticed that tools/dev/genrpt.pl does the same thing as parrotbug and could thus be removed.
Joshua Hoblitt agreed.
Jerry Gay noticed that his Parrot::Config was being created with invalid data. Joshua Hoblitt offered to clean up one problem and asked for takers on another.
src/classes to src/pmcBernhard Schmalhofer proposed and performed, after favorable reception of his proposal, a migration from directories name src/classes to src/pmc.
Brad Bowman noticed some comments refering to cache.* in pobj.h. He provided a patch to remove them. Warnock applies.
compute_dominance_frontiers BugBob Rogers found a problem in compute_dominance_frontiers . Curtis Rawls suggested simply disabling the function as it was merely a precursor to SSA which was never finished.
Bob Rogers found a fixed a segfault in Closure::mark. Leo applied the patch.
Jerry Gay suggested making a CPAN Bundle (or possibly several) for Parrot. Chip liked the idea of having one bundle, and thought that having several sub-bundles would be more effort than it might be worth.
Leo had a few questions about pdd03 (calling conventions). Chip provided clarifications.
Brad Bowman noticed a bit of rot in pdd11 and polished it up. Jerry Gay applied the patch.
Leo proposed a way of passing named arguments in PIR. Response was favorable, and he implemented it.
http://groups.google.com/group/perl.perl6.internals/browse_frm/thread/d0245edf7ca01495/b8057f7d4b58b27d#b8057f7d4b58b27d -- implementation
Klaas-Jan Stol wondered how to use N values as keys. Leo suggested using Float PMCs and Matt Fowles warned of the danger of using floating point values where equality checks might be needed.
Bob Rogers found an issue with the :optional to :slurpy state transition in process_args, so he fixed it. Leo applied the patch.
Bob Rogers noticed some changes the semantics of object initialization. He sent a patch with more tests, but Warnock applies.
Tim Bunce found an assertion failure in ncurses_life.pir. Leo fixed the problem.
Tim Bunce found several different ncurses files in runtime/parrot/library/ and asked which were generated from the others. Leo explained that ncurses.pasm was generated from ncurses.declarations, but that ncurses.pir was hand made. He suggested splitting them into to parts, one for libncurses and another for libform NCI functions.
Greg Bacon was having build troubles on Cygwin. After much work, still no resolution.
Nick Glencross found a failing assertion on HP-UX. Leo suggested disabling function pointer alignment on this system since it dist not appear to be working.
François Perrad noticed that .const was not working with LuaPMCs. Leo explained that a PMC had to implement new_from_string for .const to work. Klass-Jan Stol added support for it to LuaNumber.
Leo noticed method_util.c and .h. He also noticed that they were unused. Shortly he is going to remove them.
WangKe was having trouble building 0.4.1 on his shiny new OS X 10.4.3 Intel. I think he may have a completely untested combination of endianess and OS for us... Sadly he was posting to google groups and not the list. Perhaps some kind soul will help him.
Leo had some suggestions after reading pdd21 (namespaces). Matt Diephouse and Chip had some thoughts about it too.
Jonathan Worthington was a little unsure of how to implement safe managed pointers for .Net on Parrot. (Perhaps I will call it P#) Chip provided useful suggestions for how he might proceed.
Dave Whipp brought a thread over which discusses different aspects of ranges including comparison, inclusion, and iteration.
Dave Whipp wondered if there was someway to make the for loop in Perl6 do some kind of pattern matching. Brad Bowman wondered about anonymous multis which sound interesting to me.
http://groups.google.com/group/perl.perl6.language/browse_frm/thread/1329560973a3e440/fa0de9c2a4574db7#fa0de9c2a4574db7 -- original post
http://groups.google.com/group/perl.perl6.language/browse_frm/thread/6806c49eb5912dac/8ec458c1fdc8a1e6#8ec458c1fdc8a1e6 -- more on anonymous multis
Luke Palmer wondered how array holes would be dealt with in Perl6. Larry posted his thoughts and musings.
Audrey had a question about the semantics of nested subs which capture the argument of the outer sub. Larry felt that her approach was reasonable and sound.
Audrey wondered how a great number of operations like (0/0 and its ilk) were defined. Larry felt that boxed types should be consistent and unboxed types fast.
Gaal Yahas noticed that pugs and Perl 5 disagreed on the result of splitting an empty string. Larry sided with pugs in this case.
Joe Gottman wondered if chained comparisons would short circuit. Luke Palmer thought that they probably would.
Rob Kinyon posted his concerns about the ambiguity that was being introduced between class methods and instance methods. Matt Fowles also voiced concern. While some thoughts were published, no official word has emeged.
Stevan Little, who has a habit of hurting my brain, posted some concerns he has about bless. Much discussion ensued. When it veered of his intended topic, he tried again.
Joshua Choi wondered how to create a symbolic reference with a twigil. Larry posted some thoughts.
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 |
|