Re: Class metadata for PIR/assembly files

2003-10-30 Thread Melvin Smith
Regrettably, this won't be committed for 0.0.12 release since it is definitely new feature. If I commit now Leo would probably pummel me with flaming pumpkins, so I'm going to play nice and follow the rules. This is what I have currently in my working copy of imcc. I think this does what we want

Re: [PS] open patches

2003-10-30 Thread Robert Spier
> (24205) [PATCH] removing -mno-accumulate-outgoing-args for non x86 arch > > the last one was applied by Dan, but the Status wasn't updated on RT. > I can't do it myself (permission denied). I've updated the ticket. RT thinks your email address is @perl.it, but the ticket was created from the @

Re: [PS] open patches

2003-10-30 Thread Robert Spier
> My account (mikescott) at http://auth.perl.org/auth/account shows the > correct email. The RT page assures me that I'm signed in as mikescott. > I go to the Modify ticket #24030 and set Status to resolved, click Save > Changes and get Status: Permission Denied. RT had a different idea of what

Re: Some questions about currying

2003-10-30 Thread Joe Gottman
- Original Message - From: "Luke Palmer" <[EMAIL PROTECTED]> > Joe Gottman writes: > > 3) Currying binds a function parameter to a value? Is there any way to > > bind a function parameter to a variable? Consider the following code: > > > > sub printNum(int $x) {print "$x\n";} > >

Re: reducing size of the Devel::Cover html report

2003-10-30 Thread Michael Carman
On 10/25/2003 6:27 AM, Gabor Szabo wrote: > > The HTML files generated by Devel::Cover are huge. I'm working on it. :) > I ran coverage on HTML::Template and while the source code > is ~100K the HTML report is 2.5Mb I did a null coverage run (I did a "use HTML::Template" but didn't actually do a

Re: Parrot IO fun

2003-10-30 Thread Melvin Smith
At 12:09 AM 10/31/2003 +, Nicholas Clark wrote: On Thu, Oct 30, 2003 at 01:54:24AM -0500, Melvin Smith wrote: > Parrot fetched its first web page tonight. Its a baby step, but hey... :) > > You can now stuff hostnames into a socket as well as a numeric IP address. > > see examples/io/http.imc C

Re: Parrot IO fun

2003-10-30 Thread Nicholas Clark
On Fri, Oct 31, 2003 at 12:09:14AM +, Nicholas Clark wrote: > On Thu, Oct 30, 2003 at 01:54:24AM -0500, Melvin Smith wrote: > > Parrot fetched its first web page tonight. Its a baby step, but hey... :) I forgot to say: Hey, cool! Nice work. Today web pages, tomorrow self propagating worms? M

Re: Parrot IO fun

2003-10-30 Thread Nicholas Clark
On Thu, Oct 30, 2003 at 01:54:24AM -0500, Melvin Smith wrote: > Parrot fetched its first web page tonight. Its a baby step, but hey... :) > > You can now stuff hostnames into a socket as well as a numeric IP address. > > see examples/io/http.imc Can we do IPv6? (Not meant to be a throw away que

Re: Hoplites report!

2003-10-30 Thread Andy Lester
I got no response from the author. In worst case, I plan to post the tests files on rt.cpan.org. I'm sure Damian will be fine with it. I told him about the project a while ago and he seemed genuinely excited about it. xoa - Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ htt

Re: Hoplites report!

2003-10-30 Thread Dominic Letarte
> So does anyone have anything to report as far as progress on their modules? > Reports back to update on the website would be appreciated. Writing test slowly for Parse::RecDescent, but writing. I got no response from the author. In worst case, I plan to post the tests files on rt.cpan.org.

Re: Some questions about currying

2003-10-30 Thread Jonathan Scott Duff
On Wed, Oct 29, 2003 at 08:32:40PM -0500, Joe Gottman wrote: >I just reread the section of A6 about currying, and I have several > questions about it. Your questions have caused me to skim over A6 and discover that there are lots of details I've forgotten. Hopefully forgetfulness won't be a p

Re: P5 "B" backend for languages/perl6 - quasi-announcement

2003-10-30 Thread Joseph Ryan
Sean O'Rourke wrote: [EMAIL PROTECTED] (Scott Walters) writes: I have work-related reason to add a "B" backend for Perl 5 to the perl6 compiler. I'm looking at creating an assembler for Perl 5's "B" bytecode along the lines of IMCC, and creating patches against languages/perl6/IMCC.pm and langu

Re: P5 "B" backend for languages/perl6 - quasi-announcement

2003-10-30 Thread Sean O'Rourke
[EMAIL PROTECTED] (Scott Walters) writes: > I have work-related reason to add a "B" backend for Perl 5 to the > perl6 compiler. I'm looking at creating an assembler for Perl 5's > "B" bytecode along the lines of IMCC, and creating patches against > languages/perl6/IMCC.pm and languages/perl6/IMCC/*

Re: Dying tests on windows

2003-10-30 Thread Jonathan Worthington
> Have it. The filename on Win32 isn't really "src/jit_cpu.c" ... > > Fixed. And it works great! Win32 summary: * 2 I/O tests fail * There are various local variable not used warnings, plus some missing casts. Want me to go through and find track the source of these warnings down? I figu

Re: [PS] open patches

2003-10-30 Thread Aldo Calpini
these are the patches of mine which still show as Pending: (17405) [PATCH] correct make pdb on Win32 (24149) [PATCH] small Makefile patch (rm *.s in realclean instead of clean) (24205) [PATCH] removing -mno-accumulate-outgoing-args for non x86 arch the last one was applied by Dan, but the Status

P5 "B" backend for languages/perl6 - quasi-announcement

2003-10-30 Thread Scott Walters
Hi kids, I have work-related reason to add a "B" backend for Perl 5 to the perl6 compiler. I'm looking at creating an assembler for Perl 5's "B" bytecode along the lines of IMCC, and creating patches against languages/perl6/IMCC.pm and languages/perl6/IMCC/* to conditionally, using some sort of p

Re: Dying tests on windows

2003-10-30 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > cl -nologo -Gf -W3 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -ZI -I./i > nclude -DHAS_JIT -DI386 -E src\jit_cpu.c > Here:- > http://www.jwcs.net/~jonathan/parrot/jit_cpu-E-cl.txt > And again, there is RTYPE_.* stuff all over. Something is to

Re: [PS] open patches

2003-10-30 Thread Michael Scott
On 30 Oct 2003, at 07:20, Robert Spier wrote: Some of patches on that list that are mine. #24030 Obsolete #24038 Obsolete #24043 Applied #24063 Applied #24177 Rejected #24188 Applied I tried to update the status of #24177 but got Permission Denied. Any chance of that being changed so I could updat

Re: Tinderboxens

2003-10-30 Thread Leopold Toetsch
Andy Dougherty <[EMAIL PROTECTED]> wrote: > A quick grep on the perl5 sources for 'negative zero' gets a fair number > of hits mentioning AIX, Digital Unix, and OpenBSD. sv.c contains some > legacy 'FIXNEGATIVEZERO' code as well. ... which seems not to be defined nor mentioned anywhere. > ... I