1.0.47.2: nicer error behaviour for TRACE
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 Mar 2011 04:54:22 +0000 (04:54 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 Mar 2011 04:54:22 +0000 (04:54 +0000)
commitf42877dcb11f1db580c76c37ae86541b901ac281
tree18a6e31a60e4a539ac062f3d800f1075ea88d46d
parente05f13837227104f8fa3441ff1085982fab20e2c
1.0.47.2: nicer error behaviour for TRACE

  Fixed lp#740717.

  Instead of an error, warn about the undefined function and ignore
  it.

  Similar behaviour for attempts to TRACE special operators or invalid
  function names.

  (Trace is virtually always invoked interactively, which means that a
  warning about the issue interrupts the flow less than hitting the
  debugger. Also, CLHS doesn't require any errors.)
src/code/ntrace.lisp
version.lisp-expr