Fork me on GitHub
#cljs-dev
<
2017-06-14
>
anmonteiro20:06:13

@dnolen created an enhancement patch to bump tools.reader to 1.0.0, given it’s been out for a couple days https://dev.clojure.org/jira/browse/CLJS-2086

thheller21:06:10

feel free to close https://dev.clojure.org/jira/browse/CLJS-2047 (nvm, closed it myself)

favila21:06:10

at some point it looks like it became impossible for :libs to reference the same dir as the source class path?

favila21:06:14

I used to mingle google-closure compatible js and cljs under the same /src dir. after a big cljs update (from 1.8.51 to master) I get a java.lang.IllegalArgumentException: /my/js/file.js is not a relative path error

favila21:06:59

before I move the js files into a separate root, I just wanted to make sure this was intentional

favila21:06:25

(also, adding the full file path to :libs seems to work also)

dnolen21:06:54

@favila not intentional

favila22:06:27

I'll try to make a minimal and file a ticket