Broken Trac Report

2011-04-27 Thread Jonathan "Duke" Leto
Howdy, Can somebody fix this report? http://trac.parrot.org/parrot/report/6 gives Report execution failed: column "modified" does not exist LINE 16: (CASE status WHEN 'closed' THEN modified ELSE (-1)*p... ^ Duke -- Jonathan "Duke" Leto 209.691.DUKE // http://leto.net NOTE: Personal email i

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Jonathan "Duke" Leto
Howdy, > Well, then I've been crazy for 4-1/2 years!  And that makes coke crazy too! > > When I started in Parrot, I was having trouble getting 'make' to complete. >  Coke showed me how he built Parrot on Darwin (at least at that time): > > CC="/usr/bin/gcc" > CX="/usr/bin/g++" > /usr/local/bin/pe

Announce: Rakudo Star 2011.04 released

2011-04-27 Thread Patrick R. Michaud
On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the April 2011 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the April 2011 release is available from . Rakudo Star is aimed at "early adopt

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread James E Keenan
On Apr 27, 2011, at 2:13 PM, Jonathan Duke Leto wrote: Howdy, On Darwin/PPC, when I compile with cc=gcc ld=g++ link=g++, the build completes and all tests PASS: http://smolder.parrot.org/app/projects/report_details/15600 However, when I change the above to cc=g++, the build fails here: I

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Michael Hind
Hi, tt1931-nci-parameters-deprecation branch: All tests PASS (pre/post-config, make corevm/make coretest, smoke (#15666) fulltest) at 3_3_0-97-g8c6fcbf Ubuntu 11.04 beta amd64 (g++) Cheers, Michael (mikehh) -- Michael H. Hind Cell: +44 (0) 7877 224 745 __

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Jonathan "Duke" Leto
Howdy, > On Darwin/PPC, when I compile with cc=gcc ld=g++ link=g++, the build > completes and all tests PASS: > > http://smolder.parrot.org/app/projects/report_details/15600 > > However, when I change the above to cc=g++, the build fails here: I am not sure this makes much sense. Unless I am craz

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Peter Lobsinger
On Wed, Apr 27, 2011 at 8:15 AM, James E Keenan wrote: > > On Apr 26, 2011, at 7:34 PM, James E Keenan wrote: > >> >> >> I still have to see whether the problems on Darwin/PPC pasted last night >> persist. >> > > On Darwin/PPC, when I compile with cc=gcc ld=g++ link=g++, the build > completes and

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Peter Lobsinger
On Wed, Apr 27, 2011 at 10:02 AM, Donald Hunter wrote: > Hi Peter, > The V type signature is used on an experimental branch in Zavolaj. See here: > https://github.com/jnthn/zavolaj/blob/out_params/lib/NativeCall.pm6 > In TT #1931 there is mention of a more general call-by-reference system.  Is > t

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread Donald Hunter
Hi Peter, The V type signature is used on an experimental branch in Zavolaj. See here: https://github.com/jnthn/zavolaj/blob/out_params/lib/NativeCall.pm6 In TT #1931 there is mention of a more general call-by-reference system.

Re: tt1931-nci-parameters-deprecation branch ready for testing

2011-04-27 Thread James E Keenan
On Apr 26, 2011, at 7:34 PM, James E Keenan wrote: I still have to see whether the problems on Darwin/PPC pasted last night persist. On Darwin/PPC, when I compile with cc=gcc ld=g++ link=g++, the build completes and all tests PASS: http://smolder.parrot.org/app/projects/report_detai