Re: TAP historical versions
On Sun, Mar 11, 2007 at 03:46:37PM -0700, Michael G Schwern wrote: > The repo browser unfortunately only goes back 50 revisions. It can display *any* 50 revisions; for example, http://public.activestate.com/cgi-bin/perlbrowse/c/1 shows you changes 9951 - 1. Admittedly it could do with prev/next links though. -- Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
Re: So bewilderingly. about closure
On Thu, Sep 20, 2007 at 11:48:15AM +0200, demerphq wrote: > On 9/20/07, flw <[EMAIL PROTECTED]> wrote: > > C:\>cat ttt.pl > > use strict; > > use warnings; > > > > { > > my $x = 'A'; > > sub f { sub { $x++ } } > > sub g { sub { $x++ } if $x } > > } > > > > my $F=f(); > > my $G=g(); > > > > print $F->(),$G->(),"," for 1..4; > > print "\n"; > > > > C:\>ttt.pl > > 0A,1B,2C,3D, > > > > C:\> > > Known bug in closure implementation. which is fixed in 5.9.0 onwards/ -- Gravity is just a theory; teach Intelligent Falling in our schools! http://www.theonion.com/content/node/39512
Re: [ANNOUNCE] Test::More/Builder/Simple 0.90
On Thu, Jul 02, 2009 at 07:23:31PM -0700, Michael G Schwern wrote: > Craig A. Berry wrote: > > On Thu, Jul 2, 2009 at 4:03 PM, Michael G Schwern wrote: > >> This is a quick release to sync with perl so 5.10.1 can release with a > >> stable > >> version number. It does NOT include the subtest() code in 0.89_01 (don't > >> worry, it'll be back). > > > > The attached patch does two things: > > > > 1.) Copy and paste the skip logic from t/fork.t to > > t/Builder/fork_with_new_stdout.t for platforms that don't have > > $Config{d_fork} or pseudo-fork. > > > > 2.) Now works a bit harder to suppress (most of) the SS$_ABORT > > messages on VMS. Passing -Mvmsish=hushed on the command line works > > for one-liners, but not for separate programs. I should know why that > > is, but it's not coming to mind right now. In any case, there is > > still some chatter [1], but fixing that would mean prepending the > > pragma to all the .plx files. > > Thanks. I added that as d238a5d to the stable branch. Does this mean that 0.90 isn't suitable for 5.10.1 and that I need to wait for a 0.91 or whatever? -- Atheism is a religion like not collecting stamps is a hobby
Re: [test-more-users] Re: [ANNOUNCE] Test::More/Builder/Simple 0.90
On Fri, Jul 03, 2009 at 01:03:59PM -0700, Michael G Schwern wrote: > Dave Mitchell wrote: > > So unless some other problem comes up, then 0.91 should match both those > > goals and everyone's happy. > > 0.92 is on its way to CPAN with Craig's fixes. > > http://github.com/schwern/test-more/tree/v0.92 OK thanks! -- Spock (or Data) is fired from his high-ranking position for not being able to understand the most basic nuances of about one in three sentences that anyone says to him. -- Things That Never Happen in "Star Trek" #19
Re: [test-more-users] Re: [ANNOUNCE] Test::More/Builder/Simple 0.90
On Fri, Jul 03, 2009 at 11:11:53AM -0700, Michael G Schwern wrote: > We're back in the same place as before. Its just a couple of little test > fixes. You can apply them or I can make another release. > > Since its easy enough to make a release now days I'll just do it. But I feel > like we're going to have this conversation again in a couple days. Well, not really. The ideal "CPAN" goals for a maint release are 1) include distributions that actually match something on CPAN 2) ship things that we think pass tests So unless some other problem comes up, then 0.91 should match both those goals and everyone's happy. -- "You may not work around any technical limitations in the software" -- Windows Vista license
Re: [test-more-users] Re: [ANNOUNCE] Test::More/Builder/Simple 0.90
On Fri, Jul 03, 2009 at 01:03:59PM -0700, Michael G Schwern wrote: > Dave Mitchell wrote: > > So unless some other problem comes up, then 0.91 should match both those > > goals and everyone's happy. > > 0.92 is on its way to CPAN with Craig's fixes. > > http://github.com/schwern/test-more/tree/v0.92 Its now in blead with 3e887aae38ef79132cc7112942154a36f73033f5, and the bolierplate for three of the new tests fixed up with 45d8b36ec02e88acbbf23bf2514e70f8acb71985 -- Justice is when you get what you deserve. Law is when you get what you pay for.