Fork me on GitHub
#calva
<
2019-08-21
>
gerred14:08:36

thanks @pez! traveling home at the moment but as soon as I get on my last leg I'll grab it

gerred14:08:00

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.

gerred14:08:27

but the rest of them with main opts just don't make sense.

gerred14:08:25

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.

pez14:08:26

Let's have a chat about those opts. Maybe we can figure something out.

borkdude16:08:05

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.

borkdude16:08:18

not sure if this is the best channel to post this information, but it's the best I could find 🙂

pez16:08:40

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.

dominicm16:08:21

Does jack in work on Windows?

dominicm16:08:29

Asking for a friend

pez17:08:50

Yes, it should work.

dominicm17:08:44

Ah, it does. Apparently the install had failed :)

pez17:08:56

The install of Calva?

bringe21:08:38

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?

kstehn22:08:46

That should not be the case as far as i know what you could try is to install a specific version also a tip you can add a suffix after the normal version like -my-aliases 🙂

kstehn22:08:43

and then just use vsce package that should avaiod version confusion

bringe22:08:45

Ah thanks. What I thought was happening may not actually be happening 😅 . But that's good to know.