From: Geoffrey K. <ge...@kn...> - 2003-06-03 08:56:09
|
In the following: SchemeException:[[ERROR: undefined variable "foo"""]] Seeing "foo""" is a little jarring. I propose: `foo' or "foo" Maybe it is too much work to tailor output for types of errors. I found this in SchemeException.java:27: return "SchemeException:[["+ m + jsint.E.shortStringify(c) +"]]"; Maybe as a minimal change this would look better? return "SchemeException:[["+ m + " " + jsint.E.shortStringify(c) +"]]"; producing: SchemeException:[[ERROR: undefined variable "foo" ""]] Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk |