This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-15
Channels
- # admin-announcements (7)
- # alda (1)
- # aws-lambda (1)
- # beginners (12)
- # boot (20)
- # cider (59)
- # cljs-dev (4)
- # cljsrn (69)
- # clojure (232)
- # clojure-austin (3)
- # clojure-austria (1)
- # clojure-belgium (2)
- # clojure-canada (3)
- # clojure-dev (16)
- # clojure-greece (33)
- # clojure-nl (4)
- # clojure-quebec (12)
- # clojure-russia (12)
- # clojure-spec (27)
- # clojure-uk (38)
- # clojurescript (29)
- # community-development (7)
- # component (53)
- # core-async (16)
- # core-logic (1)
- # datascript (7)
- # datomic (11)
- # editors (7)
- # emacs (69)
- # hoplon (157)
- # keechma (1)
- # lambdaisland (2)
- # lein-figwheel (31)
- # leiningen (8)
- # mount (3)
- # off-topic (11)
- # om (23)
- # onyx (64)
- # planck (2)
- # re-frame (18)
- # reagent (21)
- # specter (118)
- # untangled (145)
- # yada (1)
Minimal example: https://github.com/kennyjwilli/boot-files-issue
To cause the problem you need to rapidly change core.cljs. I just hit enter then ctrl+s constantly and the error will pop up.
What's interesting is that in the example project I was able to create the error without the whole boot process freezing.
@kenny: i can't find the web-dev thing you mentioned above, can you link to the project on github please?
@kenny: im also an intellij+cursive user at the moment, but i just came across https://atom.io/packages/proto-repl last night and it looks seriously promising. it's a lot more transparent about what it does too. since we are not doing much of java directly, i feel intellij is a bit of an overkill for us. if you are only doing clojure, you should have a look at this proto-repl thing too
@micha: @kenny: Sorry, had to step out. I’ll look at usages of that class later, and see if it’s something that can be disabled.
@onetom @kenny I actually just switched to Atom this week from LightTable, after about half an hour of plugins and additional file extensions being added I actually prefer it so far! (need those .hl files 😸 )
@flyboarder: how do you do indentation? Atom's indentation system is the only thing keeping me from using it more
@martinklepsch: like so? But there are more plugins for auto indenting
like if part of my code is messed up I go: select source -> cmd+shift+p -> auto indent
then cmd+[
to outdent to the level I want
the coolest part is the tab support for clojure lint
@martinklepsch: here's how I setup Atom. It fixes all indentation problems. https://git.io/atom_clojure_setup