FogBugz (Case [Issue]10391) Compiler Opal - add tests for context/block -> node mapping

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

FogBugz (Case [Issue]10391) Compiler Opal - add tests for context/block -> node mapping

Pharo Issue Tracker
A FogBugz case was edited by Marcus Denker.

Case ID:      10391
Title:        add tests for context/block -> node mapping
Status:       Work Needed
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Later
Assigned To:  Everyone

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

|block blockNodeViaContext blockNodeViaClosure |

block := [blockNodeViaContext := thisContext sourceNode].

block value.

blockNodeViaClosure := block sourceNode.

blockNodeViaContext == blockNodeViaClosure

 

And think like:

 

 

[ 1 + 2 ] sourceNode.

==>  RBBlockNode([ 1 + 2 ])

(Object>>#halt) sourceNodeForPC:  22.

==> RBMessageNode(Halt now)


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

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