April 29, 2012
5:11 p.m.
Nautilus is creating ChangeRecords that cannot be loaded. I've opened an issue <http://code.google.com/p/pharo/issues/detail?id=5743>for it. Change Record created with Nautilus file: MultiByteFileStream: '..\Pharo2.0.1.changes' position: 299095 type: #method class: 'BalloonMorph class' category: #private meta: true stamp: 'BenjaminVanRyseghem 1/20/2011 12:41 ChangeRecord >> methodClass | methodClass | type == #method ifFalse: [ ^ nil ]. (Smalltalk globals includesKey: class asSymbol) ifFalse: [ ^ nil ]. methodClass := Smalltalk globals at: class asSymbol. ^ meta ifTrue: [ methodClass class ] ifFalse: [ methodClass ]