finally, backtraces only showing frames for the computation
authorAndy Wingo <wingo@pobox.com>
Sat, 10 Jul 2010 10:21:50 +0000 (12:21 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 10 Jul 2010 10:21:50 +0000 (12:21 +0200)
commit5273854080c0536563ca1538716a1e18dfde187b
tree260d25c331504b94c29b5aac6a44160ed205b33d
parentdc3b2661183786587350b19b97aefeec556cc54e
finally, backtraces only showing frames for the computation

* module/system/repl/repl.scm (run-repl): Run the thunk in a stack in a
  prompt, similar to the default prompt. Gives proper backtraces.

* module/system/repl/error-handling.scm (call-with-error-handling):
  Narrow one more outer frame, for the %start-stack thunk invocation.

* module/ice-9/boot-9.scm (%start-stack): Reindent.
module/ice-9/boot-9.scm
module/system/repl/error-handling.scm
module/system/repl/repl.scm