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
For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.
The text was updated successfully, but these errors were encountered:
For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.
The text was updated successfully, but these errors were encountered: