This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-13
Channels
- # beginners (99)
- # boot (2)
- # boot-dev (4)
- # chestnut (2)
- # cider (75)
- # clara (43)
- # cljs-dev (1)
- # cljsjs (6)
- # cljsrn (4)
- # clojars (2)
- # clojure (76)
- # clojure-brasil (1)
- # clojure-france (1)
- # clojure-italy (2)
- # clojure-spec (30)
- # clojure-uk (4)
- # clojurescript (39)
- # core-async (1)
- # core-logic (2)
- # cursive (1)
- # data-science (7)
- # datomic (14)
- # docker (12)
- # emacs (6)
- # fulcro (69)
- # garden (4)
- # hoplon (7)
- # jobs-discuss (46)
- # leiningen (3)
- # lumo (3)
- # off-topic (12)
- # om (2)
- # parinfer (12)
- # perun (9)
- # re-frame (44)
- # reagent (6)
- # rum (1)
- # shadow-cljs (73)
- # specter (5)
- # unrepl (10)
- # vim (2)
hello, anybody else failing at "getting started" on first cmd (boot markdown) with: java.lang.IllegalStateException: trace already refers to: #'boot.util/trace in namespace: boot.user
@mathieu977 which version of Boot are you using boot -V
@martinklepsch $ boot -V #http://boot-clj.com #Sat Jan 13 11:40:52 EST 2018 BOOT_CLOJURE_NAME=org.clojure/clojure BOOT_CLOJURE_VERSION=1.8.0 BOOT_VERSION=2.7.2
can you paste your build.boot
as well? @mathieu977
(set-env!
:source-paths #{"content"}
:dependencies '[[perun "0.4.2-SNAPSHOT" :scope "test"]])
(require '[io.perun :as p])
@mathieu977 can you try this and then boot p/markdown
?IIRC perun provides a trace
task that apparently collides with a built in function of Boot
@martinklepsch it works indeed, thanks for the help. i will be able to continue the getting started guide
Great, sorry for that issue, I guess that should be documented somehow @bhagany