Handle compiler-error in LOAD when it's not run from inside EVAL.
authorStas Boukarev <stassats@gmail.com>
Mon, 2 Sep 2013 05:44:38 +0000 (09:44 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 2 Sep 2013 05:44:38 +0000 (09:44 +0400)
commitcd1b14acf6f548b28b8a14e554d779f0473122ec
tree9c8f7c9d333e44cf0207f56243c86d2398ac4e54
parent4b222ef18cc604eaa9f0c9e02e1b3bf89f0b408d
Handle compiler-error in LOAD when it's not run from inside EVAL.

When LOAD is run from the --load option or from within a new thread,
it doesn't go though EVAL and doesn't inherit its compiler-error
handler.

Fixes lp#1219601.
NEWS
package-data-list.lisp-expr
src/code/eval.lisp
src/code/full-eval.lisp
src/code/target-load.lisp
src/compiler/compiler-error.lisp