Search   Feed   Browse   Add
Feed items 31 - 40 of 40 for July 2008

perl 56634 Coke on config by Geoffrey Broadwell - July 6, 2008

New Ticket Created by Geoffrey Broadwell Please include the string: perl 56634 in the subject line of all future correspondence about this issue. <URL: http:rt.perl.orgrt3TicketDisplay.htmlid=56634 >>From Coke&39;s rant in RT 55238:(Please take the rest of this as a documentation of a rant which isnot specifically directed at you. Some enterprising person couldprobably break this up into an RT or two =-)We have a few kinds of generated files at the moment:1) generated by normal...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46715.html

Re: perl 55954 PATCH: Add 'make smolder_test' target by Michael Peters - July 5, 2008

Here&39;s some more patches to improve things. It adds the following: + require TAP::Harness::Archive 0.10 so we can add extra_properties to our TAP archives. + Collect Architecture, Compiler, DEVEL, Optimize, Perl Version, Platform, SVN Revision and Version data into our TAP archives as extra_properties. + Add tags to the upload so it&39;s easy to search by architecture, compiler, version , platform and perl version. + After the "make smolder_test" target completes...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46714.html

Re: perl 55954 PATCH: Add 'make smolder_test' target by Michael Peters - July 5, 2008

Here&39;s some more patches to improve things. It adds the following: + require TAP::Harness::Archive 0.10 so we can add extra_properties to our TAP archives. + Collect Architecture, Compiler, DEVEL, Optimize, Perl Version, Platform, SVN Revision and Version data into our TAP archives as extra_properties. + Add tags to the upload so it&39;s easy to search by architecture, compiler, version , platform and perl version. + After the "make smolder_test" target completes...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46713.html

perl 56622 BUG 'isa' opcode returns inconsistent results by Patrick R. Michaud - July 5, 2008

New Ticket Created by Patrick R. Michaud Please include the string: perl 56622 in the subject line of all future correspondence about this issue. <URL: http:rt.perl.orgrt3TicketDisplay.htmlid=56622 >This one takes a bit of lengthy explanation, but the bottomline is that the &39;isa&39; opcode can returns different results when given a String PMC versus a string register or constant.Here&39;s a sample program, run against r29086 (the code is explainedbelow): $ cat w2.pir .sub...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46712.html

perl 43334 TODO configautoicu.pm: Write unit tests by James Keenan via RT - July 5, 2008

Thanks to considerable testing assistance from Jason Cole in severalrounds of off-list correspondence, I have been able to identify theproblem that Jason reported and to trace it to a subtle, long-standingbug in configautoicu.pm.To diagnose this problem I created a new &39;reautoicu&39; branch in therepository and added considerable verbose output. Jason and I thenre-configured repeatedly with --verbose-step=auto::icu, as well asrunning prove -v tstepsauto_icu.t. The verbose output that jason.
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46711.html

perl 56614 TODO Config hash should be marked read-only by Bernhard Schmalhofer - July 5, 2008

New Ticket Created by Bernhard Schmalhofer Please include the string: perl 56614 in the subject line of all future correspondence about this issue. <URL: http:rt.perl.orgrt3TicketDisplay.htmlid=56614 >In runtimeparrotlibraryconfig.pir I encountered the comment. XXX hash should probably be marked read-only..This should be investigated.Regards, Bernhard
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46710.html

Re: perl 56304 AutoReply: smokej consumes all memory Revision: 28672 onlinux by Andy_Bach - July 5, 2008

Better, in a sense:$ TEST_PROG_ARGS="-j" prove -v tstmruntime.ttstmruntime......1..5ok 1 - choice (one thread)ok 2 SKIP Intermittently failing everywhereok 3 SKIP Intermittently failing everywherenot ok 4 - queue adapted for the library Failed test &39;queue adapted for the library&39; at tstmruntime.t line 506. Exited with error code: SIGNAL 10 Received: Expected: okok 5 - queue (non-blocking; nested) Looks like you failed 1 test of 5. Dubious, test returned 1 (wstat 256,...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46709.html

perl 56616 BUG make_root_namespace opcode nonexistent by Patrick R. Michaud - July 5, 2008

New Ticket Created by Patrick R. Michaud Please include the string: perl 56616 in the subject line of all future correspondence about this issue. <URL: http:rt.perl.orgrt3TicketDisplay.htmlid=56616 >PDD21 documents the &39;make_namespace&39;, &39;make_hll_namespace&39;,and &39;make_root_namespace&39; opcodes, these appear to beunimplemented. I discovered this while working to makethe P6object library HLL-aware.But before someone rushes off to implement these opcodes, I wonderif we...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46708.html

Re: svn:parrot r29019 - in branchesvtable_self: compilersimcc tpmc by Bob Rogers - July 4, 2008

From: chromatic <chromaticwgz.org> Date: Fri, 4 Jul 2008 14:03:04 -0700 . . . I&39;ve experimented with aligning && and vertically with the if, and the results seem table-icious so far. You might experiment with this and see what you think. -- cI have been seeing these for a month or so now, but still haven&39;t beenable get used to the fact that this puts the operator(s) left of thecontaining open paren. I know this is my Lisp upbringing talking here,so I suspect...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46707.html

Re: svn:parrot r29019 - in branchesvtable_self: compilersimcc tpmc by chromatic - July 4, 2008

On Thursday 03 July 2008 09:26:35 Whiteknightcvs.perl.org wrote:> Modified:> branchesvtable_selfcompilersimccimc.h> branchesvtable_selfcompilersimccimcc.l> branchesvtable_selfcompilersimccimclexer.c> branchesvtable_selfcompilersimccpcc.c> branchesvtable_selftpmcnamespace.t>> Log:> vtable_has_self uploading initial patch to IMCC grammar. Modification to> one test for desired behavior.>> Modified: branchesvtable_selfcompilersimccimcc.l>...
http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46706.html
Available Archives
- July (40 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact