Yaxo / 3.8.2 / 3.9.1 / 3.10

nicolas cellier ncellier at ifrance.com
Thu Nov 15 21:19:07 UTC 2007


Following 
http://lists.squeakfoundation.org/pipermail/squeak-dev/2007-November/122283.html

Just a warning at those using patches from
- http://bugs.squeak.org/view.php?id=3574 (WideCharacterSet)
- http://bugs.squeak.org/view.php?id=3574 (CharacterSetComplements)

These patches solved some bug but introduced new ones:
- incorrect #remove: (a period lacking end of sentence)
- incorrect #hash (bitXOr: with capital o)
- incorrect #hash again (self map unimplemented)

So please find corresponding patches recently uploaded on Mantis.

-------------------------------------------

Patches going into production images should:
- be reviewed (these were, but bugs were not obvious)
- be tested in ad-hoc images (these were but only for bugs they solved)
- be fully covered by tests

Obviously, third item is not met!
Not enough tests written!

Anyone has a TestCoverage tool usable (production-ready) in Squeak?

Nicolas




More information about the Squeak-dev mailing list