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
While investigating the #fieldValue: mess in shingarov/Pharo-ArchC#36, I discovered strange lookup failures in #inEnvironment. It turns out we are relying on Z3 constants named x being equal (as in #=) to 'x'. This cannot possibly work, because Z3AST>>#hash is the Z3 hash.
The text was updated successfully, but these errors were encountered:
While investigating the
#fieldValue:
mess in shingarov/Pharo-ArchC#36, I discovered strange lookup failures in#inEnvironment
. It turns out we are relying on Z3 constants namedx
being equal (as in#=
) to'x'
. This cannot possibly work, becauseZ3AST>>#hash
is the Z3 hash.The text was updated successfully, but these errors were encountered: