diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 19:46:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 19:46:34 -0700 |
commit | 2e7542a6b590e4662cff1ab1eab62945b7bbccad (patch) | |
tree | 2902d4d9b9245a5cdff250aed6822a86f7b882d6 /ChangeLog | |
parent | 949fcea2c7832d799f08f09b5afba0e483fa66a8 (diff) | |
download | txr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.tar.gz txr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.tar.bz2 txr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.zip |
New test case, covering exception handling across nested
function invocations.
* Makefile (TEST): Test targets marked as .PHONY, because they are.
* tests/007/except-1.expected: New file.
* tests/007/except-1.out: New file.
* tests/007/except-1.txr: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2011-10-01 Kaz Kylheku <kaz@kylheku.com> + New test case, covering exception handling across nested + function invocations. + + * Makefile (TEST): Test targets marked as .PHONY, because they are. + + * tests/007/except-1.expected: New file. + * tests/007/except-1.out: New file. + * tests/007/except-1.txr: New file. + +2011-10-01 Kaz Kylheku <kaz@kylheku.com> + * parser.y (all_clause, some_clause, none_clause, maybe_clause, cases_clause, choose_clause, elem): Regression bug fix: bad list calls in parser, lacking nao terminator. |