diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-20 06:41:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-20 06:41:57 -0700 |
commit | 2a9b3bca2622a54434cc16e7c70dce37b1c4d205 (patch) | |
tree | 526260b719b0fe007ee3f27421ca3c5d7c4222bd /ChangeLog | |
parent | d8e75887b3d2bc103bd66238d250a596eae83092 (diff) | |
download | txr-2a9b3bca2622a54434cc16e7c70dce37b1c4d205.tar.gz txr-2a9b3bca2622a54434cc16e7c70dce37b1c4d205.tar.bz2 txr-2a9b3bca2622a54434cc16e7c70dce37b1c4d205.zip |
Improve error reporting.
* eval.c (eval_error): Use last_form_evaled if form is null.
(apply): Substitute apply symbol if ctx_form is null.
(apply_intrinsic): Do not pass fake (apply) context form to
apply, just pass nil.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-06-20 Kaz Kylheku <kaz@kylheku.com> + + Improve error reporting. + + * eval.c (eval_error): Use last_form_evaled if form is null. + (apply): Substitute apply symbol if ctx_form is null. + (apply_intrinsic): Do not pass fake (apply) context form to + apply, just pass nil. + 2014-06-19 Kaz Kylheku <kaz@kylheku.com> * eval.c (identity_s): New global variable. |