This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-30
Channels
- # announcements (5)
- # beginners (90)
- # cider (15)
- # clara (1)
- # clj-kondo (2)
- # cljs-dev (17)
- # clojars (8)
- # clojure (132)
- # clojure-europe (14)
- # clojure-nl (5)
- # clojure-uk (57)
- # clojurescript (39)
- # code-reviews (44)
- # conjure (6)
- # core-async (6)
- # cursive (20)
- # data-science (1)
- # datomic (13)
- # fulcro (11)
- # graalvm (6)
- # graphql (6)
- # helix (10)
- # joker (2)
- # kaocha (37)
- # leiningen (24)
- # malli (15)
- # off-topic (13)
- # pathom (18)
- # pedestal (14)
- # re-frame (67)
- # reitit (5)
- # ring (13)
- # ring-swagger (4)
- # sci (41)
- # shadow-cljs (33)
- # slack-help (5)
- # spacemacs (1)
- # sql (34)
- # tools-deps (64)
- # vim (171)
- # xtdb (3)
i'm running tests with clj -A:test-run-tests
and getting some output
Error: Can't resolve './calculator' in '/Users/dan/projects/clojure/clojurescript'
which seems a bit strange to me.
also
ERROR in (test-data-readers-records) (core.clj:4739)
Uncaught exception, not in assertion.
expected: nil
actual: clojure.lang.ExceptionInfo: failed compiling file:src/test/cljs/data_readers_test/records.cljc
Am i running tests incorrectly or are they failing on master at the moment?@dpsutton similar output has been happening for a long while https://travis-ci.org/github/mfikes/clojurescript/builds/540710982#L2084 If I remember correctly, it is expected, or not of concern, but @mfikes would know for certain.
and the test runner runs way more tests. and none fail. i guess the tests aren't meant to be run like clj -A:test:run-tests
if you look at the ClojureScript test in master this is avoided by not invoking a -main
` via
maybe @alexmiller has more info about this issue?
can you restate the question?
the different clojure entry points do have some differences wrt classloaders and things like default ns