FogBugz (Case [Issue]10296) Compiler Opal - Opal cannot compile classes with method accessing inexistant instances variables

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]10296) Compiler Opal - Opal cannot compile classes with method accessing inexistant instances variables

Pharo Issue Tracker
A FogBugz case was opened by Clement Bera.

Case ID:      10296
Title:        Opal cannot compile classes with method accessing inexistant instances variables
Status:       Work Needed
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     2 - Really Important
Milestone:    Pharo3.0: 29/04/2013
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10296

To reproduce :
create new Class :
Object subclass: #ClassTestOpal
instanceVariableNames: 'foo'
classVariableNames: ''
poolDictionaries: ''
category: 'AAAAA'
Add accessors to foo.
Remove instance variable foo and save. It raises an error. Then the class is messed up and even if you go back to old compiler things will not work.
This worked with previous compiler.


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10296) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker