metacello
metacello copied to clipboard
In Squeak 5.0, MetacelloIssue188TestCase>>#testOrderedVersions failure has a way to show you a new bug
In Squeak 5.0, in this method:
MetacelloVersionConstructor>>#collectAllVersionsFromVersionImportPragmasInto:using:satisfiedPragmas:
commenting out the 'test:=done' in the exception handling portion of the code fixes the failing test.
My commit is on the Issue #365 branch for the Preview ...