v7 icon indicating copy to clipboard operation
v7 copied to clipboard

V7_BCODE_DUMP broken

Open joeedh opened this issue 9 years ago • 3 comments

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.

joeedh avatar Apr 27 '16 07:04 joeedh

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.

dimonomid avatar May 06 '16 09:05 dimonomid

Any news on this issue?

goniz avatar Jul 04 '16 04:07 goniz

Sorry but not yet. We still struggle with other things which considered higher priority.

dimonomid avatar Jul 04 '16 04:07 dimonomid