This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-29
Channels
- # announcements (35)
- # aws (40)
- # babashka (10)
- # beginners (119)
- # calva (25)
- # cider (13)
- # clj-kondo (15)
- # cljsrn (23)
- # clojure (205)
- # clojure-dev (3)
- # clojure-europe (15)
- # clojure-germany (3)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-uk (58)
- # clojurescript (193)
- # community-development (2)
- # conjure (147)
- # core-async (49)
- # cursive (47)
- # datomic (27)
- # duct (1)
- # fulcro (19)
- # graalvm (3)
- # graphql (1)
- # helix (3)
- # hoplon (11)
- # jackdaw (1)
- # joker (1)
- # juxt (5)
- # kaocha (1)
- # keechma (3)
- # lambdaisland (6)
- # local-first-clojure (27)
- # malli (5)
- # off-topic (41)
- # rdf (27)
- # re-frame (7)
- # reagent (15)
- # reitit (5)
- # rum (11)
- # shadow-cljs (157)
- # spacemacs (18)
- # sql (4)
- # xtdb (8)
Thanks for the tip
I’m having trouble upgrading the version of Krell I’m using. When I boot up the simulator, it hangs on “Waiting for Krell to load files.” The bundler is showing “Service resolved” for 5001 and 5002, and the Krell REPL is “Waiting for device connection on port 5001.” I’ve deleted .cpcache
. Anyone seen/fixed this?
I tried clearing out target/
in case there was old stuff in there, and now it’s not outputting anything when it builds, so something worse is going on, I’ll keep digging.
@joshmiller hrm that seems odd
clj -m krell.main -v -co build.edn -r
the flag/value order slightly easy to mess this up and cljs.main
doesn't validate that much
@joshmiller -c
to build
Ahh, ok
I see what happened
but if you accidentally write flag flag value
or something like that unintentionally it can be cryptic
I copied the “Starting a REPL” section from the README
Which doesn’t have -c
Cool, thanks for the help
And once I’ve done all that, latest version does in fact now build/run correctly, thanks.