Fork me on GitHub
#clojurescript
<
2020-11-11
>
zhuxun202:11:32

In the source code I see the multi-method cljs.test/thrown? but when I tried to require it the compiler says that Invalid :refer, var cljs.test/thrown? does not exist. How come?

dpsutton02:11:01

Because it’s just a symbol. There’s a multi method method that interprets it

👍 6
dpsutton02:11:15

Read the doc string of clojure.test

Chris McCormick12:11:38

An issue filed on one of my repositories has this rather long Java stack trace and I have no idea where to begin. It compiles fine on my local. Any tips on how I should begin to diagnose this?

388 |   (go
---------^----------------------------------------------------------------------
Error in phase :compilation
StackOverflowError: 
	java.lang.ClassLoader.defineClass1 (ClassLoader.java:-2)
...
https://github.com/chr15m/slingcode/issues/109#issuecomment-724756119