[perl #47503] Remove config::init::defaults From configure tests

2007-11-15 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #47503] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47503 > I've seen a lot of test failures under t/configure/*.t lately where linking failed because

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-15 Thread James Keenan via RT
New version of t/configure/124-auto_alignptrs-05.t committed in r22840.

Re: [perl #47453] make test errors (likely test harness related)

2007-11-15 Thread Patrick R. Michaud
On Thu, Nov 15, 2007 at 09:40:47PM +, Andy Armstrong wrote: > On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote: > >Last week I had to reinstall the OS on my desktop, and after > >installing Test::TAP::HTMLMatrix (for 'make smoke') I now get > >a lot of errors during 'make test' that l

Re: [perl #47453] make test errors (likely test harness related)

2007-11-15 Thread Andy Armstrong
On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote: Last week I had to reinstall the OS on my desktop, and after installing Test::TAP::HTMLMatrix (for 'make smoke') I now get a lot of errors during 'make test' that look like: [...] t/library/getopt_obj...ok t/libr

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-15 Thread Nicholas Clark
On Wed, Nov 14, 2007 at 02:49:33PM -0500, Andy Dougherty wrote: > 130 cast increases required alignment of target type That warning is unlikely to show up on anything x86 isn't it? > 65 dereferencing type-punned pointer will break strict-aliasing rules Whilst I believe I know a lot about C,

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-15 Thread Andrew Dougherty
On Thu, 15 Nov 2007, Paul Cochrane via RT wrote: > Andy, > > > Here are the warnings I got on my latest run, along with the number of > > times each one appeared: (this was with gcc-4.1.0 on Solaris/SPARC) > > > > This is very helpful for me to try and improve the situtation. > Thanks! I'll

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-15 Thread Paul Cochrane
Andy, > Here are the warnings I got on my latest run, along with the number of > times each one appeared: (this was with gcc-4.1.0 on Solaris/SPARC) This is very helpful for me to try and improve the situtation. Thanks! I'll switch off the visibility attribute warning if possible and then I c

Re: Could you forward this into the perl6 internals list (fwd)

2007-11-15 Thread Joshua Isom
On Nov 14, 2007, at 1:35 PM, Andy Dougherty wrote: I'm forwarding a message I got about the f == 0.0 warnings. -- Andy Dougherty [EMAIL PROTECTED] -- Forwarded message -- Date: Wed, 14 Nov 2007 10:38:10 -0500 From: Jeffrey Kegler <[EMAIL PROTECTED]> To: Andy D

Dalvik virtual machine

2007-11-15 Thread Ask Bjoern Hansen
Did anyone look at Dalvik, the virtual machine Google made for the Android project. http://code.google.com/android/what-is-android.html http://www.betaversion.org/~stefano/linotype/news/110/ - ask

Re: parentheses and context (was Re: state and START)

2007-11-15 Thread Jonathan Scott Duff
On Nov 14, 2007 2:47 PM, Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Sat, Sep 08, 2007 at 01:48:39PM +0100, Nicholas Clark wrote: > > Have I got this correct? > > > > state @a = foo(); # Implicit START block around call and > initialisation > > state (@a) = foo(); # Implicit START