Re: [perl #41195] [BUG]: Change to Configure.pl causing 'make' to fail on Darwin

2007-03-09 Thread James Keenan
On Mar 9, 2007, at 10:42 AM, Will Coleda via RT wrote: On Mon Mar 05 16:57:47 2007, [EMAIL PROTECTED] wrote: Two months ago, I filed this bug report (excerpt): I'm still not seeing the effects of the bug you describe, btw. (on OS X intel or ppc). It does remind me of issues I had when atte

Re: [perl #41733] invoke :vtable - execution stops

2007-03-09 Thread Alek Storm
Following conversation with Matt Diephouse on #parrot, I realized that that was pretty confusing. What I meant was that invoke() should accept parameters and return values as a normal subroutine. This would probably be done by moving the code that deals with the pc out of the invoke() method and

Re: [perl #41733] invoke :vtable - execution stops

2007-03-09 Thread Alek Storm
That is definitely the most elegant solution. Now, the question is, shouldn't the invoke() vtable method behave that way in the first place, since passing a pc address to and returning another pc address from the invoke() method only makes sense for Sub, Coroutine, and Continuation? In other

[perl #41767] [PATCH] add OpenBSD/zaurus and Linux/PS3 to PLATFORMS

2007-03-09 Thread Julian Fondren
- Y Y YY ? 20070116 linux-x86_64-gcc4.1.0 4 Y-- Y Y YY/2 ? 20060807 linux-x86_64-gcc4.1.2 8 Y-- Y Y YY ? 20070116 +openbsd-zaurus-gcc3.3.5 Y-- Y Y Y? ? 20070309 sol8-sp

[svn:perl6-synopsis] r14325 - doc/trunk/design/syn

2007-03-09 Thread larry
Author: larry Date: Fri Mar 9 16:38:18 2007 New Revision: 14325 Modified: doc/trunk/design/syn/S11.pod Log: As noted by allbery_b++, Smylers++, and david.green++, we've thoroughly neglected to thoroughly spec the intended version sharing and emulation model. Modified: doc/trunk/design/syn/S

[perl #41768] Fwd: Glossary is missing from parrotcode.org

2007-03-09 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41768] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41768 > Begin forwarded message: > From: Klaas-Jan Stol <[EMAIL PROTECTED]> > Date: March 9, 2

Re: [perl #41569] t/distro/file_metadata.t fails on win32

2007-03-09 Thread Ron Blaschke
chromatic wrote: On Friday 09 March 2007 05:00, Ron Blaschke wrote: Attached patch replaces the backslashes with slashes on Windows. Would using File::Spec be less fragile? The problem basically boils down to matching a list of MANIFEST (UNIX?) files with the (native file name, attribute) o

[svn:perl6-synopsis] r14324 - doc/trunk/design/syn

2007-03-09 Thread larry
Author: larry Date: Fri Mar 9 12:48:52 2007 New Revision: 14324 Modified: doc/trunk/design/syn/S05.pod Log: typo from perl++ clarification that :b includes mark characters in actual matched text Modified: doc/trunk/design/syn/S05.pod =

[perl #41762] [PATCH] Languages/Pynie functions!

2007-03-09 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41762] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41762 > hi, attached a patch implementing basic function calling for pynie. * function calli

Re: [perl #41569] t/distro/file_metadata.t fails on win32

2007-03-09 Thread chromatic
On Friday 09 March 2007 05:00, Ron Blaschke wrote: > Attached patch replaces the backslashes with slashes on Windows. Would using File::Spec be less fragile? -- c

Re: lexical subs

2007-03-09 Thread Juerd Waalboer
Juerd Waalboer skribis 2007-03-09 21:27 (+0100): > Just a short note: please, if this is implemented, make sure that either > Perl 6 conforms to Perl 5 behaviour, or the other way around. Wanted to CC this list, but by accident replaced the To instead. Now CC'ing p5p. -- korajn salutojn, juer

Re: lexical subs

2007-03-09 Thread Juerd Waalboer
Just a short note: please, if this is implemented, make sure that either Perl 6 conforms to Perl 5 behaviour, or the other way around. -- korajn salutojn, juerd waalboer: perl hacker <[EMAIL PROTECTED]> convolution: ict solutions and consultancy <[EMAIL PROTECTED

[perl #41763] [PATCH]: fix "clone" method for iterators

2007-03-09 Thread via RT
# New Ticket Created by Eric Hanchrow # Please include the string: [perl #41763] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41763 > I noticed that if you cloned an iterator that you had already "shifted", the clone star

[perl #41764] [PATCH] teach differentiation of C in exception handling in docs/compiler_faq.pod

2007-03-09 Thread Julian Fondren
# New Ticket Created by "Julian Fondren" # Please include the string: [perl #41764] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41764 > Exception severity isn't documented at all, currently, but this will at least help w

Re: [svn:perl6-synopsis] r14323 - doc/trunk/design/syn

2007-03-09 Thread Aaron Crane
[EMAIL PROTECTED] writes: > +The C<:i> (or C<:ignorecase>) modifier causes case distinctions to be > +ignore in its lexical scope, but not in its dynamic scope. That is, That should read "ignored", I dare say. -- Aaron Crane

[svn:perl6-synopsis] r14323 - doc/trunk/design/syn

2007-03-09 Thread larry
Author: larry Date: Fri Mar 9 11:23:09 2007 New Revision: 14323 Modified: doc/trunk/design/syn/S05.pod Log: Add :b/:basechar modifier as suggested by ruoso++. Modified: doc/trunk/design/syn/S05.pod == --- doc/trunk/

[perl #41765] [TODO] examples embedded in pod should all be parseable

2007-03-09 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41765] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41765 > we should have a test which makes sure that all pir/pasm embedded in pod files parses as va

[perl #41739] [PATCH]: add "clone" method for iterators

2007-03-09 Thread Matt Diephouse via RT
Thanks! I couldn't get patch to apply the patch, so I applied it by hand. Committed in r17411.

[perl #41760] [PATCH] lang/pynie some bin.ops

2007-03-09 Thread Nuno Carvalho via RT
Hi, On Fri Mar 09 04:54:12 2007, [EMAIL PROTECTED] wrote: > attached a patch fixing for languages/pynie: > > * // operator (fdiv) > * prefix:+ operator > * << and >> operators > > tests will follow later. > > regards, > kjs Looks ok to me, i'll add some tests later for this too. Thanks, appli

[perl #41760] [PATCH] lang/pynie some bin.ops

2007-03-09 Thread Nuno Carvalho via RT
Hi, On Fri Mar 09 04:54:12 2007, [EMAIL PROTECTED] wrote: > attached a patch fixing for languages/pynie: > > * // operator (fdiv) > * prefix:+ operator > * << and >> operators > > tests will follow later. > > regards, > kjs Looks ok to me, i'll add some tests later for this too. Thanks, appli

[perl #41195] [BUG]: Change to Configure.pl causing 'make' to fail on Darwin

2007-03-09 Thread Will Coleda via RT
On Mon Mar 05 16:57:47 2007, [EMAIL PROTECTED] wrote: > Two months ago, I filed this bug report (excerpt): I'm still not seeing the effects of the bug you describe, btw. (on OS X intel or ppc). It does remind me of issues I had when attempting to use the GMP libs, though. > > ...I inferred that s

Re: [perl #41569] t/distro/file_metadata.t fails on win32

2007-03-09 Thread Paul Cochrane
On 09/03/07, Ron Blaschke <[EMAIL PROTECTED]> wrote: Will Coleda wrote: > I expect the first two to pass, but metadata is often often overlooked > on commits. > > The last one is a new test, not everything has been updated yet. (And > I'm not sure it *can* be without breaking windows). > > Should

[perl #41760] [PATCH] lang/pynie some bin.ops

2007-03-09 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41760] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41760 > attached a patch fixing for languages/pynie: * // operator (fdiv) * prefix:+ operator

Re: [perl #41569] t/distro/file_metadata.t fails on win32

2007-03-09 Thread Ron Blaschke
Will Coleda wrote: I expect the first two to pass, but metadata is often often overlooked on commits. The last one is a new test, not everything has been updated yet. (And I'm not sure it *can* be without breaking windows). Should be passing the second test again as of r17398. Thanks for y

[perl #41750] [PATCH] Pynie updates

2007-03-09 Thread Nuno Carvalho via RT
Hi all, On Thu Mar 08 15:23:52 2007, [EMAIL PROTECTED] wrote: > hi, > attached a patch for pynie: > > * fixed rule for floatingpoints and imag.numbers. TGE not correct yet (+ > some reorderings of rules) > * added compound_stmt TGE > * added tests to literals, but some are still commented out (n

Re: PIR Tutorial

2007-03-09 Thread Klaas-Jan Stol
James E Keenan wrote: Klaas-Jan Stol wrote: hi, I've started a bit on a PIR tutorial on the wiki. If anybody can spare a few moments, some feedback would be very welcome! I am very glad to see this. One suggestion and one request for clarification: 1. First bullet point in FAQ should be:

Q: Should Op names be allowed to be identifiers.

2007-03-09 Thread Klaas-Jan Stol
hi, In PIR, it's allowed to use ops as names for variables. For instance, it's allowed to write: .sub main .local pmc inc .end However, when trying to increment your variable 'inc', you could write .sub main .local pmc inc inc inc .end which not only looks strange, but will not even comp

Glossary is missing from parrotcode.org

2007-03-09 Thread Klaas-Jan Stol
hi, on http://www.parrotcode.org/resources.html there's a link named "glossary". clicking on that link results in an empty page. The glossary is in docs/glossary.pod It should be put it in the website repository too. regards, kjs

Re: [svn:perl6-synopsis] r14317 - doc/trunk/design/syn

2007-03-09 Thread Smylers
Larry Wall writes: > On Thu, Mar 08, 2007 at 09:05:32AM +, Smylers wrote: > > : So I fear that people will do the same thing in Perl 6. Which, > : initially, will appear to work. But then, some months later, > : somebody upgrades the installed version of a module (or the program > : gets de