Skip to content

Commit

Permalink
Update benchmarks, add more tests for numstr truthiness (some gaps ri…
Browse files Browse the repository at this point in the history
…ght now)
  • Loading branch information
benhoyt committed Jan 12, 2019
1 parent 4567f75 commit fc92006
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 158 deletions.
6 changes: 6 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
* failing interp_test with f1() and f2()
* failing TravisCI tests with write error if possible
* getInputScanner issues (see GAWK tests closebad and inputred)
* support "getline lvalue"
* should interp have a configurable "safe" mode that doesn't run
system(), redirection, etc?
* fix how we handle numstr type when setting $0 directly, see TODO test:
{`BEGIN { $0="0"; print !$0 }`, "", "0\n", "", ""},
Loading

0 comments on commit fc92006

Please sign in to comment.