1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/system/repl
Andy Wingo 1351c2dba5 fix backtraces with compiled boot-9
* module/ice-9/boot-9.scm (default-pre-unwind-handler): Since we were
  tail-called by pre-unwind-handler-dispatch, we can't use
  pre-unwind-handler-dispatch as a narrowing argument. Instead just
  narrow by one frame.
  (pre-unwind-handler-dispatch): Deprecate.
  (error-catching-loop): Remove crack comment and code, and just use
  default-pre-unwind-handler as our pre-unwind handler.

* module/ice-9/stack-catch.scm (stack-catch):
* module/system/repl/repl.scm (call-with-backtrace): Use
  default-pre-unwind-handler directly.
2009-05-26 21:51:42 +02:00
..
command.scm fix erroneous #:use-syntax clausen 2009-04-22 22:27:50 +02:00
common.scm fix erroneous #:use-syntax clausen 2009-04-22 22:27:50 +02:00
describe.scm use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
repl.scm fix backtraces with compiled boot-9 2009-05-26 21:51:42 +02:00