This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-03
Channels
- # announcements (1)
- # babashka (2)
- # beginners (17)
- # calva (11)
- # cider (4)
- # clara (3)
- # clj-kondo (19)
- # cljs-dev (60)
- # clojure (27)
- # clojure-europe (1)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-uk (11)
- # clojurescript (128)
- # core-logic (7)
- # cursive (7)
- # data-science (3)
- # datomic (76)
- # defnpodcast (4)
- # fulcro (5)
- # malli (5)
- # off-topic (7)
- # re-frame (1)
- # reitit (3)
- # shadow-cljs (86)
- # spacemacs (5)
- # test-check (48)
- # tools-deps (9)
- # vim (12)
- # xtdb (6)
I did a small amount of poking around with regards to max files. It seems there is a bit of weirdness around macOS https://github.com/neo4j/neo4j/issues/11739#issuecomment-421333078. I thought maybe graal could be influenced by MaxFDLimit
but did not find a way.
one thing to note is that ulimit affects process and sub-process so a work-around might be to wrap like so:
#!/usr/bin/env bash
set -eou pipefail
ulimit -n 10000
./lockrepro
yeah, I think the main issue with graal is that it doesn't throw the right exception/message when you hit the limit
clj-kondo v2019.11.03: https://github.com/borkdude/clj-kondo/releases/tag/v2019.11.03
i'm getting an No matching clause: :boot
in a build.boot
file. is there a way to fix typing for this file, or at least disable the error?
@alidcastano I assume this is inside some editor integration?
If you're using flymake instead of flycheck in emacs, there's now a plugin for it: https://github.com/turbo-cafe/flymake-kondor