Re: TODO test paradox: better TODO test management?

2006-02-01 Thread demerphq
On 1/31/06, chromatic <[EMAIL PROTECTED]> wrote: > On Tuesday 31 January 2006 11:44, A. Pagaltzis wrote: > > > * chromatic <[EMAIL PROTECTED]> [2006-01-31 19:40]: > > > >Write your own. perldoc Test::Harness::Straps or see the > > >examples in chapter 3 of the Perl Testing book: > > > > That's not

Re: TODO test paradox: better TODO test management?

2006-02-01 Thread demerphq
On 1/31/06, chromatic <[EMAIL PROTECTED]> wrote: > On Tuesday 31 January 2006 12:22, A. Pagaltzis wrote: > Adding more information to the default Test::Harness summary doesn't make > sense to me. It's a user tool. It's important to list failures there, as > the code might not work right, but unex

Re: TODO test paradox: better TODO test management?

2006-02-01 Thread demerphq
On 1/31/06, chromatic <[EMAIL PROTECTED]> wrote: > On Tuesday 31 January 2006 13:31, A. Pagaltzis wrote: > > > Hmm. That's a good point. Maybe the way to approach this would be > > to include a default harness for use by developer tools, which > > would include more chattiness about passing TODO te

[perl #38393] [BUG] make clean removes languages/Makefile too soon

2006-02-01 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #38393] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38393 > Hi, when doing a 'make clean' I get an error from make -C languages clean

Re: Kwalitee in your dependencies (was CPAN Upload: etc etc)

2006-02-01 Thread Thomas Klausner
Hi! On Tue, Jan 31, 2006 at 10:36:47AM -0800, Tyler MacDonald wrote: > OK, speaking of "Kwalitee", I saw cpants for the first time today. > And saw that it claims to update every sunday, but there hasn't been an > update since december 5th. On the one hand I'm having problems with the serve

Re: [perl #38392] [BUG] FreeBSD bugs with JIT on t/op/trans.t

2006-02-01 Thread Leopold Toetsch
Joshua Isom (via RT) wrote: When using JIT on FreeBSD 6.0, there are multiple failures in t/op/trans.t. Most are geometric, sinh, tanh, and atan2, so these might be covered by a previous report. But in particular are bugs in pow. I've tried to track it down more specifically but I don't see

[patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Beau E. Cox
Hi - The Makefile.PL in revision 8877 (perhaps eariler revisions too) needs the following 'patch' (sed) to recgonize hs-plugins: sed -i -e "s/'-package'/0, '-package'/" Makefile.PL This adds a '0' argument to try_compile (run = 0); otherwise ghc is compiled with: ghc plugins --make -v0 -o ...

Re: [patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Audrey Tang
Nod, it's resolved in r8890 by removing the now-not-used $run. Next time around, please commit ahead. :-) A commit bit is on your way. Audrey signature.asc Description: OpenPGP digital signature

Re: pre0 non-smoke

2006-02-01 Thread Audrey Tang
Larry Wall wrote: > Here's results of r8894 on up-to-date Fedora Core 4 with embparrot > r11392. Other the usual embparrot rules breakage, is looking pretty > clean here even with bleadparrot. All the failures below look like > rules coredumps to me, including the undef.t one. Yay! I've fixed t

Re: [patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Beau E. Cox
On Wednesday 01 February 2006 02:34 am, Audrey Tang wrote: > Nod, it's resolved in r8890 by removing the now-not-used $run. > > Next time around, please commit ahead. :-) A commit bit is on your way. > > Audrey Thank you for the commit bit; I will use it as you asked (I may have questions before m

pugs link error

2006-02-01 Thread Beau E. Cox
Hi - Compiled/intstalled parrot-0.4.1 revision 11397 (svn). OK. Downloaded pugs 6.2.11 revision 8909 (svn). Link error: ... Compiling Pugs ( src/Pugs.hs, dist/build/Pugs.o ) /usr/bin/ar: creating dist/build/libHSPugs-6.2.11.a *** Building: /usr/bin/ghc -package stm -package network

Re: TODO test paradox: better TODO test management?

2006-02-01 Thread chromatic
On Wednesday 01 February 2006 00:26, demerphq wrote: > And I think you've conveniently sidestepped my main point which is > that TODO tests passing are errors. I didn't sidestep it. I just disagree. > Consider you have two TODO tests, > both of which depend on a common set of functionality. Bo

Re: pugs link error

2006-02-01 Thread Audrey Tang
Beau E. Cox wrote: > Compiled/intstalled parrot-0.4.1 revision 11397 (svn). OK. > Downloaded pugs 6.2.11 revision 8909 (svn). r8927 added a probe to Makefile.PL: According to Leo, you need to keep the original Parrot source tree around, and let Pugs find one of src/{null,parrot,install}_config.o f

[RELEASE] Pugs 6.2.11 released!

2006-02-01 Thread Audrey Tang
On the first anniversary of the Pugs project, I'm delighted to announce Pugs 6.2.11 to the world. The release tarball will be available from CPAN shortly: http://pugscode.org/dist/Perl6-Pugs-6.2.11.tar.gz SIZE = 2930469 SHA1 = 20b46eed2161e8cec2e85ecfc6b5137c30dcd0ac Please see h

Re: A GraphViz eye view of Parrot

2006-02-01 Thread Allison Randal
On Jan 31, 2006, at 16:26, Allison Randal wrote: This'll likely be out-of-date tomorrow, but I found it useful as a quick snapshot/overview of the Parrot repository. http://www.lohutok.net/parrot.pdf (200k) Sadly, it doesn't display in acrobat, but is fine in xpdf and Preview.app. Here'

[perl #38405] [PATCH] cleanup Makefiles for cleaning/building, plus shared for darwin

2006-02-01 Thread via RT
# New Ticket Created by Joshua Isom # Please include the string: [perl #38405] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38405 > I've made a patch that modifies config/gen/makefiles/root.in and a couple others to sim

[perl #38407] [PATCH] FreeBSD hcf fix, two actually

2006-02-01 Thread via RT
# New Ticket Created by Joshua Isom # Please include the string: [perl #38407] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38407 > A while back I noticed that hcf didn't crash parrot(apparently the bug got optimized aw

Re: [Module::Build] [RFC] author tests

2006-02-01 Thread Tyler MacDonald
Chris Dolan <[EMAIL PROTECTED]> wrote: > There is a class of tests that module authors perform that end users > are not expected to run. For example code coverage tests, spelling > tests, coding style tests, etc. These tests are either prohibitively > expensive or complicated or unpredictab

[perl #38406] [BUG] PGE - truncating PIR code generated by p6rule

2006-02-01 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #38406] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38406 > I've spent too much time on this error, so I'm routing around it, but I'd love to f

Re: [Module::Build] [RFC] author tests

2006-02-01 Thread Adam Kennedy
The trouble is, EVERYONE wants to add just one more little dependency (me included *cough*Params::Util*cough*). I'll make you a deal. Write this up. Then exhaustively test it on every single Perl platform (50ish?) and every Perl version back to 5.004, including a random collection similarly w