Marcus we found the source of the problem: your readOnly clean up :) apparently we reintroduced the old version of sizeForStorePop: + isSpecialWriteBinding ^ false and it worked. Now mathieu could not understand why :) Stef On Oct 1, 2008, at 7:34 PM, Stéphane Ducasse wrote:
Hi
I tried to load the following code into 10082 and 10083 in 10082 it works like a charm, in 10083
loadOB "self loadOB"
| instClass | instClass := self environment at: #Installer ifAbsent: [self new installingInstaller].
instClass ss project: 'AST'; install: 'AST-lr.158'.
instClass ss project: 'RefactoringEngine'; install: 'RefactoringEngine-ab.51'.
instClass wiresong project: 'ob'; install: 'OmniBrowser-dr.418'; install: 'OB-Standard-dr.353'; install: 'OB-Morphic-dr.56'; install: 'OB-Enhancements-dr.216'; install: 'OB-Refactory-lr.100'; install: 'OB-SUnitIntegration-dc.9'.
I get a extremely strange bug UndefinedObject DNU value: !!!!!
when Instance := nil is selected and
RefactoryChangeManager class>>nuke Instance notNil ifTrue: [Instance release]. Instance := nil
RefactoryChangeManager class >>initialize self nuke. UndoSize := 5
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project