Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-08-09 Thread Mark Glines
On Thu, 9 Aug 2007 22:19:29 -0500 "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > On Thu, Aug 09, 2007 at 04:37:30PM -0600, Lloyd Miller wrote: > > >(Like you, I'm also running kubuntu feisty on an x86_64 system, > > >gcc 4.1.2.) > > > > OK, I tried svn r20585 and this fail is gone from make t

[perl #44531] make test file_metadata fail

2007-08-09 Thread via RT
# New Ticket Created by Lloyd Miller # Please include the string: [perl #44531] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44531 > This is parrot version 0.4.14-devel (r20585) built for nojit. On kubuntu fiesty x86_64

Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-08-09 Thread Patrick R. Michaud
On Thu, Aug 09, 2007 at 04:37:30PM -0600, Lloyd Miller wrote: > >(Like you, I'm also running kubuntu feisty on an x86_64 system, > >gcc 4.1.2.) > > OK, I tried svn r20585 and this fail is gone from make test. Excellent. Thanks for confirming. I'm looking to close this ticket if we can... is an

[perl #44531] make test file_metadata fail

2007-08-09 Thread Patrick R. Michaud via RT
Now fixed in r20594. The problem was that in certain circumstances, the chunking of files to "svn propget" would result in the last call to svn being called with only a single file as an argument, thus changing the format of the output. For example, when processing 3201 files with a $chunk_size o

[perl #44529] [PATCH] Debugging with MSVC

2007-08-09 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #44529] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44529 > This is a partial braindump for a guide to debugging with Microsoft Visual C++. More co

Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-08-09 Thread Lloyd Miller
Patrick R. Michaud via RT wrote: On Wed, Aug 08, 2007 at 09:12:20PM -0600, Lloyd Miller wrote: Patrick R. Michaud via RT wrote: On Tue Aug 07 20:00:03 2007, millerlf at telus.net wrote: when I ran "make test" I get 1 failure. Looks like this ... not ok 16 - examples/shootout/regexdna.pir #

[perl #44527] [PATCH] Add Visual C++ 9.0 to PLATFORMS

2007-08-09 Thread Patrick R. Michaud via RT
Applied (r20585), thanks! Pm

Re: [Win32] There's a new compiler in town (sort of)

2007-08-09 Thread Ron Blaschke
Hi Joshua, Joshua Hoblitt wrote: > Can you submit a patch for the PLATFORMS file? Here it is. http://rt.perl.org/rt3/Ticket/Display.html?id=44527 Ron

Re: Need help in writing PCRE

2007-08-09 Thread Will Coleda
[EMAIL PROTECTED] writes: Thanks for the suggestion.Actually, i am trying this in Perl thats why i post it here. This mailing list is for discussion of the internals of the parrot bytecode engine that Perl 6 will run on. Perl 5 stuff is still off topic here, sorry. I recommend starting at h

Re: Need help in writing PCRE

2007-08-09 Thread vikrant . kansal
On Aug 9, 10:51 pm, [EMAIL PROTECTED] (Andy Lester) wrote: > > Can u guys help me out in writing the pcre for the following string > > I'm afraid not. This mailing list is strictly for discussion of Perl 6. > It's not a help list. > > Also, you may find that "PCRE" is not really that Perl-compatib

[perl #44527] [PATCH] Add Visual C++ 9.0 to PLATFORMS

2007-08-09 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #44527] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44527 > Attached patch adds Visual C++ 9.0, part of Visual Studio 2008, to PLATFORMS. Note that

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread Joshua Isom
On Aug 9, 2007, at 9:44 AM, Patrick R. Michaud wrote: On Thu, Aug 09, 2007 at 07:36:11AM -0700, jerry gay wrote: On 8/9/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: indeed. that's why array = push item and $S0 = 'hello' $S0 = say is valid pir. Actually, $S0 = 'hello' doesn't

Re: Need help in writing PCRE

2007-08-09 Thread Andy Lester
> Can u guys help me out in writing the pcre for the following string I'm afraid not. This mailing list is strictly for discussion of Perl 6. It's not a help list. Also, you may find that "PCRE" is not really that Perl-compatible. I suggest you find a PHP mailing list to help you on this (assum

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread Patrick R. Michaud
On Thu, Aug 09, 2007 at 12:28:08PM -0500, Joshua Isom wrote: > On Aug 9, 2007, at 9:44 AM, Patrick R. Michaud wrote: > >On Thu, Aug 09, 2007 at 07:36:11AM -0700, jerry gay wrote: > >>indeed. that's why > >> > >> array = push item > >> > >>and > >> > >> $S0 = 'hello' > >> $S0 = say > >> > >>is va

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread Will Coleda
jerry gay writes: $S0 = say This sugar is too sweet: This particular usage has been deprecated for some time now, only opcodes whose first parameter is OUT should be able to [ab]use = in this fashion. (The above still works for the moment, but could be ripped out in any release, don't us

Need help in writing PCRE

2007-08-09 Thread vikrant . kansal
Hi, Can u guys help me out in writing the pcre for the following string string :- ftp:\\abnssjs%20jfdhjdh.htc%00.mnd Now, what i need to match is "ftp:" "anything in between except i.e ^(%00)" followed by "%00" then Dot What i have tried so far is 1. /ftp:.*%00./i but .* match any thing

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread Patrick R. Michaud
On Thu, Aug 09, 2007 at 07:36:11AM -0700, jerry gay wrote: > On 8/9/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > > Others may correct me on this, but I think that as a general > > rule, any PIR statement of the form > > > > target = opcode [arg1, arg2, ...] > > > > is simply syntactic su

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread jerry gay
On 8/9/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > Others may correct me on this, but I think that as a general > rule, any PIR statement of the form > > target = opcode [arg1, arg2, ...] > > is simply syntactic sugar for the PASM equivalent > > opcode target [, arg1, arg2, ...] > i

Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-08-09 Thread Patrick R. Michaud
On Wed, Aug 08, 2007 at 09:12:20PM -0600, Lloyd Miller wrote: > Patrick R. Michaud via RT wrote: > >On Tue Aug 07 20:00:03 2007, millerlf at telus.net wrote: > >>when I ran "make test" I get 1 failure. Looks like this ... > >> > >>not ok 16 - examples/shootout/regexdna.pir > >># Failed test (t

Re: [perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread Patrick R. Michaud
On Wed, Aug 08, 2007 at 09:20:50PM -0700, Colin Kuskie wrote: > repeat isn't an operator, it's a function in this context. > Describe what it does. Actually, 'repeat' is an opcode here. The PIR statement $S1 = repeat $S0, 3 is just syntactic sugar for the PASM operation repeat $S1, $S0

[perl #44509] [PATCH] Readme for examples/tutorials

2007-08-09 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44509] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44509 > Add a README file which says what to do with the tutorials. =head1 PIR tutorial Each f

Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-08-09 Thread Lloyd Miller
Patrick R. Michaud via RT wrote: On Tue Aug 07 20:00:03 2007, millerlf at telus.net wrote: when I ran "make test" I get 1 failure. Looks like this ... not ok 16 - examples/shootout/regexdna.pir # Failed test (t/examples/shootout.t at line 103) [...] # Segmentation fault (core dumped) [...]

[perl #44515] [PATCH] add POD and code to examples/tutorial/23_string_ops_substr.pir

2007-08-09 Thread Patrick R. Michaud via RT
Applied (r20575), thanks for the patch! Pm

[perl #44513] [PATCH] add some POD to examples/tutorial/22_string_ops_length.pir

2007-08-09 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44513] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44513 > Add a POD stub to the length function tutorial. Index: examples/tutorial/22_string_ops_

[perl #44511] [PATCH] update POD for examples/tutorial/21_string_ops_repeat.pir

2007-08-09 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44511] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44511 > repeat isn't an operator, it's a function in this context. Describe what it does. Index

[perl #44515] [PATCH] add POD and code to examples/tutorial/23_string_ops_substr.pir

2007-08-09 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44515] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44515 > Add POD and more example code to the substr PIR tutorial example. Index: examples/tutor