Re: [perl #41579] [BUG] t/pmc/ref.t, t/pmc/threads.t file with -C runcore

2007-03-14 Thread chromatic
On Thursday 22 February 2007 08:41, Patrick R.Michaud wrote: > While running 'make fulltest' for the 0.4.9 release, I'm getting > two failing tests under the -C (CGP) runcore (r17148): > > Failed Test Stat Wstat Total Fail List of Failed > -

[perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-14 Thread Nuno Carvalho via RT
Hi again, On Tue Mar 13 16:17:56 2007, coke wrote: > Having a limit is more than reasonable, agreed: the goal of this > patch was to bring the code into agreement with the docs. > > Consider this a poke to the Architect to verify/replace the previous > overturn of the original 32-register lim

Re: [perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-14 Thread Klaas-Jan Stol
Nuno Carvalho via RT wrote: Hi again, On Tue Mar 13 16:17:56 2007, coke wrote: Having a limit is more than reasonable, agreed: the goal of this patch was to bring the code into agreement with the docs. Consider this a poke to the Architect to verify/replace the previous overturn of the

Re: [perl #41818] [PATCH */4]: [t/op] add tests for string memory layout

2007-03-14 Thread jerry gay
On 3/13/07, via RT Sam Vilain <[EMAIL PROTECTED]> wrote: # New Ticket Created by Sam Vilain # Please include the string: [perl #41818] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41818 > Content-Type: text/plain Content-

[perl #41825] morph vtable method not working in PIR

2007-03-14 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #41825] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41825 > Hi, Given the following: .namespace ['A'] .sub 'morph' :method :vtable say '

[perl #41826] vtable method 'find_method' not working in PIR

2007-03-14 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #41826] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41826 > Hi, Given the following: .namespace ['A'] .sub 'find_method' :vtable :method

Re: Parrot, Perl 5 and performance

2007-03-14 Thread ajr
>From ozgun: > > Inlining replies. > >> 1. What's the environment; Solaris, GNU/Linux, *nix, Windows? > > Linux. > >> 2. What hard information do you have on the resources being used? Have >> you been able to profile it? Pareto's Law applies surprisingly often. > > Tons. In fact, we have more infor

[svn:perl6-synopsis] r14345 - doc/trunk/design/syn

2007-03-14 Thread larry
Author: larry Date: Wed Mar 14 09:03:15 2007 New Revision: 14345 Modified: doc/trunk/design/syn/S06.pod Log: Clarify that caller is not guaranteed to return a Routine context. Minor refactoring of context/caller section to avoid forward ref. Modified: doc/trunk/design/syn/S06.pod ===

[svn:perl6-synopsis] r14346 - doc/trunk/design/syn

2007-03-14 Thread larry
Author: larry Date: Wed Mar 14 11:08:52 2007 New Revision: 14346 Modified: doc/trunk/design/syn/S06.pod Log: Further refinement of caller semantics to dwim in displaced closure calls. Modified: doc/trunk/design/syn/S06.pod =

[svn:perl6-synopsis] r14348 - doc/trunk/design/syn

2007-03-14 Thread larry
Author: larry Date: Wed Mar 14 11:44:47 2007 New Revision: 14348 Modified: doc/trunk/design/syn/S09.pod Log: autoindexing should assume parallelizability (that's a hard word to type) Modified: doc/trunk/design/syn/S09.pod ==

[perl #37178] [PATCH] Quiet a few alignment warnings

2007-03-14 Thread Will Coleda via RT
Thanks, (belatedly) applied.

[perl #41833] [TODO] test conv_i2 opcode

2007-03-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41833] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41833 > This opcode was recently resurrected for Zcode. Tests for conv_u2 (a sister opcode) exi

[perl #41790] [PATCH] Change sub's get_string to return short name

2007-03-14 Thread Matt Diephouse via RT
Applied in r17484 with updated tests and a test for the get_namespace() method.

Re: [perl #41818] [PATCH */4]: [t/op] add tests for string memory layout

2007-03-14 Thread Sam Vilain
Jerry Gay via RT wrote: >> +.end >> + >> +#.constant STRINGINFO_STRSTART 2 >> +#.constant STRINGINFO_BUFLEN 3 >> +#.constant STRINGINFO_FLAGS4 >> +#.constant STRINGINFO_BUFUSED 5 >> +#.constant STRINGINFO_STRLEN 6 >> >> # Local Variables: >> # mode: pir >> -- >> 1.5.0.2.21.gdcde2 >> >>

[perl #41834] 0.4.10 countdown...

2007-03-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41834] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41834 > As of right now, there are 47 tickets associated with the 0.4.10 release milestone h

[perl #40544] [NEW] Test for DOS line endings in Parrot text files

2007-03-14 Thread Will Coleda via RT
Again, more failures. Paul, can you coordinate with Jerry Gay (particle) to insure the test doesn't encourage updates of files that would break the windows build? Once we can trust the output of the test, we can update the remaining files and close the ticket. Regards. On Fri Mar 02 19:55:37

0.4.10 countdown...

2007-03-14 Thread Will Coleda
[RESEND to right list. Oy!] As of right now, there are 47 tickets associated with the 0.4.10 release milestone https://rt.perl.org/rt3/Ticket/Display.html?id=41581 - 19 have been resolved - 3 are claimed The 25 tasks that are left vary from documentation (41505) to perl (41601) to simpl

[svn:perl6-synopsis] r14347 - doc/trunk/design/syn

2007-03-14 Thread larry
Author: larry Date: Wed Mar 14 11:28:03 2007 New Revision: 14347 Modified: doc/trunk/design/syn/S02.pod Log: New "hyper" listop that is an explicitly parallelizing variant of "eager". Modified: doc/trunk/design/syn/S02.pod =

[svn:perl6-synopsis] r14349 - doc/trunk/design/syn

2007-03-14 Thread larry
Author: larry Date: Wed Mar 14 12:12:20 2007 New Revision: 14349 Modified: doc/trunk/design/syn/S02.pod Log: Clarify adverbial use where infix expected. Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/