diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-02 17:36:09 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-02 17:36:09 -0600 |
| commit | 612bfe4af7dbb1111bdd4746a67670b6cafba090 (patch) | |
| tree | 72b9a63c3f24d2733d80ed70ca7d17063ac39224 /docs | |
| parent | 992543a7229e03ea6d60c53dfec07a8c4cc18ee7 (diff) | |
| download | mal-612bfe4af7dbb1111bdd4746a67670b6cafba090.tar.gz mal-612bfe4af7dbb1111bdd4746a67670b6cafba090.zip | |
runtest.py: cleanup all grandchildren too.
Launch Popen with process group and kill that instead. Use atexit to
register cleanup function rather than direct calls.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ All: - test to make sure slurp captures final newline - make sure errors propagate/print properly when self-hosted - - change perf test to run for 10 seconds and then calculate number + * change perf test to run for 10 seconds and then calculate number of iterations per second - redefine (defmacro!) as (def! (macro*)) - runtest expect fixes: * stop using expect, so we can drop --raw option - - fix C#, VB + * fix C#, VB - fix long line splitting in runtest - regular expression matching in runtest - add re (use in rep) everywhere and use that (to avoid printing) @@ -85,7 +85,7 @@ Java: - MAL formatting is a bit off with mal/clojurewest2014.mal Javascript: - - interop: callbacks using Mal functions + - interop: adopt techniques from miniMAL - fix "user> " prompt with mal/clojurewest2014.mal Lua: |
