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

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

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

2011-04-26 Thread James E Keenan
On Apr 26, 2011, at 10:37 AM, Jim Keenan wrote: This failure was observed on a box to which I sometimes have access Subsequent commits cleared the problem up on this linux box. I still have to see whether the problems on Darwin/PPC pasted last night persist. ___

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

2011-04-26 Thread Jonathan "Duke" Leto
Howdy, Similar results on an optimized "plain parrot" [0]: http://smolder.parrot.org/app/projects/report_details/15575 Duke [0] A parrot generated with new_parrot_plain https://github.com/leto/Util/blob/master/bin/new_parrot_plain and new_parrot_optimize_plain https://github.com/leto/Util/blob/

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

2011-04-26 Thread Jonathan "Duke" Leto
Howdy, Your shipment of fail has arrived: http://smolder.parrot.org/app/projects/report_details/15572 Duke On Mon, Apr 25, 2011 at 6:20 PM, Peter Lobsinger wrote: > The tt1931-nci-parameters-deprecation is feature complete and ready > for testing/merge. > > This branch removes several complex,

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

2011-04-26 Thread Jim Keenan
This failure was observed on a box to which I sometimes have access.tt1931-nci-parameters-deprecation: linux/i386: t/pmc/nci.t: 1 test failure No command-line options during configuration (i.e., gcc build) $ git branch | grep \*; git show | head -1 * tt1931-nci-parameters-deprecation commit 8cc3

tt1931-nci-parameters-deprecation branch ready for testing

2011-04-25 Thread Peter Lobsinger
The tt1931-nci-parameters-deprecation is feature complete and ready for testing/merge. This branch removes several complex, magical NCI type signature types. For a full list and rationale, see TT #1931. Supporting changes have been made to config::auto::opengl, pcre.pir, postgres.pir, and key.pmc.