summaryrefslogtreecommitdiff
path: root/scheme/racket/geiser/startup.rkt
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-27 19:23:35 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-27 19:23:35 +0200
commit096dfb84f6ca774c7f241b9ea446b510bbbccaf5 (patch)
treeb0997e6490fd02641a615b70ab276e0d71b47b94 /scheme/racket/geiser/startup.rkt
parentbc3d5897f789de9afdf5d4f7aab48df8566bebf9 (diff)
downloadgeiser-chez-096dfb84f6ca774c7f241b9ea446b510bbbccaf5.tar.gz
geiser-chez-096dfb84f6ca774c7f241b9ea446b510bbbccaf5.tar.bz2
Racket: not loading errortrace by default
The new submodules and errortrace interact badly, for what i've seen. In particular, even with the submodule[+*] loading correctly, its namespace doesn't have all identifiers bound, and new ones seem to appear in the bindings lists (things like a.1 or b.2, when a and b are the actual identifiers defined inside the module). Since moreover someone mentioned in the devel ML that errortrace is in general terms buggy, i guess we can leave without it for the time being.
Diffstat (limited to 'scheme/racket/geiser/startup.rkt')
-rw-r--r--scheme/racket/geiser/startup.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/racket/geiser/startup.rkt b/scheme/racket/geiser/startup.rkt
index bf9293b..d766dcd 100644
--- a/scheme/racket/geiser/startup.rkt
+++ b/scheme/racket/geiser/startup.rkt
@@ -15,7 +15,7 @@
"Racket version 5.0 or better required (found ~a)"
(version)))
-(require errortrace)
+;; (require errortrace)
(require geiser/user)
(init-geiser-repl)