Re: [perl #57468] unused VNSNPRINTF check?

2008-08-04 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: Merged pdd25cx branch

2008-08-04 Thread Reini Urban
2008/8/3 Allison Randal <[EMAIL PROTECTED]>: > Keep an eye out for exception-related problems in the next couple of weeks > before the release. parrot_debugger has some unresolved symbols. -- Reini Urban

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

2008-08-04 Thread Moritz Lenz
James Keenan via RT wrote: > 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. No complains from me (as a Rakudo tester), I rather like the new target. s1n++. If there are no more complains, I'd suggest to

[perl #57576] Twigils on reported in "Scop not found" error messages

2008-08-04 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57576] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57576 > r29919: ../../parrot perl6.pbc -e '$?FILE' Scope not found for PAST::Var '$FILE' ../../pa

[perl #57584] [BUG] Can't test for truthness of $!

2008-08-04 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57584] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57584 > Since the pdd25cx merge you can't test for the truthness of an exception in $! r29995:

[perl #57574] Rakudo should report file name when reporting syntax errors

2008-08-04 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57574] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57574 > Rakudo as of r29919 doesn't report the file name in which a syntax error occurs, even it

[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-04 Thread Seneca Cunningham via RT
On Sun Aug 03 19:47:09 2008, [EMAIL PROTECTED] wrote: > 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? > During Configure.pl. I can reproduce this on the command line by

[perl #57578] [BUG] non-declared globals don't throw an error

2008-08-04 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57578] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57578 > r29919: ../../parrot perl6.pbc -e '$*STUFF' # no output I don't think that's in line wit

Beta of web services to fulfill smoke "Queryability" requirements.

2008-08-04 Thread Ronald Schmidt
I am posting this message to one more mailing list for a few reasons, but mostly to request that some notice of the work be placed on the project’s request page, RFP: Parrot needs better smoke reports, if the results are found to make an adequate contribution the Queryability of smoke reports.

Parrot Bug Summary

2008-08-04 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Aug 4 13:00:01 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo

Re: Beta of web services to fulfill smoke "Queryability" requirements.

2008-08-04 Thread Michael Peters
Ronald Schmidt wrote: A while back I across the web page: RFP: Parrot needs better smoke reports (at url: http://www.perlfoundation.org/parrot/index.cgi?rfp_parrot_needs_better_smoke_reports). After reading the requirements for "Queryability" I decided to try to write some web query forms and

[perl #57574] Rakudo should report file name when reporting syntax errors

2008-08-04 Thread Patrick R. Michaud via RT
On Mon Aug 04 00:57:02 2008, [EMAIL PROTECTED] wrote: > Rakudo as of r29919 doesn't report the file name in which a syntax error > occurs, even it is in a use'ed module. Marking this ticket as a duplicate of RT #53082. Pm

Re: Merged pdd25cx branch

2008-08-04 Thread NotFound
On Mon, Aug 4, 2008 at 11:27 AM, Reini Urban <[EMAIL PROTECTED]> wrote: > parrot_debugger has some unresolved symbols. Quick fix applied in r30006 -- Salu2

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

2008-08-04 Thread NotFound
On Sun, Aug 3, 2008 at 8:03 PM, Bob Rogers <[EMAIL PROTECTED]> wrote: > The patch looks good to me, but the pdd25cx merge seems to have broken > parrot_debugger.c altogether; it won't even compile any more. I've applied a quick fix in r30006 to make it build again. -- Salu2

[svn:parrot-pdd] r30013 - trunk/docs/pdds

2008-08-04 Thread coke
Author: coke Date: Mon Aug 4 15:57:38 2008 New Revision: 30013 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [docs] Patch from RT #57602, Courtesy Bob Wilkinson Modified: trunk/docs/pdds/pdd19_pir.pod == --- trunk/d

[perl #57602] [PATCH] typo in docs/pdds/pdd19_pir.pod

2008-08-04 Thread Will Coleda via RT
On Mon Aug 04 12:58:18 2008, [EMAIL PROTECTED] wrote: > Hello > > Please find the attached patch for a spelling mistake in > docs/pdds/pdd19_pir.pod > > Bob Thanks, applied in r30013! -- Will "Coke" Coleda

[perl #38432] [BUG] Exception thrown from constructor leads to oddness/segfault

2008-08-04 Thread Will Coleda via RT
On Sat Jun 14 20:37:53 2008, coke wrote: > On Sat Apr 14 15:46:56 2007, allison wrote: > > What I get is: > > > > [oops; continuation 0x188ae28 of type 24 is trying to jump from > runloop > > 2 to runloop 1] > > ok > > not ok > > > > from line 252 of src/pmc/continuation.pmc > > > > Looks like this

Re: [perl #57468] unused VNSNPRINTF check?

2008-08-04 Thread Will Coleda
On Mon, Aug 4, 2008 at 2:59 AM, Christoph Otto <[EMAIL PROTECTED]> wrote: > 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/Ticke

GC flags, clarification needed

2008-08-04 Thread Andrew Whitworth
I edited PDD09 tonight to try and add some details and some clarification on points that weren't particularly clear before. I have a few questions that need answering before I can do more: 1) GC_trace_normal and GC_trace_stack_FLAG are defined exactly the same. However, GC_trace_normal is never us

Re: GC flags, clarification needed

2008-08-04 Thread chromatic
On Monday 04 August 2008 16:36:15 Andrew Whitworth wrote: > I edited PDD09 tonight to try and add some details and some > clarification on points that weren't particularly clear before. I have > a few questions that need answering before I can do more: > > 1) GC_trace_normal and GC_trace_stack_FLA

[perl #44315] [TODO] Enable scripting of an entire configuration session

2008-08-04 Thread James Keenan via RT
On Thu Aug 30 10:36:23 2007, particle wrote: > > below is a brief requirements list for these use cases. at this early > point in the design process, the first two use cases are so similar > we'll consider them together. > > 1&2 develop/maintain cross-compilation configuration: > ~ specify which

Re: GC flags, clarification needed

2008-08-04 Thread Will Coleda
On Mon, Aug 4, 2008 at 7:36 PM, Andrew Whitworth <[EMAIL PROTECTED]> wrote: > I edited PDD09 tonight to try and add some details and some > clarification on points that weren't particularly clear before. I have > a few questions that need answering before I can do more: > > 1) GC_trace_normal and G

[perl #48012] [DEPRECATED] keyed access to pmc attributes

2008-08-04 Thread Will Coleda via RT
On Sun May 04 01:43:22 2008, allison wrote: > It's only integer keyed access to exception attributes that's > deprecated. String keyed access is still part of the approved interface. the [gs]etattribute opcodes for integer access are gone (just checked in r30012, but probably for some time now.)

[perl #40392] [CAGE] convert C to a catchable exception

2008-08-04 Thread Will Coleda via RT
On Mon Jun 09 16:49:46 2008, [EMAIL PROTECTED] wrote: > On Thu Sep 21 14:38:40 2006, particle wrote: > > parrot's source is littered with internal_exception() calls, the bulk > > (all?) of which should be converted to real_exception() calls. > > internal exceptions are uncatchable, and might as wel

[svn:parrot-pdd] r30019 - in trunk: . docs/pdds src

2008-08-04 Thread coke
Author: coke Date: Mon Aug 4 20:52:39 2008 New Revision: 30019 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/src/vtable.tbl Log: [DEPRECATED] remove the integer versions of get_attr & set_attr. Resolves RT #48

[perl #48583] [DEPRECATED] vtable get_attr

2008-08-04 Thread Will Coleda via RT
On Thu Dec 13 19:23:46 2007, coke wrote: > from PDD17: > > PMC* get_attr(INTERP, PMC* self, INTVAL idx) [deprecated] > > Retrieve an attribute value from the PMC (instance object). > > [NOTE: Integer index lookups for attributes are deprecated with the new > object metamodel.] > Removed in r

[perl #48585] [DEPRECATED] vtable set_attr

2008-08-04 Thread Will Coleda via RT
On Thu Dec 13 19:24:43 2007, coke wrote: > From PDD17: > > void set_attr(INTERP, PMC* self, INTVAL idx, PMC* value) [deprecated] > > Store an attribute value in the PMC (instance object). > > [NOTE: Integer index lookups for attributes are deprecated with the new > object metamodel.] > Removed

new article, "A Romp Through Infinity"

2008-08-04 Thread John M. Dlugosz
This weekend I wrote which explains the Inf features of Perl 6, but drills down each example to reach the most fundamental language features, which it explains. It should be interesting to those just taking the plunge to Perl 6 because so m

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

2008-08-04 Thread François PERRAD via RT
On Sun Aug 03 16:11:56 2008, Neopallium wrote: > > I have separated the bugfixes into different patch files and included > one > large patch file (all_changes.patch) that includes all the other > patches. > > fix_assignlist.patch: > In Lua you can swap variables using an assignlist like this: > v

[svn:parrot-pdd] r30011 - trunk/docs/pdds

2008-08-04 Thread Whiteknight
Author: Whiteknight Date: Mon Aug 4 15:10:22 2008 New Revision: 30011 Modified: trunk/docs/pdds/pdd09_gc.pod Log: [docs/pdd] update pdd09 to include more descriptions, more information and some much-needed clarity. These are all lessons i've learned the hard way. Modified: trunk/docs/pdds/p

[perl #57468] unused VNSNPRINTF check?

2008-08-04 Thread Christoph Otto via RT
On Mon Aug 04 16:29:03 2008, coke wrote: > As I mentioned on IRC, I'd recommend just removing it instead of > adding another probe we're not sure we need. We can always come back > to this ticket and grab your patch for later application if it we need > to. > Good enough. Andy (who originally wr

[perl #57602] [PATCH] typo in docs/pdds/pdd19_pir.pod

2008-08-04 Thread via RT
# New Ticket Created by Bob Wilkinson # Please include the string: [perl #57602] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57602 > Hello Please find the attached patch for a spelling mistake in docs/pdds/pdd