Yes
https://github.com/viebel/klipse/blob/master/src/klipse/lang/clojure.cljs#L140-L151
@viebel https://github.com/viebel/klipse/blob/master/src/klipse/lang/clojure/io.cljs#L176
if I remove (src-cb {:lang :clj :source ""})
, it works, both in the repl, and with external libs
was that piece of code accidentally left there? ^^
This is a huge mistake!
Probably a wrong merge
How did you find it?
I suspected the problem had something to do with load-ns
and eventually, I just stumbled upon that line
such a stupid mistake 😞
😕
happens
can u send me a pr and I’ll deploy it soon
?
sure
could you approve my previous PR? it's been merged, but not approved
github still believes i'm 3 commits ahead
I cannot find the button for approving the PR
it seems you've approved one of the commits. anyway, I've submitted the PR, it's only a slight noise
In your PR I see also the contents of the previous PR
I suspect that's because of this approval addon? the previous 2 commits are already merged into master
oh wait, I think I know
I don't 😕
meh, i'll just create a fresh fork
@viebel done
merged
nice, i'll test my lib right away when deployed
For some reason in your code there was a hidden character at the beginning of io.cljs
-<U+FEFF>(ns <http://klipse.lang.clojure.io|klipse.lang.clojure.io>
+(ns <http://klipse.lang.clojure.io|klipse.lang.clojure.io>
hm, thats a BOM, sorry about that
dunno how it got there
NP
I’m adding your klipse-test repo to my tests
Deployed @moxaj 👏
Please make sure you get klipse version 6.7.0
Thanks to @moxaj, now klipse implicitly loads macro namespaces
@arnaud_bos it should make your life easier with core.matrix