This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-21
Channels
- # announcements (15)
- # beginners (82)
- # calva (19)
- # cider (7)
- # clj-kondo (7)
- # clojure (81)
- # clojure-brasil (8)
- # clojure-dev (37)
- # clojure-europe (2)
- # clojure-italy (7)
- # clojure-nl (8)
- # clojure-spec (5)
- # clojure-uk (14)
- # clojurescript (67)
- # cursive (13)
- # datomic (29)
- # defnpodcast (2)
- # figwheel-main (19)
- # fulcro (9)
- # graalvm (5)
- # iot (3)
- # off-topic (16)
- # other-languages (1)
- # overtone (1)
- # pathom (4)
- # protorepl (2)
- # re-frame (25)
- # reagent (1)
- # shadow-cljs (126)
- # spacemacs (9)
- # sql (2)
- # test-check (24)
- # tools-deps (11)
thanks @pez! traveling home at the moment but as soon as I get on my last leg I'll grab it
one note, the main opts (at least for how this particular alias for REBL is designed), is a shortcoming: https://github.com/seancorfield/dot-clojure/blob/master/deps.edn#L104 - I'll try to launch REBL another way for the moment.
idk how you're supposed to parse what main opts should be used from jack-in and what shouldn't, so I'd rather find a way to do it via the REPL.
just as a heads up, I just released clj-kondo 2019.08.21-alpha, which automatically detects a .clj-kondo and uses the cache. So editor tooling no longer has to use the --cache
flag. tl;dr: if you use the clojure-lint plugin in VSCode you will now automatically get arity errors from other namespaces while you're typing.
not sure if this is the best channel to post this information, but it's the best I could find 🙂
Happy to hear about those improvements! I think this is the best channel, and you are welcome to post these kinds of updates here. It is extra relevant because Calva will at some point drop its linting integration with Joker and probably be bundling clojure-lint instead.
I'm having something odd happening. I modified calva's source, checked that it did what I wanted when I ran it in debug mode after jacking in and running the build tasks (from the contrib guide), then I created a vsix with vsce package
.
I installed this vsix and tested and saw the effects of my changes, but then I uninstalled it, and reinstalled the actual Calva from the marketplace and I still see my custom change effects. Could there be some caching issue going on due to the custom vsix having the same name/version as the marketplace one?