pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Fix `SpCodePresenter>>#evaluate:onCompileError:onError:` that does not consider interaction model's bindings when evaluating code #1549

Closed adri09070 closed 1 month ago

adri09070 commented 1 month ago

Fixes #1506

I do not understand why the problem does not appear when evaluating code in the playground for example, but still, it is wrong not to use the bindings of the interaction model when evaluating code

adri09070 commented 1 month ago

unrelated failing test