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
Hi. V7_BCODE_DUMP is broken. The (recent?) addition of immediate strings to the bytecode format has made opcodes that use bcode_decode_lit (OP_PUSH_LIT, OP_SET_VAR, OP_GET_VAR, OP_SAFE_GET_VAR) ambiguous. This broke dump_op (which does not use bcode_decode_lit, and seems to just assume integer operands).
Thanks.
The text was updated successfully, but these errors were encountered:
Yeah, sorry about that. We actually plan to implement it not as a compile-time option, but as a run-time flag. Hopefully will get it sorted in a few weeks.
Hi. V7_BCODE_DUMP is broken. The (recent?) addition of immediate strings to the bytecode format has made opcodes that use bcode_decode_lit (OP_PUSH_LIT, OP_SET_VAR, OP_GET_VAR, OP_SAFE_GET_VAR) ambiguous. This broke dump_op (which does not use bcode_decode_lit, and seems to just assume integer operands).
Thanks.
The text was updated successfully, but these errors were encountered: