FogBugz (Case [Issue]10612) Compiler Opal - Opal does not highlight correctly miswritten .

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

FogBugz (Case [Issue]10612) Compiler Opal - Opal does not highlight correctly miswritten .

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

Case ID:      10612
Title:        Opal does not highlight correctly miswritten .
Status:       Work Needed
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

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

To reproduce, create method :

foo
| a |
a := 'foo'
self class.
^ a

After the string 'foo', there is a missing '.' on purpose.

Run the method through workspace (SomeClass new foo).

It raises an error, ByteString does not understand self.

When debugging with old compiler, it highlights self. When debugging with Opal, it does not highlight correctly.


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=10612) from this case.

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