On 17 January 2014 20:13, Torsten Bergmann <astares@gmx.de> wrote:
Camille wrote:
It works and it's commited.
Thanks! Still there is a problem:
(NBExternalTypeValue ofType: 'NBInt64').
in a Pharo3.0 Latest update: #30703 (with the fix integrated) throws now an #DNU because the new anonymous subclass of NBExternalTypeValue class does not understand #rebuildFieldAccessors
NBExternalTypeValue(class)>>valueType: sends #rebuildFieldAccessors but there is no such method in this hierarchy.
But there is NBExternalStructure>>rebuildFieldAccessors and NBExternalTypeValue(class)>>installAccessors.
Maybe a leftover from refactoring?
fix in inbox https://pharo.fogbugz.com/f/cases/12674/Fix-NBExternalTypeValue-initializati...
Thx Torsten
-- Best regards, Igor Stasenko.