Re: perl 43334 TODO configautoicu.pm: Write unit tests by chromatic- July 7, 2008 On Monday 07 July 2008 17:37:41 Jason Cole wrote:> James Keenan wrote:> > (Coleoid: Does this update cause any problems for you on Win32 without> > ICU)>> No visible problems from prove and Configure. Output seems the same and> indicates success. Pasted in parrot.>>> Trying to &39;make&39;, though, I&39;ve started emitting hundreds of &39;warning:> control reaches end of non-void function&39; messages. I&39;m pretty confident> those are new, but...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46745.html Re: perl 43334 TODO configautoicu.pm: Write unit tests by chromatic- July 7, 2008 On Monday 07 July 2008 17:37:41 Jason Cole wrote:> James Keenan wrote:> > (Coleoid: Does this update cause any problems for you on Win32 without> > ICU)>> No visible problems from prove and Configure. Output seems the same and> indicates success. Pasted in parrot.>>> Trying to &39;make&39;, though, I&39;ve started emitting hundreds of &39;warning:> control reaches end of non-void function&39; messages. I&39;m pretty confident> those are new, but...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46744.html Re: perl 43334 TODO configautoicu.pm: Write unit tests by Jason Cole- July 7, 2008 James Keenan wrote:> (Coleoid: Does this update cause any problems for you on Win32 without> ICU)No visible problems from prove and Configure. Output seems the same and indicates success. Pasted in parrot.Trying to &39;make&39;, though, I&39;ve started emitting hundreds of &39;warning: control reaches end of non-void function&39; messages. I&39;m pretty confident those are new, but possibly I just never noticed them. The few I sampled are where GCC doesn&39;t understand that...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46743.html Re: perl 56304 AutoReply: smokej consumes all memory Revision: 28672 onlinux by Andy_Bach- July 7, 2008 chromatic wrote:> That should have been: TEST_PROG_ARGS="-j" prove -v tstmruntime.tOkay, I can get the box to hangconsume everything this way - adding a -Dflag and various digits (as of Revision: 29128) avoids the hang: TEST_PROG_ARGS="-j -D7 " prove -v tstmruntime.ttstmruntime......1..5not ok 1 - choice (one thread)ok 2 SKIP Intermittently failing everywhereok 3 SKIP Intermittently failing everywhere Failed test &39;choice (one thread)&39; at...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46742.html perl 56678 PATCH DOD_registry initialization by NotFound- July 7, 2008 New Ticket Created by NotFound Please include the string: perl 56678 in the subject line of all future correspondence about this issue. <URL: http:rt.perl.orgrt3TicketDisplay.htmlid=56678 >The DOD_registry member of the interpreter is initialized and checkedfrom several places, and there is a XXX in the code about what to doif not initialized when unregistering a pmc.This patch solves the issue by initializing it at interpretercreation, and asserting that it is initialized in all...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46741.html perl 43334 TODO configautoicu.pm: Write unit tests by James Keenan via RT- July 7, 2008 François,I applied a slightly tweaked version in r29133; see attachment.Essentially, I tucked $icushared and $icuheaders inside the hashrefbeing passed to _try_icuconfig().I then had to delete one test from tstepsauto_icu-03.t, which isskipped entirely on Win32.Please let me know if you encounter any further problems.kid51(Coleoid: Does this update cause any problems for you on Win32 withoutICU)http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46740.html Re: perl 51652 PATCH Possible alignment issues with new STRINGstructures by Andy Dougherty- July 7, 2008 On Mon, 7 Jul 2008, Andrew Whitworth via RT wrote:> On Thu Mar 13 18:06:21 2008, doughera wrote:> > I don&39;t know if those calculations are still correct, now that strings> > are not "bufferlike".> > Most of the memory management code uses a cast to (Buffer ) or (PObj )> to test a generic object&39;s flags field. So long as a particular item&39;s> flag field can be found in this method, the alignment of the rest of the> item should neither be assumed...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46739.html Re: perl 56304 AutoReply: smokej consumes all memory Revision: 28672 onlinux by Andy_Bach- July 7, 2008 chromatic wrote:> That should have been: TEST_PROG_ARGS="-j" prove -v tstmruntime.tOkay, I can get the box to hangconsume everything this way - adding a -Dflag and various digits (as of Revision: 29128) avoids the hang: TEST_PROG_ARGS="-j -D7 " prove -v tstmruntime.ttstmruntime......1..5not ok 1 - choice (one thread)ok 2 SKIP Intermittently failing everywhereok 3 SKIP Intermittently failing everywhere Failed test &39;choice (one thread)&39; at...http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46738.html Re: perl 56628 BUGPATCH cygwin opengl libs by Geoffrey Broadwell- July 7, 2008 On Mon, 2008-07-07 at 17:21 +0200, Reini Urban wrote:> Donald Hunter via RT schrieb:> > I think you must be linking against the X11 libGLU and libGL, where I am> > linking against the w32 native libraries.> > So we have to use some detection heuristic to seperate the X11 case > (such as $ENVDISPLAY set, and libGLU avaliable),> from your win32 native case.Certainly checking for $ENVDISPLAY is trivial; that leaves the GLUcheck. Is there a reliable place to find libGLU .http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46737.html perl 43334 TODO configautoicu.pm: Write unit tests by James Keenan via RT- July 7, 2008 Thanks for the detailed response. Will look into this tonight.http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg46736.html |