This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-19
Channels
- # announcements (1)
- # babashka (26)
- # beginners (42)
- # calva (3)
- # cider (5)
- # cljs-dev (7)
- # cljsjs (1)
- # cljsrn (13)
- # clojure (95)
- # clojure-europe (12)
- # clojure-germany (3)
- # clojure-italy (12)
- # clojure-nl (1)
- # clojure-spec (16)
- # clojure-uk (25)
- # clojurescript (13)
- # clojureverse-ops (5)
- # community-development (1)
- # conjure (8)
- # cryogen (3)
- # datomic (5)
- # deps-new (7)
- # exercism (1)
- # fulcro (34)
- # honeysql (9)
- # hyperfiddle (3)
- # instaparse (2)
- # introduce-yourself (2)
- # jobs (6)
- # kaocha (1)
- # lambdaisland (1)
- # lsp (47)
- # malli (3)
- # membrane (38)
- # off-topic (9)
- # polylith (36)
- # reitit (7)
- # releases (1)
- # remote-jobs (2)
- # shadow-cljs (11)
- # spacemacs (7)
- # sql (7)
- # tools-deps (19)
I get Improperly specified VM option 'TieredStopAtLevel=1 -J-XX:SharedArchiveFile=clojure.jsa' when I call clojure like this: clojure -J-XX:TieredStopAtLevel=1 -J-XX:SharedArchiveFile=clojure.jsa -A:repl
it seems maybe I don't understand how to pass more than one JVM option?
that's how I would expect it to work
if you throw bash -x
at the beginning of that, you'll see the actual command being run
I can't repro what you're reporting
Oh, ok it might have something to do with that I'm calling it inside a bash script with command, if I just type it at the terminal it works, so probably on my end
New prerelease of Clojure CLI 1.10.3.916 1.10.3.920 with some bug fixes:
• TDEPS-187 - fix #2 for using help/doc and help/dir with tools (but also a lot of internal cleanup)
• Fix regression with using local jar deps
• Make slurp-deps more tolerant of missing deps files
I'll get that installed as soon as I've had my coffee and let you know how it goes. Thank you!
(and I'll update clj-new
to use the newer t.d.a and verify that I can remove the workaround I added)
actually, it's buggy, new version coming :)
(verified that with t.d.a 0.12.1003, I can remove the workaround from clj-new
-- thank you!)
I ran into this error on one of our old servers (which we'll be replacing soon):
Cloning:
Checking out: at 688245ea6cc8b3b173b79b861938444fcd9e3e1e
Error building classpath. Unable to checkout 688245ea6cc8b3b173b79b861938444fcd9e3e1e
git: 'worktree' is not a git command. See 'git --help'.
It has git
1.7.1 -- I gather that's not a supported version of git
at this point?We haven't used git
on that server for a long time -- I'd forgotten it was actually installed (since git
is not installed on any of our production servers) -- but I accidentally introduced a git dep into something our deployment script was doing (now removed).
So I guess, in a way, this was a good error to trip over so that I didn't accidentally put something on production that still relied on a git dep...
(that came out about 5+ years ago)
I'll be glad when our migration to new servers is completed at work 🙂