Re: [perl #57468] unused VNSNPRINTF check?

2008-08-03 Thread Christoph Otto
Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #57468] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57468 > There's an ifdef in misc.c to allow us to conditionally use

Re: [perl #56786] [pdd25cx] Segfault with tcl

2008-08-03 Thread Patrick R. Michaud
On Sat, Aug 02, 2008 at 09:31:44AM -0700, Allison Randal via RT wrote: > > Committed a fix to tcl in branch (r29940) to pull from the correct > > slot. All tests now pass. I'd like to see this segfault/assert/boom > > addressed before we merge back, just in case. > > Resolved in r29941, by throwin

[perl #57538] [BUG] MMX check in config/auto/cpu/i386 segfaults when run as a 64-bit binary on OS X 10.5

2008-08-03 Thread James Keenan via RT
On Sat Aug 02 20:08:36 2008, tetragon wrote: > The Configure test for MMX on Intel chips Was this a test in t/configure/? t/steps/? or during Configure.pl itself?

[perl #56786] [pdd25cx] Segfault with tcl

2008-08-03 Thread Allison Randal via RT
> Committed a fix to tcl in branch (r29940) to pull from the correct > slot. All tests now pass. I'd like to see this segfault/assert/boom > addressed before we merge back, just in case. Resolved in r29941, by throwing an exception when requesting an attribute that doesn't exist, or an attribute a

[perl #57568] [PATCH][Lua] 4 bugfixes for the Lua language and test cases.

2008-08-03 Thread Robert G. Jakabosky (via RT)
# New Ticket Created by Robert G. Jakabosky # Please include the string: [perl #57568] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57568 > I have separated the bugfixes into different patch files and included one large

Re: Merged pdd25cx branch

2008-08-03 Thread François Perrad
2008/8/3 Allison Randal <[EMAIL PROTECTED]> > I just merged in the pdd25cx branch. Resolving all the conflicts took > several hours (124 files, 1 minute or more per file...), but otherwise it > went smoothly. > > The biggest changes you'll notice are the new exception system, a vastly > reduced us

[perl #56800] [META] merge pdd25cx branch back into trunk

2008-08-03 Thread Allison Randal via RT
Merged pdd25cx branch into trunk in r29952. Deleted branch in r29953.

Re: [perl #57504] [PATCH][Lua] Fixed 64bit bug in Lua bytecode decoder/translator.

2008-08-03 Thread François Perrad
Thanks. Applied in r29937. Francois. 2008/8/1 Robert G. Jakabosky (via RT) <[EMAIL PROTECTED]>: > # New Ticket Created by Robert G. Jakabosky > # Please include the string: [perl #57504] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Disp

Re: [perl #56800] [META] merge pdd25cx branch back into trunk

2008-08-03 Thread François Perrad
2008/8/2 Allison Randal via RT <[EMAIL PROTECTED]> > On Tue Jul 22 06:10:41 2008, fperrad wrote: > > > > In fact 'docall' uses a pushaction. > > I modified 'docall' so it no longer uses pushaction, and all Lua tests > are now passing. > > Ok, tests pass, but the behavior has changed. (The tests we

[perl #57538] [BUG] MMX check in config/auto/cpu/i386 segfaults when run as a 64-bit binary on OS X 10.5

2008-08-03 Thread Seneca Cunningham
# New Ticket Created by "Seneca Cunningham" # Please include the string: [perl #57538] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57538 > The Configure test for MMX on Intel chips segfaults when built as a 64-bit binary

[perl #46691] [TODO] [C] Should the shift_pmc() method be silently ignored?

2008-08-03 Thread Christoph Otto via RT
On Tue Jul 29 07:46:08 2008, coke wrote: > > Make this ticket one of the children ticket of the META pdd25cx merge > ticket, we can close it out after the merge removes it. > Allison++'s merge removed shift_pmc from src/pmc/exception.pmc, so this ticket is now rejected.

[perl #57536] [BUG] Segfault in Parrot_memalign during shootout test 19 on 64-bit Intel OS X build

2008-08-03 Thread Seneca Cunningham
# New Ticket Created by "Seneca Cunningham" # Please include the string: [perl #57536] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57536 > Using a lightly modified config (RT#57532), I got parrot to build as a 64-bit Int

[perl #57532] [BUG] config/auto/arch.pm sets incorrect value for cpuarch on 64-bit Intel OS X builds

2008-08-03 Thread Seneca Cunningham
# New Ticket Created by "Seneca Cunningham" # Please include the string: [perl #57532] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57532 > When attempting a 64-bit Intel build on OS X 10.5, the build fails when the assem

Merged pdd25cx branch

2008-08-03 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Sat, 02 Aug 2008 16:06:27 -0700 I just merged in the pdd25cx branch . . . The biggest changes you'll notice are the new exception system, a vastly reduced usage of the remaining stack (though it's not completely removed yet), and

Re: [perl #57476] [pdb] parrot version

2008-08-03 Thread Bob Rogers
From: Reini Urban <[EMAIL PROTECTED]> Date: Sun, 03 Aug 2008 18:18:34 +0200 Will Coleda (via RT) schrieb: > The parrot_debugger version should, IMO, be identical to the parrot > version. (e.g., it's currently reporting as 0.4 instead of 0.6.x.) Attached patch does that. The pat

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-08-03 Thread Reini Urban
James Keenan via RT schrieb: On Tue May 06 17:15:39 2008, coke wrote: If the patch is applied, can we close this ticket? No. I only figured out how to keep track of files generated during configuration, not during build. We need some of what, IIRC, particle termed "makefile trickery" to keep

[perl #57522] [PATCH] verbose test harness flag

2008-08-03 Thread James Keenan via RT
Applied to trunk in r29967. s1n++. Rakudo testers: Please put this through its paces over the next few days so we can flush out any bugs. Thank you very much. kid51

[perl #57548] [TODO] enhance #CONDITIONED_LINE by recursive logical expressions as in LISP

2008-08-03 Thread Reini Urban via RT
First patch was wrong, this is ok. (conf arg was missing) -- Reini Urban Index: parrot-svn/lib/Parrot/Configure/Compiler.pm === --- parrot-svn.orig/lib/Parrot/Configure/Compiler.pm +++ parrot-svn/lib/Parrot/Configure/Compiler.pm @@ -1

[perl #57548] [TODO] enhance #CONDITIONED_LINE by recursive logical expressions as in LISP

2008-08-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57548 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

Re: [perl #57476] [pdb] parrot version

2008-08-03 Thread Reini Urban
Will Coleda (via RT) schrieb: # New Ticket Created by Will Coleda # Please include the string: [perl #57476] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57476 > The parrot_debugger version should, IMO, be identical to

Re: [perl #39742] [BUG] installed parrot conflicts with dev parrot.

2008-08-03 Thread Reini Urban
Reini Urban schrieb: Andy Dougherty schrieb: On Sat, 14 Jun 2008, James Keenan via RT wrote: Can we get an update as to the issues raised in this ticket? The general issue "installeld parrot conflicts with dev parrot" -- at least when a shared libparrot.so is used is, as far as I

[perl #57546] [PATCH] tags-xemacs

2008-08-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57546] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57546 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

Re: [perl #56052] Storable issue

2008-08-03 Thread Nicholas Clark
On Thu, Jun 19, 2008 at 05:02:56PM -0700, Mark Glines wrote: > Looking at Storable.xs in the various perl revs, it looks like 5.8.4 is the > earliest version of perl which won't have this issue. If that isn't an > acceptable requirement for parrot, I can try to figure out how to make the > pmc

Re: [perl #38392] [BUG] FreeBSD bugs with JIT on t/op/trans.t

2008-08-03 Thread Reini Urban
James Keenan via RT schrieb: On Sat Aug 02 05:06:31 2008, rurban wrote: On Sat Jun 14 17:17:03 2008, [EMAIL PROTECTED] wrote: Can anyone on FreeBSD give us an update on this issue? freebsd7, recent parrot svn (r29922) passes the t/op/trans.t tests Thanks for looking into this, Reini. Now, w