From 096dfb84f6ca774c7f241b9ea446b510bbbccaf5 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 27 Jun 2013 19:23:35 +0200 Subject: 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. --- scheme/racket/geiser/startup.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheme/racket/geiser/startup.rkt') 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) -- cgit v1.2.3