The Racket repository
Go to file
Eli Barzilay f51c6bbe64 Fix the leaking of internal drscheme filenames in error messages when
debugging is disabled:
* got rid of the `stacktrace-runtime-name' hack in "rep.ss", replace
  it by a more reliable capture of the context, and later cut the
  stack according to that specific context.
* the cutting is done if possible, no need for the "ACK!" error
  message if no cutting point is found.
* rename `with-stacktrace-name' -> `with-stack-checkpoint'
* add this to "module-language.ss" too, to avoid including it in error
  messages.

svn: r14777
2009-05-12 02:12:49 +00:00
collects Fix the leaking of internal drscheme filenames in error messages when 2009-05-12 02:12:49 +00:00
doc removed lots of "the the"s 2009-05-01 21:02:51 +00:00
man/man1 2008 -> 2009 2009-01-04 15:34:50 +00:00
src STRIP_DEBUG configuration 2009-05-11 15:43:19 +00:00