zig/BRANCH_TODO
2019-06-11 18:26:01 -04:00

15 lines
570 B
Plaintext

Scratch pad for stuff to do before merging master
=================================================
restore test_runner.zig to master branch
- also the default panic function and unexpected_error_tracing. see the commit
that adds this text to BRANCH_TODO file.
- and std/specia/bootstrap.zig
get an empty file compiling successfully (with no panic fn override)
uncomment all the behavior tests
look at all the ir_gen_node ir_gen_node_extra calls and make sure result locations are properly propagated
return ir_gen_comptime(irb, scope, node, lval);