[Pharo-project] [BUG] [ :a | ] value: 1
Dec. 16, 2009
10:54 a.m.
Hi Eliot While working on a way to use the RB-AST with the standard compiler I think I found a problem in your code. To reproduce evaluate the following expression: [ :a | ] value: 1 According to my understanding that should return nil, not the first argument 1. The generated bytecode is: pushTemp: 0 blockReturn I think it should be: pushConstant nil blockReturn Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
6071
Age (days ago)
6071
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Renggli