Re: [perl #51916] Error in tests after build

2008-03-21 Thread James E Keenan
Ted Neward wrote: Where do I get it? Is it part of the Parrot distro? No, and it appears not be part of Bundle::Parrot on CPAN, either. We'll have to rectify this. But you could always install it directly from CPAN: http://search.cpan.org/dist/Parse-Yapp/

[perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-21 Thread James Keenan via RT
On Mon Jan 09 17:05:30 2006, [EMAIL PROTECTED] wrote: > Simple profile suggests that pmc2c.pl is spending about 25% of it's > total execution time loading FindBin. The lib path use of FindBin::Bin > can be replaced with 'use lib qw( . lib ../lib ../../lib );' while the > other uses of FindBin::Bin

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-21 Thread James Keenan via RT
On Sat Nov 11 12:04:20 2006, particle wrote: > we need ... some config hackery to do it during > configure-time. > > this would replace the MANIFEST.generated file which is created ex > post facto with a file that is created at build-time. > Herewith some configure-time hackery. This patch prov

RE: [perl #51916] Error in tests after build

2008-03-21 Thread Ted Neward
Where do I get it? Is it part of the Parrot distro? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: James Keenan via RT [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2008 8:01 AM > To: [EMAIL PROTECT

[perl #51990] [PATCH] fix compiler warnings in io_win32.c

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51990] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51990 > Fixed two compiler warnings in src/io/io_win32.c, and updated a little bit of docu

Re: Musings on operator overloading

2008-03-21 Thread Aristotle Pagaltzis
* Mark J. Reed <[EMAIL PROTECTED]> [2008-03-21 21:35]: > On Fri, Mar 21, 2008 at 4:25 PM, Aristotle Pagaltzis <[EMAIL PROTECTED]> > wrote: > > It makes the meaning of the statement dependent on the types > > of any variables, which is information that a reader won't > > necessarily find in close v

Re: Musings on operator overloading

2008-03-21 Thread Mark J. Reed
On Fri, Mar 21, 2008 at 4:25 PM, Aristotle Pagaltzis <[EMAIL PROTECTED]> wrote: > It makes the meaning of the statement dependent on > the types of any variables, which is information that a reader > won't necessarily find in close vicinity of the statement. [...] > if you're completely changi

Re: Musings on operator overloading

2008-03-21 Thread Aristotle Pagaltzis
* Mark J. Reed <[EMAIL PROTECTED]> [2008-03-19 20:45]: > Maybe it's just 'cause I cut my teeth on BASIC, but + for > string concatenation has always felt pretty natural. Obviously > it won't work in Perl where you are using the operator to > determine how to treat the operands. At first blush I fin

Re: Google Summer of Code 2008 Call for Proposals

2008-03-21 Thread Eric Wilhelm
# from Will Coleda # on Thursday 20 March 2008 12:22: >We also have a presence on #parrot and #soc-help on irc.perl.org, as >well as #perl6 on freenode. > >See http://www.perlfoundation.org/perl5/index.cgi?gsoc2008_projects >for some project ideas if you're a student Hi all, The traffic regardin

Re: Musings on operator overloading

2008-03-21 Thread Aristotle Pagaltzis
* TSa <[EMAIL PROTECTED]> [2008-03-19 16:00]: > Aristotle Pagaltzis wrote: >> Something like >> >> path { $app_base_dir / $conf_dir / $foo_cfg . $cfg_ext } >> >> where the operators in that scope are overloaded irrespective of >> the types of the variables (be they plain scalar strings, >> inst

Re: [perl #51988] [PATCH] file descriptor duplication updates

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 11:15:51 -0700 "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Andrew Whitworth" > # Please include the string: [perl #51988] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.h

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 13:19:09 -0400 "Andrew Whitworth" <[EMAIL PROTECTED]> wrote: > Okay, i changed the function declaration in src/string_primitives.c > and include/Parrot/string_primitives.h. After a search, I couldn't > find any other files where the function Parrot_char_digit_value was > used,

Re: [perl #51988] AutoReply: [PATCH] file descriptor duplication updates

2008-03-21 Thread Andrew Whitworth
Shoot, i forgot the file. Eventually I'm going to learn to proplerly use this new-fangled email contraption. --Andrew Whitworth iofddupfix.patch Description: Binary data

[perl #51988] [PATCH] file descriptor duplication updates

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51988] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51988 > A number of small updates to file descriptor duplication functions: 1) Calling _d

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
On Fri, Mar 21, 2008 at 12:55 PM, Mark Glines via RT <[EMAIL PROTECTED]> wrote: > On Fri, 21 Mar 2008 09:06:59 -0700 > "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > > > # New Ticket Created by "Andrew Whitworth" > > # Please include the string: [perl #51982] > > # in the subject li

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
Forgot the patch. Here's the file. --Andrew Whitworth stringprimitivestypecast2.patch Description: Binary data

Re: [perl #38929] [CAGE] [C] Get executable code out of .h files

2008-03-21 Thread chromatic
On Friday 21 March 2008 09:37:16 Andrew Whitworth via RT wrote: > src/jit_emit.h contains a large amount of both header-file stuff and > executable code. I could gladly separate the two out, and create two new > files: include/Parrot/jit_emit.h and src/jit_emit.c, which is probably > the kind of s

Re: [perl #51984] [PATCH] fixed "const int" to "unsigned char" conversion warnings

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 09:26:42 -0700 "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Andrew Whitworth" > # Please include the string: [perl #51984] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.h

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 09:06:59 -0700 "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Andrew Whitworth" > # Please include the string: [perl #51982] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.h

[perl #51984] [PATCH] fixed "const int" to "unsigned char" conversion warnings

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51984] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51984 > The file src/utils.c was producing a number of compile-time warnings involving pos

[perl #38929] [CAGE] [C] Get executable code out of .h files

2008-03-21 Thread Andrew Whitworth via RT
src/jit_emit.h contains a large amount of both header-file stuff and executable code. I could gladly separate the two out, and create two new files: include/Parrot/jit_emit.h and src/jit_emit.c, which is probably the kind of stuff that people want to happen anyway. I can't find a good reason why we

Re: [perl #51980] [PATCH] fixed multiple redefines of snprintf macro

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 09:03:08 -0700 "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Andrew Whitworth" > # Please include the string: [perl #51980] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.h

Re: [perl #51976] [PATCH] fixed uninitialized variable warning in dynext.c:Parrot_init_lib()

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 08:21:44 -0700 "Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Andrew Whitworth" > # Please include the string: [perl #51976] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.h

[perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51982] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51982 > src/string_primitives.c:Parrot_char_digit_value was producing a compile-time warni

[perl #51980] [PATCH] fixed multiple redefines of snprintf macro

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51980] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51980 > the snprintf macro was defined in Parrot/misc.h and src/spf_render.c. I moved both

[perl #51976] [PATCH] fixed uninitialized variable warning in dynext.c:Parrot_init_lib()

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #51976] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51976 > I'm fixing a compile error that's generated (at least) on Win32 using cl.exe. In d

[perl #51916] Error in tests after build

2008-03-21 Thread James Keenan via RT
This applies to another file as well: languages/regex/lib/Regex/Grammar.pm

Re: [perl #51944] Cygwin Readme

2008-03-21 Thread Reini Urban
2008/3/20, via RT Will Coleda <[EMAIL PROTECTED]>: > # New Ticket Created by Will Coleda > # Please include the string: [perl #51944] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=51944 > Somehow the bitcard login does

[perl #51916] Error in tests after build

2008-03-21 Thread James Keenan via RT
On Fri Mar 21 06:58:37 2008, [EMAIL PROTECTED] wrote: > I am not a Lua expert, but that sounds an awful lot like Lua has a > build-dependency on Parse::Yapp from CPAN. > Yup. [parrot] 503 $ head -18 languages/lua/Lua/parser.pm ###

Re: [perl #51944] Cygwin Readme

2008-03-21 Thread John Trammell
On Thu, Mar 20, 2008 at 3:08 PM, via RT Will Coleda < [EMAIL PROTECTED]> wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #51944] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=51944 > > >

Re: [perl #51916] Error in tests after build

2008-03-21 Thread Mark Glines
On Fri, 21 Mar 2008 07:16:07 -0400 James E Keenan <[EMAIL PROTECTED]> wrote: > Ted Neward wrote: > > BTW, I didn't want to file a bug, but the Lua compiler in the > > latest bits uses a tool "yapp" that doesn't appear to be a part of > > the bundle--is it supposed to be? > > > > Ted Neward > > Ja

Re: [perl #51916] Error in tests after build

2008-03-21 Thread James E Keenan
Ted Neward wrote: BTW, I didn't want to file a bug, but the Lua compiler in the latest bits uses a tool "yapp" that doesn't appear to be a part of the bundle--is it supposed to be? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com I don't

RE: [perl #51916] Error in tests after build

2008-03-21 Thread Ted Neward
BTW, I didn't want to file a bug, but the Lua compiler in the latest bits uses a tool "yapp" that doesn't appear to be a part of the bundle--is it supposed to be? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message-