Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0006343 |
[Squeak] System |
feature |
always |
03-14-07 10:31 |
11-16-08 16:21 |
|
Reporter |
loewis |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
open |
|
Status |
new |
|
Product Version |
3.9 |
|
Summary |
0006343: Process does not need to be a special object |
Description |
When changing Process, I was warned that it is a special object and therefore it is dangerous to change its class definition. Process currently lives at: 28 of Smalltalk specialObjectsArray. In reviewing all references to the special objects array, I could not find any reference to that slot, neither in the Squeak 3.9 image nor in the VM. I propose to remove it, as shown in the attached patch. |
Additional Information |
|
|
Attached Files |
processunused.2.cs [^] (4,221 bytes) 03-14-07 10:31 |
|