Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-13 Thread Cosimo Streppone
Patrick wrote: I've been hoping to avoid subdirs in the SXX directories. In other words, instead of having S29-functions/type1/*.t S29-functions/type2/*.t S29-functions/type3/*.t I'd like to see S29-type1/*.t S29-type2/*.t S29-type3/*.t The idea is to have one directory under

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread Klaas-Jan Stol
On Jan 12, 2008 11:22 PM, Bob Rogers [EMAIL PROTECTED] wrote: The 0.5.2 release is coming up this Tuesday (January 15), so I've updated NEWS with a summary of changes since 0.5.1 based on the commit logs, which I've also included below. Please take a look and make sure I haven't

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread chromatic
On Saturday 12 January 2008 20:14:55 Andy Lester wrote: It's a start, but how about this: --- begin --- Parrot 0.5.2 brings a major new feature to users: The ability to build a perl6 executable. Parrot has been creating bytecode for years, but the conversion of these Parrot bytecode, or

[BUG] Perl6 ucfirst/lcfirst uc first, but lc other chars

2008-01-13 Thread Илья
[EMAIL PROTECTED]:~/parrot/languages/perl6$ ./perl6 say ucfirst('hello Perl6 on Parrot!') Hello perl6 on parrot! r24793 | cspencer | 2008-01-13 03:36:20 +1000 (Вск, 13 Янв 2008) | 2 lines Added lcfirst/ucfirst methods to Perl6Str class. Excuse me if it isn`t valid place or way to say that.

Re: [perl #49722] [CAGE] Add Tests for SchedulerMessage PMC

2008-01-13 Thread Will Coleda
-- Will Coke Coleda On Jan 12, 2008, at 7:33 PM, chromatic (via RT) [EMAIL PROTECTED] wrote: # New Ticket Created by chromatic # Please include the string: [perl #49722] # in the subject line of all future correspondence about this issue. # URL:

Re: ubuntu-ppc-trunk BUILD FAILED

2008-01-13 Thread Patrick R. Michaud
On Sat, Jan 12, 2008 at 11:29:03PM -0500, Bob Rogers wrote: From: Matisse Enzer [EMAIL PROTECTED] Date: Sat, 12 Jan 2008 20:20:12 -0800 Where would people here want to see buildot status messages go? Personally, I'm not a parrot developer, so I don't have a strong opinion.

[perl #47395] t/configure/115-auto-warnings.t assumes cc -Wall works.

2008-01-13 Thread James Keenan via RT
I was studying Jarkko's patch this morning in preparation for applying it. I had a number of concerns. 1. It turned out that at the point the patch was originally submitted, HEAD had moved a bit beyond the version against which Jarkko diffed. I had refactored some of the patched code into

Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-13 Thread Patrick R. Michaud
On Sun, Jan 13, 2008 at 10:54:57AM +0100, Cosimo Streppone wrote: I had discussed the [S29/subdir/*.t] structure with particle over irc, but probably I misunderstood. So I'd better change these tests to something like: t/spec/S29-str/chomp.t t/spec/S29-str/p5chomp.t ...

[perl #43661] [CAGE] Get parrot configuration to autodiscover gcc warning flags

2008-01-13 Thread James Keenan via RT
This has been done in config/auto/warnings.pm. We've had some problems with it, but we're working on them in another ticket (47395). So I think we can close this ticket now.

Re: ubuntu-ppc-trunk BUILD FAILED

2008-01-13 Thread Matisse Enzer
So Andy has create a list for parrot build reports - see below. Both passing and failing builds from buildbot should start showing up there. Also, the ircbot is now named eigenbot and remains on #parrot, but you have to ask it for status info - it will not automatically announce builds

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread Andy Dougherty
On Sat, 12 Jan 2008, Andy Lester wrote: Please put something in the top, shouting from the rooftops, that we can now say make perl6. Please verify that it actually works, first. Last I checked (Friday) it didn't, due to linker issues. I also recall some guesswork on the list about shared

Re: Test Results

2008-01-13 Thread James E Keenan
Alberto Simões wrote: Hi James E Keenan wrote: Which OS-cpu? Which Parrot version? Forgot to tell it. Mac OS Tiger on PPC G4 Perl 5.10 Parrot Revision: 24263 Alberto: Are you still getting these errors? If so, could you please add something to

Anyone has perl 1 docs?

2008-01-13 Thread Klaas-Jan Stol
hi, I've been working a bit on Perl 1 (Punie), but writing a compiler for a language that I never used is kinda tricky :-P It's really nice to look at Perl 1 and see how it has evolved over time. Of course, it'd be quite interesting to compare speed of Perl 1 and Punie (perl 1 on parrot). Does

[perl #49228] [BUG] 'make pbc_to_c' fails on Darwin

2008-01-13 Thread James Keenan via RT
With petdance's assistance, today I verified that this now works on Darwin: perl Configure.pl make perl6 Confirmation: [parrot] 512 $ ll perl6 -rw-r--r-- 1 jimk jimk 807796 Jan 13 16:57 perl6 [parrot] 513 $ chmod 0755 perl6 [parrot] 514 $ ./perl6 -e 'say Hello world' Hello world ... which

[perl #49744] Unitialized variables on Fink

2008-01-13 Thread via RT
bin3gIPvEpTy5.bin Description:

[perl #45137] [TODO] Add a revision control test in Configure.pl

2008-01-13 Thread James Keenan via RT
On Mon Sep 03 12:45:03 2007, doughera wrote: Well grepping my output log file shows 18 lines, so it's more than just t/distro_file_metadata.t: $ egrep '(svn|svk|git): not found' build.log | wc 18 Andy D: When I invoked the same command on my most recent log of 'make test', I

Re: Anyone has perl 1 docs?

2008-01-13 Thread jesse
If only Perl1 source would compile, then it'd be easier, but it doesn't compile on windows (xp) and can't get it working on cygwin either. That sounds like the sort of situation where VMWare Player and, say, an ubuntu or redhat virtual machine might come in really handy. I don't believe Perl

[perl #49744] Uninitialized variables on Fink

2008-01-13 Thread James Keenan via RT
Alberto: Does the attached work for you? Index: MANIFEST === --- MANIFEST(revision 24842) +++ MANIFEST(working copy) @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Sun Jan 13

[perl #48965] [BUG] t/compilers/json/to_parrot.t test failure

2008-01-13 Thread James Keenan via RT
Alberto reported via email today: Not having problems :) All tests successful, 11 tests and 613 subtests skipped. Closing ticket.

[perl #43835] [CAGE] Remove Regexp::Common requirement

2008-01-13 Thread James Keenan via RT
On Sun Jan 13 17:53:05 2008, [EMAIL PROTECTED] forgot to cc this to the list: FWIW, this appears to be the code from the latest version of Regexp::Common::comment on CPAN: {languages = [qw {ALPACA B C C-- LPC PL/I}], from_to = [[qw {/* */}]]}, ... {languages = [qw

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread Bob Rogers
From: chromatic [EMAIL PROTECTED] Date: Sun, 13 Jan 2008 03:59:20 -0800 On Saturday 12 January 2008 20:14:55 Andy Lester wrote: Parrot 0.5.2 brings a major new feature to users: The ability to build a perl6 executable. Parrot has been creating bytecode for years, but the

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread Andy Lester
On Jan 13, 2008, at 8:12 PM, Bob Rogers wrote: If there is any doubt, it would be better to wait, and let it mature a bit. We can always shout it from the rooftops at the next release. I disagree. It need not be perfect, and I'd like to keep this momentum going. Even if you have to do

Re: Gearing up for Parrot release 0.5.2

2008-01-13 Thread Patrick R. Michaud
On Sun, Jan 13, 2008 at 02:43:24PM -0500, Andy Dougherty wrote: Please also verify that you want to publicly announce the name of the executable as 'perl6'. I recall there was some question about that too, though I wasn't involved in any of it, so I don't know where it stands at the moment.

Re: [perl #49532] [PATCH] test for multiple Parrot_new/Parrot_exit cycles

2008-01-13 Thread chromatic
On Tuesday 08 January 2008 10:34:47 Jeff Horwitz wrote: After creating a new interpreter with Parrot_new(NULL) and destroying it with Parrot_really_destroy(), a second call to Parrot_new(NULL) segfaults. Parrot_really_destroy() should reset things so we can call Parrot_new() without a parent