mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Shorten path names in stacktrace printing #66

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Ambly's stacktrace printing produces fully qualified path names (including JAR names), which makes it hard to read.

For source on the class path, can probably shorten to just a relative path.

For cljs.core, can probably detect and convert to cljs/core.cljs:line:column