This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-02
Channels
- # announcements (1)
- # beginners (15)
- # calva (6)
- # cider (72)
- # clojure (105)
- # clojure-europe (2)
- # clojure-france (1)
- # clojure-italy (4)
- # clojure-nl (2)
- # clojure-uk (32)
- # clojurescript (14)
- # code-reviews (10)
- # cursive (8)
- # data-science (2)
- # datomic (38)
- # events (1)
- # fulcro (31)
- # graphql (1)
- # hyperfiddle (47)
- # java (4)
- # jobs (4)
- # off-topic (18)
- # overtone (2)
- # parinfer (12)
- # pathom (19)
- # pedestal (4)
- # philosophy (2)
- # portkey (22)
- # re-frame (42)
- # reagent (1)
- # rum (1)
- # shadow-cljs (36)
- # specter (3)
- # tools-deps (2)
Hmm, GitHub dead for more?
Intermittently. I was suspecting my network settings, because it loaded on my other box, but it may be just a heisenbug. Interestingly, https://downforeveryoneorjustme.com/github.com
yeah, its showing unicorns, so has not disappeared from the internet
sounds like we can reach their reverse proxies, but not their app servers
yeah.. happening for me as well
weird, it’s back up now but no mention of the outage on https://www.githubstatus.com/
Hi. Does anybody here know how to exclude certain tests (Clojure 1.10) from Java7 JDK on Travis CI?
wouldn't it be easier to let go of java7 ?
(7 also only receives security patches if you are willing to pay for them, public support has seized in 2015)
(extended support is set to run til 2022 tho, but yeah, not publicly)
@kumarshantanu with midje for example, you can tag your tests with meta data like
(fact "my test" :java8
...)
and filter them using lein midje :filter -java8
check out https://stackoverflow.com/questions/23017733/make-a-slow-test-suite-with-clojure-test which talks about lein test-selectors
@pablore cider-nrepl uses something that might help you: https://github.com/clojure-emacs/cider-nrepl/blob/master/test/clj/cider/nrepl/middleware/spec_test.clj#L11
oh sorry. i should have tagged @kumarshantanu on this
What do you guys think about https://github.com/stimulusjs/stimulus/ ? I find it's a scalable javascript framework where we don't have to rewrite like react or vue.js