From: Ken A. <kan...@bb...> - 2003-06-17 14:46:28
|
This has been bothering me for quite a while too. I've just checked in a cleaner version. k At 04:56 AM 6/3/2003 -0400, Geoffrey Knauth wrote: >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 > > > >------------------------------------------------------- >This SF.net email is sponsored by: eBay >Get office equipment for less on eBay! >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >_______________________________________________ >Jscheme-user mailing list >Jsc...@li... >https://lists.sourceforge.net/lists/listinfo/jscheme-user |