pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
115 stars 71 forks source link

Druid should consider temps defined in blocks #740

Closed guillep closed 9 months ago

guillep commented 9 months ago
          Haha because Druid is not-too-much smart and makes the lookup of the variable directly in the outer context. Was easier to change the variable than fix it.

I also prefer the variable in the closest scope, but the rest of the code doesn't follow it. The IDE only adds temps to the method... So blah...

_Originally posted by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/736#discussion_r1482735458_

PalumboN commented 9 months ago

I moved this issue to Druid repo https://github.com/Alamvic/druid/issues/108