You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time you attempt to evaluate something in the WAPharoInspector you get Error: Receiver is not same as context receiver, this might be due to some changes in the Opal Compiler.
It can be fixed by adding a semantic scope to the compiler:
Thanks @eMaringolo for reporting and proposing a solution.
I'm looking into this and notice that it works without the change in Pharo12 because the receiver: method is essentially doing the same thing. In Pharo 11, it fails because the context was set to thisContext which actually does not make sense to me though it has been like this for over 10 years 🙄
Every time you attempt to evaluate something in the
WAPharoInspector
you getError: Receiver is not same as context receiver
, this might be due to some changes in the Opal Compiler.It can be fixed by adding a semantic scope to the compiler:
The text was updated successfully, but these errors were encountered: