Fork me on GitHub
#clojurescript
<
2018-11-06
>
kardan07:11:25

I did some work on ClojureScript and now I always get my own buggy version of ClojureScript when I try to use 1.10.439 in another project. Tried to clean up ~/[.m2, .clojure, .clojurescript] Is there some cache to purge or did I manage to build an artefact that now is used somehow?

mfikes12:11:51

Ideas: * You have set a :local/root in ~/.clojure/deps.edn pointing to your dev tree (or the project’s deps.edn. * You have compiled artifacts in ~/.cljs/.aot-cache produced with a dev build

👍 4
kardan12:11:12

To be honest, I went into guerrilla mode and deleted & rebuild things. I have no issues any longer, no idea what was the cause 🙂

kenran_07:11:37

They're doing the same in other channels. Best to mute the channel until someone gets to ban them.

val_waeselynck07:11:46

This may be a bot, it's already happened in #clojure. I recommend muting the channel until this is resolved

munen07:11:48

Wow, that wasn't me.

munen07:11:53

They took over my account.

oscar07:11:55

They just copied your name and picture

munen07:11:26

Yes, thanks. Thinking back of the good times in IRC where you could kick-ban people and usernames were unique(;

munen07:11:46

I was wondering how they got hold of my generated and GPG encrypted password(;

munen07:11:06

They did some rather weird hate speech on #clojure .

jaihindhreddy-duplicate19:11:11

Says a swear word or two followed by help me with Java in Hindi. Super weird. Seemed to target one particular person Ajay, and copied your account too later.

tristefigure07:11:43

It' Java that drove them crazy, we should provide some guidance

😀 20
simple_smile 12
jaihindhreddy-duplicate19:11:21

I want to start doing some cljs. How is the cljs story with deps.edn?

tavistock19:11:26

the clojure site has guide to getting started in cljs using deps

jaihindhreddy-duplicate19:11:03

What are the conventions for storing compiler options in the codebase? (An equivalent to webpack.js)

jaihindhreddy-duplicate19:11:36

All the templates here seems to be leiningen projects. Can someone point me to a few projects that use deps.edn?

dnolen19:11:47

the Quick Start covers all that

dnolen19:11:04

projects don't look much different

dnolen19:11:27

other tools like Figwheel, shadow-cljs, follow more or less similar conventions

jaihindhreddy-duplicate19:11:21

Thanks! Will read the guides

grav23:11:57

Is it possible to supply compiler options (such as -co "{:npm-deps {express \"4.16.4\"}}") in a deps.edn?