Status: New
Owner: ----
New issue 4521 by
[hidden email]: ChangeSet changedMessageList
broken and accessors missing
http://code.google.com/p/pharo/issues/detail?id=4521As discussed in
http://forum.world.st/ChangeSet-changedMessageList-broken-td3541237.htmlPharo image: Pharo
Pharo core version: Pharo1.3 Latest update: #13281
Unfortunately the monticello tools do not seem to pick up all the changes
for some reason, thus, here the following steps to fix it:
1. Moving MethodReference>>#topLevelPackageName to its superclass
(SourceReference)
2. Add CommentReference>>#category
category
^ self actualClass category
3. Add ChangeSet>>#changeRecords
changeRecords
^ changeRecords
4. Change ChangeSet>>#changedMessageList
to use CommentReference instead of SourcedMethodReference for the class
comment
(CommentReference class: (Smalltalk globals classNamed: classNameInParts
first))
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker