This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-13
Channels
- # 100-days-of-code (5)
- # adventofcode (1)
- # announcements (8)
- # beginners (148)
- # boot (17)
- # calva (26)
- # cider (17)
- # cljdoc (2)
- # cljs-dev (55)
- # cljsjs (2)
- # clojure (198)
- # clojure-dev (11)
- # clojure-finland (1)
- # clojure-italy (23)
- # clojure-nl (6)
- # clojure-spec (44)
- # clojure-uk (148)
- # clojurescript (27)
- # clojutre (20)
- # core-logic (21)
- # cursive (12)
- # datascript (10)
- # datomic (33)
- # emacs (11)
- # figwheel-main (49)
- # fulcro (19)
- # graphql (2)
- # off-topic (48)
- # onyx (2)
- # other-languages (53)
- # pedestal (3)
- # reagent (75)
- # reitit (17)
- # rum (1)
- # slack-help (2)
- # specter (2)
- # sql (3)
- # tools-deps (24)
- # unrepl (4)
- # yada (1)
tools.cli
now requires Clojure 1.8.0 to build,
has been updated but some sort of "bump" is needed for that to take effect, right? @alexmiller
(this is version 0.4.0 which brings complete parity between clj/cljs by switching to .cljc
files and also dropping the Leiningen / dalap testing stuff and switching to clj
/`deps.edn`)
@mfikes Thank you for your help in #clojurescript regarding tools.cli
!
Yup, I will bump
No problem. At some point, if there is interest I'd like to supply a patch making it easy to ensure that tools.cli
is testable for self-hosted environments. (Either the way test.check
works, or with later approaches like tach
or doo
's support for selfhosted. or perhaps some new deps.edn
based self-host testing approach.)
Oh, maybe we are already getting that for free, as tools.cli
uses olical/cljs-test-runner
which is based on doo
which has self-hosted support on master. 🙂
bumped and rebuilding
retesting that is
Thanks @alexmiller ! I was pleasantly surprised at how slick the whole cljs thing went with that test runner @mfikes -- let's you test with doo
by default and also with phantomjs
via a command line switch, as I understand it.
Using the olical
tool myself, pretty slick, thanks a lot to the maintainer 😄 Thanks Sean for the generator change will try it these days here at work