This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-23
Channels
- # announcements (5)
- # beginners (14)
- # bigdata (1)
- # calva (13)
- # cider (10)
- # clj-kondo (53)
- # cljs-dev (1)
- # cljsrn (12)
- # clojure (67)
- # clojure-uk (8)
- # clojuredesign-podcast (3)
- # clojurescript (53)
- # duct (4)
- # emacs (1)
- # events (1)
- # figwheel-main (5)
- # fulcro (9)
- # graalvm (68)
- # graphql (3)
- # joker (3)
- # juxt (4)
- # off-topic (32)
- # other-languages (1)
- # pathom (35)
- # re-frame (6)
- # rum (1)
- # shadow-cljs (52)
- # spacemacs (3)
- # sql (10)
- # tools-deps (15)
Clj-kondo v2019.11.23: unused imports, a working Windows binary (thank you GraalVM 19.3.0!) and a couple of improvements/bugfixes. https://github.com/borkdude/clj-kondo/releases/tag/v2019.11.23
also released the npm package for that version, with support for the windows binary: https://github.com/filipesilva/clj-kondo
@filipematossilva Kewl! Did you test it on Windows?
I have CI testing it on windows
Indeed :D
In Windows + VSCode with the @marc-omorain clj-kondo lint plugin installed and the NPM package, I get:
I’m calling shelljs.which("clj-kondo")
to check if it’s on the path.
@pez might know. I think you can open the chrome console somehow.
this looks like just a TS error
you should be able to cast the object to any
(vscode.window as any).which = which
@marc-omorain did you release the latest changes to the marketplace?
i thought i did
I don’t know where to admin that 😄
incoming….
@borkdude https://marketplace.visualstudio.com/items?itemName=marcomorain.clojure-lint 0.6.0 is live
@marc-omorain Confirmed it works with 0.6.0:
> Small update. I've found if I reboot a VM from within Virtualbox it will crash. https://forums.virtualbox.org/viewtopic.php?f=8&t=93739&sid=49d1ab9315fc4d748021c2de56f31742&start=30 Yup, that just happened to me
@marc-omorain I guess you can remove > At this time, macOS and Linux are supported. Runing GraalVM on Windows has some issues. now
Good idea, I’ve done both now, and updated the changelog.
0.6.1 incoming
So now we have 2 package managers for Windows that can install the clj-kondo binary and two VSCode plugins that support clj-kondo linting. Windows people have choices now 🙂
> Emacs on Windows shudder
I used Emacs on Windows (7 and 10) for a year at a bank. It’s not quite as snappy as on Linux but very usable. The biggest challenge was finding an Internet proxy that didn’t require Windows NTLM authentication. Once that was found, it was pretty smooth. I even forgot I was on Windows with Emacs on full screen