[perl #43444] 'make' error: No rule to make target `src/path.str'

2007-06-29 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #43444] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43444 > --- osname= linux osvers= 2.6.15 arch= i386-linux-thread-multi cc= cc --- Flags:

Re: [perl #43342] [TODO] config/init/miniparrot.pm: Write unit tests

2007-06-29 Thread James Keenan
On Jun 29, 2007, at 12:28 PM, Bernhard Schmalhofer via RT wrote: James Keenan via RT schrieb: There was code in several of the test files in the reconfigure/ branch which was repeated. At the hackathon, David Adler refactored it into a subroutine which I then placed in new file Auxiliary.p

Macros that assume variables are awful

2007-06-29 Thread Andy Lester
The PANIC() macro used to look like this #define PANIC(message) do_panic(interp, message, __FILE__, __LINE__) Note how it assumes that we have an "interp" in scope. But what do we do in src/gc/malloc.c? When we don't have an interp and want to pass NULL to do_panic? Of course! We #de

Re: Ternary endweight alternative?

2007-06-29 Thread Juerd Waalboer
raiph skribis 2007-06-29 1:10 (-0700): > system('cls' !! 'clear' ?? ($?OS eq any )); I read this as: given 'cls', use 'clear' if not, and ($?OS eq ...) if so. Which doesn't make sense, because 'cls' is always true. Note that I ofter write ternaries on three lines: condition ??

[perl #43438] [PATCH][Win32] Update Win32 stat

2007-06-29 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #43438] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43438 > Attached patch steal the basic layout from F and makes the F "stat failed" test work. C

Re: t/codingstd/perlcritic.t needs to be optional

2007-06-29 Thread Bob Rogers
From: "Patrick R. Michaud" <[EMAIL PROTECTED]> Date: Fri, 29 Jun 2007 13:42:18 -0500 On Fri, Jun 29, 2007 at 05:59:38PM +0100, Nicholas Clark wrote: > > >>>Modified since when? > > Since the last time the user ran Configure. > (For the default test run) > > I think tha

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

2007-06-29 Thread allison
Author: allison Date: Fri Jun 29 10:33:22 2007 New Revision: 19479 Modified: trunk/docs/pdds/pdd15_objects.pod Log: [pdd15] Adding 'new' opcode to OO PDD. Modified: trunk/docs/pdds/pdd15_objects.pod == --- trunk/docs

Re: t/codingstd/perlcritic.t needs to be optional

2007-06-29 Thread Nicholas Clark
> >>>Modified since when? Since the last time the user ran Configure. (For the default test run) I think that this will produce minimal false positives and false negatives, for identifying which files have been locally edited. Nicholas Clark

Re: t/codingstd/perlcritic.t needs to be optional

2007-06-29 Thread Patrick R. Michaud
On Fri, Jun 29, 2007 at 05:59:38PM +0100, Nicholas Clark wrote: > > >>>Modified since when? > > Since the last time the user ran Configure. > (For the default test run) > > I think that this will produce minimal false positives and false negatives, > for identifying which files have been locally

Re: pdd15: How do I subclass a parrot; PMC class?

2007-06-29 Thread Patrick R. Michaud
On Fri, Jun 29, 2007 at 11:45:18AM -0700, jerry gay wrote: > On 6/29/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > >On Fri, Jun 29, 2007 at 11:23:46AM -0700, jerry gay wrote: > >> On 6/28/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > >> >.HLL "perl6", "" > >> >... > >> >

DISREGARD: Should MANIFEST determine .pbc builds in runtime/parrot/library/ ?

2007-06-29 Thread Patrick R. Michaud
On Fri, Jun 29, 2007 at 11:55:28AM -0500, Patrick R. Michaud wrote: > I just spent about an hour trying to figure out how the files > in runtime/parrot/library/ are automatically compiled into .pbc files > when Parrot is built. It turns out that the list of files > is computed from the MANIFEST, a

Re: pdd15: How do I subclass a parrot; PMC class?

2007-06-29 Thread jerry gay
On 6/29/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: On Fri, Jun 29, 2007 at 11:23:46AM -0700, jerry gay wrote: > On 6/28/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > >Another question about pdd15...: > > > >If I'm in a different HLL namespace (e.g., via a .HLL directive), how do > >I

Re: pdd15: How do I subclass a parrot; PMC class?

2007-06-29 Thread Patrick R. Michaud
On Fri, Jun 29, 2007 at 11:23:46AM -0700, jerry gay wrote: > On 6/28/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > >Another question about pdd15...: > > > >If I'm in a different HLL namespace (e.g., via a .HLL directive), how do > >I get a PMC class from the 'parrot' HLL namespace? > > > >Her

Re: pdd15: How do I subclass a parrot; PMC class?

2007-06-29 Thread jerry gay
On 6/28/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: Another question about pdd15...: If I'm in a different HLL namespace (e.g., via a .HLL directive), how do I get a PMC class from the 'parrot' HLL namespace? Here is an example (which obviously won't work): I'm creating a 'perl6;Str' cla

Should MANIFEST determine .pbc builds in runtime/parrot/library/ ?

2007-06-29 Thread Patrick R. Michaud
I just spent about an hour trying to figure out how the files in runtime/parrot/library/ are automatically compiled into .pbc files when Parrot is built. It turns out that the list of files is computed from the MANIFEST, and I was searching through files in the config/ subdirectory (where most oth

[perl #43417] Should we change the API of functions just for real_exception()?

2007-06-29 Thread Bob Rogers
From: Paul Cochrane (via RT) <[EMAIL PROTECTED]> Date: Thu, 28 Jun 2007 11:06:47 -0700 # New Ticket Created by Paul Cochrane # Please include the string: [perl #43417] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display

Re: [perl #43342] [TODO] config/init/miniparrot.pm: Write unit tests

2007-06-29 Thread Bernhard Schmalhofer
James Keenan via RT schrieb: There was code in several of the test files in the reconfigure/ branch which was repeated. At the hackathon, David Adler refactored it into a subroutine which I then placed in new file Auxiliary.pm. That file is contained in this patch along with a revised t/104-in

Re: [perl #43417] Should we change the API of functions just for real_exception()?

2007-06-29 Thread Klaas-Jan Stol
On 6/29/07, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #43417] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43417 > Hi all, As part of going

[perl #43342] [TODO] config/init/miniparrot.pm: Write unit tests

2007-06-29 Thread James Keenan via RT
There was code in several of the test files in the reconfigure/ branch which was repeated. At the hackathon, David Adler refactored it into a subroutine which I then placed in new file Auxiliary.pm. That file is contained in this patch along with a revised t/104-init_miniparrot.t and approp

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

2007-06-29 Thread pmichaud
Author: pmichaud Date: Fri Jun 29 07:07:20 2007 New Revision: 19464 Modified: trunk/docs/pdds/pdd23_exceptions.pod Log: [docs]: * The phrase 'may not' is sometimes confusing. Modified: trunk/docs/pdds/pdd23_exceptions.pod ==

Re: [perl #43431] build problem

2007-06-29 Thread Paul Cochrane
On 29/06/07, via RT Richard Hainsworth <[EMAIL PROTECTED]> wrote: # New Ticket Created by Richard Hainsworth # Please include the string: [perl #43431] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43431 > Dear Parrot peop

[perl #43422] [EMAIL PROTECTED],[EMAIL PROTECTED]

2007-06-29 Thread Todd Rinaldo
# New Ticket Created by "Todd Rinaldo" # Please include the string: [perl #43422] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43422 > Hello. reviewing object-meths.t, we noticed that in some tests with "callmethod" in t

Re: Ternary endweight alternative?

2007-06-29 Thread Chas Owens
On 6/29/07, raiph <[EMAIL PROTECTED]> wrote: snip Finally, but very importantly imo, what if there are 3 or more alternatives? snip Use a hash or array (depending on the selecting data). system((zip , )<$?OS>); system({win32=>'cls', linux=>'clear', other=>'nuke'}<$?OS>); Of course, this shoul

parrot as a vm for real processors

2007-06-29 Thread pancake
yesterday i was thinking about a way for interpretting assembly code of ARM (and maybe other architectures) while defining a grammar for its assembly. This way it will be possible to embed parrot on a debugger and let't interact between the code and the debugger implementing in this way a pseudo-a

Ternary endweight alternative?

2007-06-29 Thread raiph
Hi y'all. Consider: system(($?OS eq any ) ?? 'cls' !! 'clear'); Is it already legal syntax to write, or, if not, would it be possible and desirable to allow: system('cls' !! 'clear' ?? ($?OS eq any )); ? If your answer is that it's not yet legal but perhaps ought to be, then can t

[perl #43431] build problem

2007-06-29 Thread via RT
# New Ticket Created by Richard Hainsworth # Please include the string: [perl #43431] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43431 > Dear Parrot people, Just updates my subversion depository after a long time. Got

[perl #43423] [TODO] missing tests for pdd15oo

2007-06-29 Thread Todd Rinaldo
# New Ticket Created by "Todd Rinaldo" # Please include the string: [perl #43423] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43423 > While comparing pdd15_objects compared to the tests located in t/pdd15oo we cannot fi

[perl #43432] [PATCH] Destroy condition before freeing memory

2007-06-29 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #43432] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43432 > See subject. Changed Files: src/thread.c Ron Index: src/thread.c =

[perl #43424] [TODO] pdd15 objects documentation incorrect (callmethod)

2007-06-29 Thread via RT
# New Ticket Created by Sandy Bultena # Please include the string: [perl #43424] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43424 > The documentation in pdd15_objects.html referring to callmethod and callmethodcc st