Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002254 |
[Squeak] Kernel |
major |
always |
11-21-05 17:53 |
01-18-06 23:55 |
|
Reporter |
renggli |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.7 |
|
Summary |
0002254: Characters are improperly stored (#storeOn:) |
Description |
This change-set makes the printing of characters much nicer. As well it fixes some very strange bugs with other system such as the Refactoring Browser and SmaCC that rely on the fact when storing special characters (such as Character lf, Character cf) in the source-code this is preserved. The old implementation could not satisfy this requirement since Monticello converts all special characters in Squeak line-endings and therefor destroys some of the character literals. This fix not only makes the output of #storeOn: and #printOn: easier to read, but also more portable. Included are 4 tests. |
Additional Information |
|
|
Attached Files |
CharacterFixes.1.cs [^] (4,332 bytes) 11-21-05 17:53 |
|