1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:02:28 +02:00
guile/module/system/repl
Andy Wingo fb6df3ea13 fix error message on ,disassemble "non-procedure"
* module/language/objcode/spec.scm (decompile-value): Don't assume that
  `error' will handle format strings appropriately.
* module/system/repl/command.scm (disassemble): A more human error when
  you disassemble a non-procedure.

Bug reported by Andrew Horton.
2011-03-29 12:38:18 +02:00
..
command.scm fix error message on ,disassemble "non-procedure" 2011-03-29 12:38:18 +02:00
common.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
debug.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Do not enter the debugger if the thrown key is in `pass-keys' 2011-03-22 11:45:53 -04:00
repl.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
server.scm add (system repl server) 2010-10-10 12:15:34 +02:00