This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-06
Channels
- # announcements (5)
- # aws (28)
- # babashka (4)
- # beginners (163)
- # bristol-clojurians (2)
- # calva (4)
- # cider (18)
- # clj-kondo (30)
- # cljs-dev (28)
- # cljsrn (50)
- # clojure (96)
- # clojure-europe (25)
- # clojure-italy (6)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-sweden (7)
- # clojure-uk (32)
- # clojurescript (39)
- # conjure (74)
- # cursive (12)
- # events (1)
- # fulcro (32)
- # helix (71)
- # jackdaw (2)
- # leiningen (10)
- # off-topic (14)
- # pathom (59)
- # rdf (7)
- # re-frame (6)
- # reitit (28)
- # ring (7)
- # shadow-cljs (207)
- # slack-help (2)
- # spacemacs (3)
- # specter (7)
- # sql (12)
- # tools-deps (14)
- # xtdb (32)
@dnolen @mfikes I looked at the cljs testing stuff a bit. I think probably the easiest thing is if you could convert that travis build into a docker file, which I could then easily run in jira. the alternative is installing a bunch of stuff on the build box and there are a bunch of reasons why that's non-ideal.
@alexmiller so the idea is here is just use JIRA support to apply the patch and run tests?
maybe I misunderstand what you're looking for, so let's step back ...
I thought you were looking for a way to automatically run all tests on commit
@alexmiller oh JIRA has a view for that?
crap, I said jira before but I meant jenkins
and it was my fault :)
so, is goal to run all tests with each commit or to have a place to test patches with feedback ?
ok, I think the latter would build on the former anyway
well, docker-izing the test would be the best path imo as it clarifies the system install requirements
would it be easy to partition by runtime kinda like how the JVM version stuff works for Clojure?
Hi All, I'm seeing compiler errors on windows. Just wondering if that's interesting or known.
Quick example here. https://gist.github.com/olivergeorge/4654a332cf45d438ee6009873a3fb2fe
I had the feeling there were Windows CI tests.
If it's worth tracking down I'll do a minimal repro