btc@openinworld.com wrote:
For diligence and curiosity leading up to the Pharo3 release, I downloaded build image 30733 (with PharoLauncher) and immediately ran all tests, which reported 7 failures and 1 error (see attached snapshot). Error "KeyNotFound: key #localSelectors not found in MethodDictionary" occurrs in .... OpenToolTest>>#testOpenBrowseOnInstalledTraitMethod | browser | browser := (Class>>#localSelectors) browse. browser changed. browser close.
Using PharoLauncher to manually bisect between builds by inspecting "Class>>#localSelectors" in Workspace * works for http://files.pharo.org/image/30/30520.zip * errors for http://files.pharo.org/image/30/30521.zip ----------- From Build 30521 Log Message: 11995 MenuMorph>>addList: sends #iconNamed: to an instance of Pharo3Theme, which raises a warning of deprecation. https://pharo.fogbugz.com/f/cases/11995 #localSelectors add to Trait so cleanup is possible in a second step ----------- Logged as https://pharo.fogbugz.com/f/cases/12771 I don't how to proceed with this. cheers -ben