Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1061 by serge.st...@gmail.com: DictionaryInspector no more exist http://code.google.com/p/moose-technology/issues/detail?id=1061
Apparently HashTable package does not load correctly in recent Pharo 3 (#Pharo3.0 Latest update: #30825), because of the introduction of the EyeInspector hierarchy.
HashTable define a HashTableInspector that was a subclass of DictionaryInspector (now EyeDictionryInspector).
Comment #1 on issue 1061 by serge.st...@gmail.com: DictionaryInspector no more exist http://code.google.com/p/moose-technology/issues/detail?id=1061
At the moment, I just made a quick fix by removing the HashTableInspector. See commit: http://smalltalkhub.com/#!/~Moose/HashTable/versions/Hashtable-SergeStinckwi...
Updates: Status: Fixed Labels: Component-MooseCore Milestone-5.0
Comment #2 on issue 1061 by tu...@tudorgirba.com: DictionaryInspector no more exist http://code.google.com/p/moose-technology/issues/detail?id=1061
Thank you!