calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
2020-10-20T00:53:49.404Z

i've installed it and am trying to figure out how to test 🙂 in a deps.edn project, i defined a function that just does throw. i called the function from the repl window / tab. i see what looks like a stacktrace but am not seeing the "clickable" portion. may be i'm not testing appropriately?

bringe 2020-10-20T00:54:38.404200Z

If you ctrl+click the file name with line number in parens, it should take you there

bringe 2020-10-20T00:54:43.404400Z

So long as it's a clojure file

bringe 2020-10-20T00:54:47.404600Z

This may need to be stated more clearly

2020-10-20T00:55:57.404800Z

ah, i see! that works -- i see it in the docs too 😅 thanks!

👍 1
2020-10-20T00:56:56.405Z

oh nice -- it evens goes to locations within clojure itself.

bringe 2020-10-20T01:53:28.405200Z

Indeed!