The fix to use_ok() in Test::More which revealed failures in DBI, XML::LibXML and WWW::Mechanize (amongst others) is going back in REAL SOON NOW. XML::LibXML has updated but DBI and WWW::Mechanize have not. They've all known about the problem for over a month now. An alpha version has just been released.
This time, I'm not rolling back.
Re:You are threatening instead of helping.
ferreira on 2007-10-16T11:11:46
To provide the full list is probably well beyond Schwern's forces. This issue affects a lot of testing code out there that is just plain wrong (becauseuse_ok
within aBEGIN
would succeed even though no plan had been set).Some of the affected modules were spotted by Aristotle and others in a thread started one month ago at perl-qa mailing list. Schwern applied a fix and announced it — I think he did what people would expect him to do.
It is a pity if many of the authors of affected modules never heard or thought of fixing the issue in their modules. But Schwern's action is the only way to get rid of this bug in the future.
Re:You are threatening instead of helping.
LaPerla on 2007-10-17T06:13:56
Well, it's not only Schwern's duty to fix a bug when he finds it but also to refuse to fix a bug when the community does not work as it should.
So far there has not been observable effort to provide the list of affected modules. For a smooth transition we'd need a single document or wiki page where interested parties can work together to minimize the damage for the community as a whole.
Pointing to that mailing list thread is not helpful when one wants to know if all authors have been informed personally. I would like to know where tested patches to the affected distros can be found. I would like to have the chance to add for example Net::DNS which was missing from Aristotle's list. If it turns out that there are other patterns also affected by the fix we're in even bigger troubles.
Somebody, not necessarily Schwern should start to do it and Schwern should lean back and refuse to release the fix as long as this effort has not provided substantial material.
While I'm all for release-early-release-often I see no sense in releasing with known showstoppers.Re:You are threatening instead of helping.
ferreira on 2007-10-17T10:29:49
Somebody, not necessarily Schwern should start to do itThat reminds me a saying that I hear often at $work:Well volunteered!