Anonymous | Login | 02-28-2021 22:06 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
0007634 | [Squeak] Tools | minor | always | 05-06-11 10:41 | 05-06-11 21:37 | ||||||||
Reporter | FrankShearar | View Status | public | ||||||||||
Assigned To | FrankShearar | ||||||||||||
Priority | normal | Resolution | fixed | ||||||||||
Status | resolved | Product Version | trunk | ||||||||||
Summary | 0007634: Cannot revert a class comment | ||||||||||||
Description |
Find a class with a class comment. Edit the comment. Click "versions". Revert to an earlier version. "NonBooleanReceiver: proceed for truth." because instvar meta in ChangeRecord>>methodClass has as its value the class you're currently editing, rather than a boolean! |
||||||||||||
Additional Information | |||||||||||||
Attached Files | |||||||||||||
|
![]() |
|
(0014091 - 397 - 563 - 563 - 563 - 563 - 563) FrankShearar 05-06-11 11:47 |
ClassCommentVersionBrowser>>#scanVersionsOf: says this: self addItem: (ChangeRecord new file: file position: position type: #classComment class: class name category: nil meta: class stamp: stamp) There are two possible solutions: force meta to be "class" or "class class", or change ChangeRecord>>#methodClass to say meta ifTrue: [ ^ methodClass class ]. ^ methodClass. |
(0014092 - 58 - 58 - 224 - 224 - 224 - 224) FrankShearar 05-06-11 20:16 |
http://source.squeakfoundation.org/inbox/Tools-fbs.350.mcz [^] |
(0014094 - 31 - 31 - 31 - 31 - 31 - 31) FrankShearar 05-06-11 21:37 |
Nicolas Cellier added to Trunk. |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
44 total queries executed. 33 unique queries executed. |