1.0.45.30: wrap --script loading in a WITH-COMPILATION-UNIT
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 13 Feb 2011 20:22:08 +0000 (20:22 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 13 Feb 2011 20:22:08 +0000 (20:22 +0000)
commitb92e0bedf7e29a43fe4fd9141b5d658751e3bef0
tree22bdda5ff32e2ace88b4b3aa2edb5b728c156339
parent1fdaa2cc32643a36072ce510323d411036aa0402
1.0.45.30: wrap --script loading in a WITH-COMPILATION-UNIT

  Avoid UNDEFINED-FUNCTION warnings for code like

    (defun foo () (bar))
    (defun bar () 42)

  by wrapping the LOAD done by --script in a WITH-COMPILATION-UNIT.

  Fixes lp#677779.
src/code/late-extensions.lisp
src/code/toplevel.lisp
tests/script.test.sh
version.lisp-expr