1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +02:00
guile/module/system/base
Andy Wingo 03fa04dfe1 pass backtraces through the compiler
* module/system/base/compile.scm (call-with-nonlocal-exit-protect): New
  helper, like unwind-protect but only for nonlocal exits.
  (call-with-output-file/atomic): Use call-with-nonlocal-exit-protect so
  that we don't mess up backtraces by catching all and then rethrowing.
  Should fix this more comprehensively somewhere, though.
2008-10-31 13:28:06 +01:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
compile.scm pass backtraces through the compiler 2008-10-31 13:28:06 +01:00
language.scm use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
Makefile.am module compilation fixen, post-integration 2008-08-25 13:05:16 -07:00
pmatch.scm compile all of base/; some arbitrary changes; more "fixes" to `link' 2008-05-19 12:57:48 +02:00
syntax.scm recompiling with compile environments, fluid languages, cleanups 2008-10-30 10:57:36 +01:00