[perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-04-29 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #53548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53548 > The file runtime/parrot/include/interpflags.pasm is auto-generated by config/gen/parrot

Re: [perl #53496] Re: [bug] Build failure with G++

2008-04-29 Thread chromatic
On Monday 28 April 2008 23:52:44 Senaka Fernando wrote: > Attaching patch No. 2 for C++ Build Issue. > > I still need to resolve this bigint.c issue. This is something caused by > the GMP includes I suspect. This patch didn't apply cleanly as of r27247; is it still an issue for you? -- c

Re: [perl #53472] [PATCH] jit/(ppc|arm)/exec_dep.*

2008-04-29 Thread chromatic
On Monday 28 April 2008 14:51:29 [EMAIL PROTECTED] wrote: > The attached patch fixes a breakage in the build on linux-ppc with jit. > Without it, "make" aborts while trying to link libparrot.so with > > cc -o miniparrot src/main.o \ > -Wl,-rpath=/home/victor/src/perl6/parrot/blib/lib > -L/ho

Re: [perl #53542] [PATCH] dynpmc.pl ignores compilation failures

2008-04-29 Thread chromatic
On Tuesday 29 April 2008 20:28:25 Andy Dougherty wrote: > When compilation of a file in src/dynpmc/ fails, the build continues > anyway -- there was an existing "die" command, but it could never actually > be triggered. This patch actually looks at the return value and dies if > the compilation f

Re: [perl #53544] [PATCH] digst_pmc.in: Void functions can not return values.

2008-04-29 Thread chromatic
On Tuesday 29 April 2008 21:28:18 Andy Dougherty wrote: > If I have traced its lineage correctly, this patch fixes the following > problem in sha256.c and sha512.c: > > "./sha256.pmc", line 164: void function cannot return value > > (note that line 164 of sha256.pm is actually the "vim: ..." c

Re: [perl #53546] [PATCH] RT#46785: [TODO] [Perl] Add more File-related tests to the smartlinks tests

2008-04-29 Thread chromatic
On Tuesday 29 April 2008 22:25:34 Chris Dolan wrote: > I picked a random easy TODO off the list. This patch resolves > RT#46785 and does a tiny piece of RT#46787. Thanks, applied as r27245. -- c

[perl #53546] [PATCH] RT#46785: [TODO] [Perl] Add more File-related tests to the smartlinks tests

2008-04-29 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #53546] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53546 > I picked a random easy TODO off the list. This patch resolves RT#46785 and does a tiny

[perl #53544] [PATCH] digst_pmc.in: Void functions can not return values.

2008-04-29 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #53544] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53544 > If I have traced its lineage correctly, this patch fixes the following problem in sha

The future of exception handling

2008-04-29 Thread Bob Rogers
-- Bob Rogers http://rgrjr.dyndns.org/ [1] http://www.parrotcode.org/misc/parrotsketch-logs/irclog.parrotsketch-200804/irclog.parrotsketch.20080429 [2] Joe Armstrong, "Programming Erlang", chapter 9.

[perl #53542] [PATCH] dynpmc.pl ignores compilation failures

2008-04-29 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #53542] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53542 > When compilation of a file in src/dynpmc/ fails, the build continues anyway -- there

[perl #53538] [BUG] Parrot_floatval_time() and Parrot_intval_time() do not match up on Win32

2008-04-29 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #53538] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53538 > When running the following PIR: .sub main I0 = time print I0 pri

[perl #53536] [PATCH] sub-second sleep precision for non-threaded architectures

2008-04-29 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #53536] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53536 > The "sleep" op calls Parrot_cx_schedule_sleep(), which falls back to Parrot_sleep() on no

Re: [perl #53450] [PATCH] for file "parrot.spec"

2008-04-29 Thread chromatic
On Tuesday 29 April 2008 08:45:33 Reini Urban wrote: > 2008/4/29 chromatic <[EMAIL PROTECTED]>: > > I want to keep the ICU, because we're likely going to need it, but SVK > > isn't necessary. > > libicu-devel is amn optional but recommended build-dep. > It is needed for the Configure detection

Re: [svn:parrot] r27233 - in branches/pdd25cx/src: . pmc

2008-04-29 Thread chromatic
On Tuesday 29 April 2008 10:01:27 [EMAIL PROTECTED] wrote: > Log: > [pdd25cx] Merge in my port of Exceptions PMC to use core struct instead of > array for attribute storage. > - Keep 'type' attribute. > - Use attribute access macros instead of direct struct manipulation so > Exception PMC is sub

Re: weird perl6/plumhead problem

2008-04-29 Thread Will Coleda
On Tue, Apr 29, 2008 at 1:54 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 01:48:52PM -0400, Jeff Horwitz wrote: > > On Tue, 29 Apr 2008, Patrick R. Michaud wrote: > > > > >On Tue, Apr 29, 2008 at 12:34:47PM -0400, Jeff Horwitz wrote: > > >>mod_parrot can load mult

Re: [PATCH] Rearrange PObj Struct Members

2008-04-29 Thread Andrew Dougherty
On Mon, 28 Apr 2008, Andy Dougherty wrote: > On Sun, 27 Apr 2008, chromatic wrote: > > > Here's another proposed patch for testing on various platforms. I'm trying > > to > > get rid of some dodgy casts (which likely don't help C++ and processors > > with > > stricter alignment than 32-bit x

Re: weird perl6/plumhead problem

2008-04-29 Thread Jeff Horwitz
On Tue, 29 Apr 2008, Patrick R. Michaud wrote: On Tue, Apr 29, 2008 at 12:34:47PM -0400, Jeff Horwitz wrote: mod_parrot can load multiple HLL compilers in the same interpreter, and on my server i'm using both perl6 and plumhead. this works fine if i load perl6 before plumhead. however, if i l

Re: weird perl6/plumhead problem

2008-04-29 Thread Patrick R. Michaud
On Tue, Apr 29, 2008 at 12:34:47PM -0400, Jeff Horwitz wrote: > mod_parrot can load multiple HLL compilers in the same interpreter, and on > my server i'm using both perl6 and plumhead. this works fine if i load > perl6 before plumhead. however, if i load perl6 *after* plumhead, i get a > nasty e

Re: weird perl6/plumhead problem

2008-04-29 Thread Patrick R. Michaud
On Tue, Apr 29, 2008 at 01:48:52PM -0400, Jeff Horwitz wrote: > On Tue, 29 Apr 2008, Patrick R. Michaud wrote: > > >On Tue, Apr 29, 2008 at 12:34:47PM -0400, Jeff Horwitz wrote: > >>mod_parrot can load multiple HLL compilers in the same interpreter, and on > >>my server i'm using both perl6 and pl

Re: [perl #53450] [PATCH] for file "parrot.spec"

2008-04-29 Thread Reini Urban
2008/4/29 chromatic <[EMAIL PROTECTED]>: > On Monday 28 April 2008 09:06:15 [EMAIL PROTECTED] wrote: > > the command "rpmbuild -ba parrot.spec" did only work after I changed the > > file "parrot.spec" to hold a new line. > > > > The attached file "parrot.spec.patch" holds the output from the co

weird perl6/plumhead problem

2008-04-29 Thread Jeff Horwitz
mod_parrot can load multiple HLL compilers in the same interpreter, and on my server i'm using both perl6 and plumhead. this works fine if i load perl6 before plumhead. however, if i load perl6 *after* plumhead, i get a nasty error: push_pmc() not implemented in class 'Sub' i get the same err

[perl #53492] [PATCH] for file "parrot.spec"

2008-04-29 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #53492] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53492 > Hello, the command "rpmbuild -ba parrot.spec" did only work after I changed the fi

[perl #53496] Re: [bug] Build failure with G++

2008-04-29 Thread Senaka Fernando
# New Ticket Created by "Senaka Fernando" # Please include the string: [perl #53496] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53496 > Attaching patch No. 2 for C++ Build Issue. I still need to resolve this bigint.c i

[perl #53472] [PATCH] jit/(ppc|arm)/exec_dep.*

2008-04-29 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #53472] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53472 > Hi All, The attached patch fixes a breakage in the build on linux-ppc with jit.