This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-14
Channels
- # admin-announcements (2)
- # beginners (32)
- # boot (217)
- # cider (20)
- # cljsjs (25)
- # cljsrn (9)
- # clojure (87)
- # clojure-android (7)
- # clojure-austin (4)
- # clojure-belgium (10)
- # clojure-canada (13)
- # clojure-dev (28)
- # clojure-dusseldorf (2)
- # clojure-greece (119)
- # clojure-nl (1)
- # clojure-russia (22)
- # clojure-spain (3)
- # clojure-spec (81)
- # clojure-uk (54)
- # clojurescript (32)
- # community-development (2)
- # core-async (19)
- # cursive (18)
- # datascript (5)
- # datomic (1)
- # dirac (22)
- # emacs (22)
- # hoplon (198)
- # incanter (1)
- # instaparse (4)
- # jobs (3)
- # keechma (15)
- # ldnclj (2)
- # lein-figwheel (14)
- # mount (8)
- # om (78)
- # om-next (4)
- # onyx (37)
- # other-languages (1)
- # pedestal (6)
- # re-frame (22)
- # reagent (25)
- # ring-swagger (17)
- # robots (1)
- # slack-help (1)
- # spacemacs (7)
- # specter (50)
- # spirituality-ethics (3)
- # uncomplicate (5)
- # untangled (1)
- # yada (17)
Is there a way to cancel evaluation in fighweel's repl? ctrl+c and ctrl+d both close the whole thing
Javascript is single threaded, and right now the official clojurescript repl is implemented as a loop. But certainly more thought can be placed into this, ie. be able to cancel an evaluation and reload the browser. It would be nice to get a prompt back on interrupt.
@wilkerlucio: @grav I'm putting config/get-project-builds
back, and note that the following is a nicer way to do what you are trying to do:
@bhauman: are you planning to release any new version soon with get-project-builds
?
@wilkerlucio: @grav published 0.5.4-3 you may want to look at the docs on (start-figwheel!)
nice, just started using it, thank you!
@wilkerlucio: you may want to explore that snippet above, you can probably call (start-figwheel! "build-id")
@bhauman: yes, just did, my figwheel.clj
now is just:
I appreciate it, I guess that should be the most common case
lein figwheel
in my project produces these warnings and I don't know where they're coming from:
WARNING: Unknown option ':compiler-env'.
WARNING: Unknown option ':special-fns'.
WARNING: Unknown option ':warn-on-undeclared'.
I have grep'd for those in my code but found nothing.
Any hints? Everything is working great (as always w/ figwheel!🙂), but I still wonder.