Re: [perl #42339] [CAGE] Test Valid and Invalid Parrot Flags

2008-06-12 Thread chromatic
On Thursday 12 June 2008 18:39:04 James Keenan via RT wrote: > The attached is very crude -- but is it at all what you were looking for? It's a good start. See parrot -h for a list of known options. I'm sure you could make a nice little data-driven test with what you have here now. -- c

Re: [perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-12 Thread Patrick R. Michaud
On Thu, Jun 12, 2008 at 03:52:43AM -0700, Vasily Chekalkin wrote: > # New Ticket Created by Vasily Chekalkin > # Please include the string: [perl #55666] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=55666 > > > Hello.

[perl #42339] [CAGE] Test Valid and Invalid Parrot Flags

2008-06-12 Thread James Keenan via RT
The attached is very crude -- but is it at all what you were looking for? options.t Description: Binary data

[perl #52894] [CAGE] use more File::Temp to avoid permission issues

2008-06-12 Thread James Keenan via RT
Since no failures are being reported by our smoke tests, I am marking this ticket resolved. kid51

[perl #55712] [PATCH] Some refactoring, cleaning, and pdd28 accommodation of the parrot string subsystem

2008-06-12 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #55712] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55712 > This patch adds the functions Parrot_string_length and Parrot_string_byte_length described i

[svn:parrot-pdd] r28280 - in trunk: compilers/imcc docs/book docs/pdds include/parrot languages/dotnet/pmc languages/lua/src/pmc src src/gc src/io src/ops src/pmc src/stm t/src

2008-06-12 Thread Whiteknight
Author: Whiteknight Date: Thu Jun 12 12:34:51 2008 New Revision: 28280 Modified: trunk/docs/pdds/pdd09_gc.pod Changes in other areas also in this revision: Modified: trunk/compilers/imcc/main.c trunk/compilers/imcc/parser_util.c trunk/docs/book/ch02_getting_started.pod trunk/includ

Re: [perl #55364] [PATCH] Update GC system for PDD09 deprecation notes

2008-06-12 Thread chromatic
On Thursday 12 June 2008 07:23:30 Andrew Whitworth via RT wrote: > I've been testing this patch locally for about a week and there are no > issues with it. If nobody has any questions/comments/objections I'd like > to apply it later today. Anybody? +1 -- c

[perl #55364] [PATCH] Update GC system for PDD09 deprecation notes

2008-06-12 Thread Andrew Whitworth via RT
On Thu Jun 05 15:44:05 2008, Whiteknight wrote: > PDD09 contained a number of deprecation notes, for functions and > macros whose names are to be updated. The attached patch makes these > changes globally, including in PDD09 and other documentation. The > following macros and functions are renamed:

Re: [perl #55372] [BUG] Segfault/double free when manually running "perl6"

2008-06-12 Thread chromatic
On Thursday 12 June 2008 10:01:21 NotFound wrote: > Some more details: adding: > > Parrot_set_flag(interp, PARROT_DESTROY_FLAG); > > in src/main.c it segfaults also when executing with perl6.pbc, and > also a lot of parrot test fails. > > So it looks like there is a general problem of interpreter

Re: [svn:parrot] r28262 - trunk/src/ops

2008-06-12 Thread chromatic
On Thursday 12 June 2008 05:45:33 [EMAIL PROTECTED] wrote: > Modified: >trunk/src/ops/object.ops > > Log: > [core] addattribute op should work for roles as well as classes. > > Modified: trunk/src/ops/object.ops > === >===

Re: [perl #55372] [BUG] Segfault/double free when manually running "perl6"

2008-06-12 Thread NotFound
Some more details: adding: Parrot_set_flag(interp, PARROT_DESTROY_FLAG); in src/main.c it segfaults also when executing with perl6.pbc, and also a lot of parrot test fails. So it looks like there is a general problem of interpreter destruction in exits from the exception handler. -- Salu2

Re: [perl #42313] [CAGE] improper casting to void * in src/dynext.c

2008-06-12 Thread Rubén Porras
> Does this suggest that the patch is moot, and that we may close the ticket? yes.

[perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-12 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #55666] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55666 > Hello. xor still short-circuit but returns Bool::False :) There is patch attached

[perl #55670] [BUG] cannot build perl6

2008-06-12 Thread Patrick R. Michaud via RT
Closing ticket. Pm

Re: [perl #55670] [BUG] cannot build perl6

2008-06-12 Thread Klaas-Jan Stol
On Thu, Jun 12, 2008 at 3:18 PM, Francois PERRAD via RT < [EMAIL PROTECTED]> wrote: > Klaas-Jan Stol (via RT) a écrit : > > # New Ticket Created by Klaas-Jan Stol > > # Please include the string: [perl #55670] > > # in the subject line of all future correspondence about this issue. > > # http://

Re: [perl #55670] [BUG] cannot build perl6

2008-06-12 Thread Francois Perrad
Klaas-Jan Stol (via RT) a écrit : # New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #55670] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55670 > hi, I'm having trouble when building perl6: I'm o

[PROPOSAL] rename languages/abc to languages/bc

2008-06-12 Thread Klaas-Jan Stol
hi, as far as I know, languages/abc is an implementation of the 'basic calculator', commonly found on unix platforms, known as 'bc'. For some reasons, this name changed to 'abc' some time ago. However, there is also a programming language called 'abc' (a precursor of Python, Guido van Rossum work

[perl #55670] [BUG] cannot build perl6

2008-06-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #55670] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55670 > hi, I'm having trouble when building perl6: I'm on windows xp (win32), using strawber

Re: [perl #55566] [BUG] Configure.pl dies on gnu/hurd

2008-06-12 Thread Nathan Gray
Finally 'make test' finished. I stalled several times and I killed processes that seemed like likely candidates. Several, if not all of the failures can be attributed to those manual kills. Failed Test Stat Wstat Total Fail List of Failed

[perl #54380] [PGE] <.rule> still generates captures

2008-06-12 Thread Patrick R. Michaud via RT
Fixed in r28256, thanks! Pm