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
Copy file name to clipboardExpand all lines: TODO.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
1
# TODO
2
-
-[ ] Fix Go target `else if` lowering bug
3
-
* Repro seen in `~/Developer/agent/vaxis-ard/counter`: an `if/else if` chain for key handling lowered so later branches collapsed into a broad fallback; `r` reset was treated as decrement.
4
-
* Add a compiler regression with an `else if` chain where an early branch, middle branch, and final fallback produce distinct values/effects.
5
2
-[ ] try to improve FFI perf by autocasting args to externs
6
3
-[ ] allow FFI in user land
7
4
-[ ] make duplicate FFI binding registration return an error
0 commit comments