www.parrotcode.org/ points to 0.0.10

2004-03-01 Thread Mitchell N Charity
The parrot homepage http://www.parrotcode.org/ currently says Periodic releases will appear on CPAN; the current release is version 0.0.10, and can be found in the CPAN source directory. And "source directory" is a link to parrot-0.0.10.tar.gz The similarity in release numbers is particularl

Re: [PATCH] parrotbug 0.0.1

2004-03-01 Thread Robert Spier
> - it only accepts -ok / -nok flags (no *real* bug reports to be >edited) This may or may not be good. We need a new processing system (for perl5 too) to deal with the -ok reports. > - I'm not sure about the reporting address (Robert, I need your advice > on this one) I suppose, it sho

Re: Current PLATFORMS

2004-03-01 Thread TJ Anthony
[silent lurker alert] Parrot will build on Cygwin, as long as you configure with: perl Configure.pl --define-inet_aton The tests, however, are a different story. Notably, extend_12 runs away and starts hopelessly consuming memory until manually killed. Here's the testing summary from the end

This week's summary

2004-03-01 Thread The Perl 6 Summarizer
The Perl 6 Summary for the week ending 20040229 Welcome to the leapday summary. We'll crack straight on with perl6-internals Running up to release time As Leapday had been chosen as the release date for Parrot 0.1.0, the week was mostly spent getting things ready for release. A c

Re: [perl #27246] [PATCH] Correct ommision inconfig/gen/makefiles /befun ge.in

2004-03-01 Thread Stephane Peiry
Done thanks, Stéphane On Mon, Mar 01, 2004 at 11:48:08AM -0500, Gay, Jerry wrote: > if this is accepted, please close [perl #27083], as it addresses this bug, > but i haven't yet seen it posted to the list. > > --jerry > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EM

Re: LANGUAGES.STATUS

2004-03-01 Thread Piers Cawley
Mitchell N Charity <[EMAIL PROTECTED]> writes: > (1) LANGUAGES.STATUS is out of date. > > I found (on linux x86 [1]): > > These languages failed to build: > BASIC/interpreter > jako > miniperl > tcl > > And these languages were quite broken (bad make test failures): > BASIC/compiler [2]

[PATCH] parrotbug 0.0.1

2004-03-01 Thread Jerome Quelin
Hi there, Following Dan's warnocked demand, here's a first version of parrotbug: - it is very rough - it currently goes in parrot root dir - there is no embedded (pod) doc - it borrows heavily from perlbug - currently bug reports are sent to [EMAIL PROTECTED] - it only accepts -ok / -nok fla

[perl #27272] [PATCH] fix typos in intro.pod

2004-03-01 Thread via RT
# New Ticket Created by Neil Conway # Please include the string: [perl #27272] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27272 > This trivial patch fixes a few typos I noticed while reading through docs/intro.pod

RE: [perl #27246] [PATCH] Correct ommision inconfig/gen/makefiles /befun ge.in

2004-03-01 Thread Gay, Jerry
if this is accepted, please close [perl #27083], as it addresses this bug, but i haven't yet seen it posted to the list. --jerry > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 2:20 AM > To: [EMAIL PROTECTED] > Subject: [perl #2724

Languages tests

2004-03-01 Thread Dan Sugalski
I think that it's getting to be time to be a bit more aggressive with tests for some of the ancillary stuff in the parrot tree--the languages subdir specifically. Bit Rot's setting in and not all of the languages are working the way they ought to. Or at all. I'd like to get a push in for at lea

Re: IMCC and objects/methods

2004-03-01 Thread Leopold Toetsch
Tim Bunce <[EMAIL PROTECTED]> wrote: > Am I right in thinking that IMCC v1 doesn't support objects/methods > currently? And that IMCC v2 will, obviously, but IMCC v2 isn't usable > yet? Well, there is no special syntax inside imcc. So the first question is: how should such syntax look like, and

IMCC and objects/methods

2004-03-01 Thread Tim Bunce
First off, congratulations to Dan, Leo and everyone else involved in Parrot 0.1.0. Great work. Can someone give me a summary on where we stand with IMCC and objects/methods? (I looked in a bunch of places in the CVS tree but couldn't find an answer.) Am I right in thinking that IMCC v1 doesn't s

Re: Current PLATFORMS

2004-03-01 Thread Paul Cochrane
* Leopold Toetsch ([EMAIL PROTECTED]) [040301 18:50]: > $ parrot -j examples/assembly/mops.pasm > > should show huge improvements in execution time, *if* JIT works. > > $ make testj Well, make testj barfs. Here's the output: rolf:[526]/var/tmp/parrot>make testj perl t/harness --gc-debug --runni

Re: [perl #27246] [PATCH] Correct ommision in config/gen/makefiles/befunge.in

2004-03-01 Thread Leopold Toetsch
[EMAIL PROTECTED] (via RT) wrote: There was no PERL = ${perl} definition in this file Fixed. leo

Re: LANGUAGES.STATUS

2004-03-01 Thread Bernhard Schmalhofer
Andrew Dougherty wrote: On Sat, 28 Feb 2004, Mitchell N Charity wrote: (1) LANGUAGES.STATUS is out of date. Just to round out the record, here's a summary of what I got on Solaris 8, with Sun's compiler and Sun's perl5.005_03 for 'make languages' and 'make languages-test': make languages: befu

Re: [perl #27243] [PATCH] Corrects (?) misleading POD & usage re: -C option.

2004-03-01 Thread Leopold Toetsch
Nigelsandever @ Btconnect . Com <[EMAIL PROTECTED]> wrote: > **"-P" (sic) > Run the "CGP" core. It should be 'C'. Thanks, fixed. [ please provide patches with full pathnames relative to parrot root ] leo

Re: Current PLATFORMS

2004-03-01 Thread Leopold Toetsch
Paul Cochrane <[EMAIL PROTECTED]> wrote: > * Leopold Toetsch ([EMAIL PROTECTED]) [040228 23:59]: >> >> $ perl Configure.pl --define=inet_aton >> $ make && make test > Done, and it works ok. Sorry this is late, I didn't check my mail over the > weekend. Fine - no problem. > it looks jittable, bu

Re: Removing a lexical

2004-03-01 Thread Leopold Toetsch
Will Coleda <[EMAIL PROTECTED]> wrote: > Is there a way to "unstore" a lexical in a scope? The Scratchpad PMC class has a delete_keyed method, so yes. s. t/pmc/scratchpad.t leo