[perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-03-18 Thread Will Coleda via RT
On Sat Jan 26 10:03:34 2008, coke wrote: > On Mon Jan 14 11:26:27 2008, coke wrote: > > In the top level directory, type: > > > > 'make perl6' > > > > a perl6 binary is created. > > > > now type "make perl6" again, and the binary is regenerated from the > > step "./pbc_to_exe languages/perl6/perl6.

[perl #51864] [Website] Announcing Parrot 0.6.0

2008-03-18 Thread Will Coleda via RT
Thanks, applied with some tweaks! (Having the generated HTML file in patch form was VERY helpful. We should keep doing that. =- )

[perl #51860] Failures in t/manifest/*.t in a release

2008-03-18 Thread James Keenan via RT
On Tue Mar 18 12:58:08 2008, bernhard wrote: > When preparing the Parrot 0.6.0 release I encountered in an unpacked > distfile for >prove -v t/manifest/*.t > the attached errors. > > For the release I simply commented out the dubious tests. > > Barney: If I read parrotsketch correctly, th

[perl #51864] [Website] Announcing Parrot 0.6.0

2008-03-18 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #51864] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51864 > The patch for https://svn.perl.org/perl.org/docs/live/parrotcode, announcing Pa

[perl #51860] Failures in t/manifest/*.t in a release

2008-03-18 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #51860] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51860 > When preparing the Parrot 0.6.0 release I encountered in an unpacked distfile

[perl #51870] [TODO] Handle Pending Events More Frequently

2008-03-18 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #51870] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51870 > Currently, the concurrency and events system only handles pending events at specific point

[perl #51856] Parrot 0.6.1 release

2008-03-18 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #51856] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51856 > Placeholder and container for issues related to the 0.6.1 release, planned for

[perl #51850] PGE buglet

2008-03-18 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #51850] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51850 > A rule with a space between the '<' and the '?' compiles but fails at execution wi

Re: Parrot 0.6.0 "P&P" is released.

2008-03-18 Thread Reini Urban
Bernhard Schmalhofer schrieb: + Add the MD2, MD4, MD5, RIPEMD160, SHA & SHA1 PMC, as a wrapper around libcrypto Are you sure this works? See http://rt.perl.org/rt3/Ticket/Display.html?id=51838 dynpmc misses extralibs for all platforms but MSWin32. -- Reini Urban http://phpwiki.org/ http:/

Parrot 0.6.0 "P&P" is released.

2008-03-18 Thread Bernhard Schmalhofer
On behalf of the Parrot team, I'm proud to announce Parrot 0.6.0 "P&P." Parrot (http://parrotcode.org/) is a virtual machine aimed at running dynamic languages. This release is a milestone release featuring the revamping of Parrot Magic Cookies. Parrot 0.6.0 can be obtained via CPAN (soon), or f

Re: [perl #51718] Consolidate test infrastructure in t/codingstd and t/distro

2008-03-18 Thread Mark Glines
On Fri, 14 Mar 2008 17:01:39 -0700 Mark Glines <[EMAIL PROTECTED]> wrote: > I'm going to hold off until after Tuesday's release, in any case, just > to make sure I don't break anything else. I committed my previous patch (after some merging) as r26480. But I think this ticket should stay open, a

Re: [perl #51832] [PATCH] more accurate #line directives

2008-03-18 Thread chromatic
On Monday 17 March 2008 22:33:52 Christoph Otto wrote: > pmc2c.pl generates incorrect #line directives when function contains two or > more newlines before the closing }. This patch fixes that. > The coding standard doesn't address this, so I'm assuming that this is the > right thing to fix. Tha

Re: [perl #51838] [BUG] cygwin build fails

2008-03-18 Thread François Perrad
Jonathan Scott Duff (via RT) wrote: # New Ticket Created by "Jonathan Scott Duff" # Please include the string: [perl #51838] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51838 > It's time to use Configure.pl with the o

Re: [perl #51806] [PATCH] Fix test failures

2008-03-18 Thread Matt Kraai
On Mon, Mar 17, 2008 at 10:14:58AM -0700, James Keenan via RT wrote: > It means I didn't do anything with it one way or the other. Since it > pertains to a different test, it probably would have been better off in > a separate RT. > > If someone else can look at it prior to tomorrow's release, th

Re: One Remaining WMLScript Test Failure

2008-03-18 Thread François Perrad
chromatic wrote: We've cleared up almost everything (nice work). Here's the last one: WMLScript/t/string...7/48 # Failed test '- " 3.14 "' # at WMLScript/t/string.t line 93. # got: '4 # ' # expected: '-3.14 # 1 # ' I dug into the code a bit, but nothing in the PMCs j

[perl #39718] [TODO] Tcl - Add tests for untested, implemented commands

2008-03-18 Thread Will Coleda via RT
On Mon Mar 17 19:09:20 2008, [EMAIL PROTECTED] wrote: > Can anyone give us a better idea how we're doing on these tests? > > Thank you very much. > > kid51 Marking ticket as 'stalled'.

[perl #39719] [TODO] Tcl - Design a template syntax for subcommands

2008-03-18 Thread Will Coleda via RT
On Mon Mar 17 19:11:03 2008, [EMAIL PROTECTED] wrote: > On Fri Jul 07 18:39:17 2006, coke wrote: > > Proposed design: simply have multiple sections in the code that start > > with []. it's visually > > distinctive, and allows you to keep the code for each subcommand > > *near* that subcommand. > >

Re: [svn:parrot] r26466 - trunk/languages/c99/src

2008-03-18 Thread Will Coleda
On Tue, Mar 18, 2008 at 3:30 AM, <[EMAIL PROTECTED]> wrote: > Author: fperrad > Date: Tue Mar 18 00:30:40 2008 > New Revision: 26466 > > Modified: >trunk/languages/c99/src/ (props changed) > > Log: > [c99] > update svn:ignore > Reminder to committers: If you find yourself updating the

Re: Parrot r26458 Darwin 10.5 (x86) results

2008-03-18 Thread James E Keenan
[EMAIL PROTECTED] wrote: As of r26458 - configure has the readline issue: Determining if your platform supports readline...dyld: lazy symbol binding failed: Symbol not found: _rl_get_keymap Referenced from: /usr/share/cvs/parrot/./test Expected in: dynamic lookup dyld: Symbol not found: _rl

Re: [perl #37542] [TODO] core - document behavior of multiple :load subpragmas in same compilation unit

2008-03-18 Thread Klaas-Jan Stol
On Tue, Mar 18, 2008 at 2:41 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Tue Feb 20 00:31:58 2007, kjs wrote: > > > Fortunately, in this case it looks to me as though t/pmc/sub.t > > does have tests that check for proper execution of multiple > > :load subs. So I think this ticket c

Re: [perl #39711] [TODO] Make PIR->PBC reentrant

2008-03-18 Thread Klaas-Jan Stol
On Tue, Mar 18, 2008 at 3:03 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Wed Jul 05 00:24:34 2006, [EMAIL PROTECTED] wrote: > > > > > Done, and I also added Vishal as a requestor on the relevant tickets. > > > > The discussion appears to have been wrapped up, but the ticket was neve

[perl #51838] [BUG] cygwin build fails

2008-03-18 Thread Jonathan Scott Duff
# New Ticket Created by "Jonathan Scott Duff" # Please include the string: [perl #51838] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51838 > --- osname= cygwin osvers= 1.5.24(0.15642) arch= cygwin-thread-multi-64int cc

[perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-18 Thread Bernhard Schmalhofer via RT
On So. 16. Mär. 2008, 06:57:31, bernhard wrote: > Hi, > > running 'make fulltest' under Linux leaves me with segfaults for > gdbmhast.t. > This happens only for the computed-goto and for the switched runcore. > [EMAIL PROTECTED]:~/devel/Parrot/trunk$ uname -a > Linux heist 2.6.22-14-generic #1 S

[perl #51790] Segfaults for GDBMHash and MD5 in -C and -S runcores

2008-03-18 Thread Mark Glines via RT
On Mon Mar 17 14:56:26 2008, bernhard wrote: > On So. 16. Mär. 2008, 06:57:31, bernhard wrote: > > Hi, > > > > running 'make fulltest' under Linux leaves me with segfaults for > > gdbmhast.t. > > > This happens only for the computed-goto and for the switched runcore. > > [EMAIL PROTECTED]:~/deve

[perl #51832] [PATCH] more accurate #line directives

2008-03-18 Thread via RT
# New Ticket Created by Christoph Otto # Please include the string: [perl #51832] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51832 > pmc2c.pl generates incorrect #line directives when function contains two or more newl

Re: Parrot r26458 Darwin 10.5 (x86) results

2008-03-18 Thread Andy_Bach
As of r26458 - configure has the readline issue: Determining if your platform supports readline...dyld: lazy symbol binding failed: Symbol not found: _rl_get_keymap Referenced from: /usr/share/cvs/parrot/./test Expected in: dynamic lookup dyld: Symbol not found: _rl_get_keymap Referenced fr

[perl #51790] Segfaults for GDBMHash and MD5 in -C and -S runcores

2008-03-18 Thread Mark Glines via RT
On Mon Mar 17 15:55:32 2008, infinoid wrote: > 114 (void)MD5_Init(c); > (gdb) print c > $1 = (MD5_CTX *) 0x0 > (gdb) PMC_data(SELF) is set by md5.pmc's init() function. I have verified (with gdb breakpoints) that Parrot_MD5_init() is being called when running t/dynpmc/digest_9.pir wit

One Remaining WMLScript Test Failure

2008-03-18 Thread chromatic
We've cleared up almost everything (nice work). Here's the last one: WMLScript/t/string...7/48 # Failed test '- " 3.14 "' # at WMLScript/t/string.t line 93. # got: '4 # ' # expected: '-3.14 # 1 # ' I dug into the code a bit, but nothing in the PMCs jumped out at me. Do