Fork me on GitHub
#calva
<
2020-10-19
>
pez10:10:59

According to @slack1038 there are still issues with 128 and multiproject windows/workspaces. So anyone having such setups should downgrade to 126 until we’ve solved it.

👍 9
bringe18:10:37

In other news, this stack trace improvement PR is ready for more testing. The stack frames are clickable and resemble output from clojure.repl/pst. Please test/run with this and provide feedback. https://8412-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.129-improve-stacktrace-output-98b237aa.vsix

metal 3
sogaiu00:10:49

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?

bringe00:10:38

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

bringe00:10:43

So long as it's a clojure file

bringe00:10:47

This may need to be stated more clearly

sogaiu00:10:57

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

👍 3
sogaiu00:10:56

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