This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-30
Channels
- # announcements (15)
- # beginners (99)
- # boot (15)
- # cider (105)
- # cljdoc (2)
- # cljs-dev (17)
- # clojure (132)
- # clojure-conj (1)
- # clojure-dev (5)
- # clojure-italy (19)
- # clojure-losangeles (2)
- # clojure-nl (20)
- # clojure-spec (70)
- # clojure-uk (50)
- # clojurescript (153)
- # core-logic (9)
- # cryogen (4)
- # cursive (6)
- # datomic (40)
- # duct (5)
- # figwheel-main (10)
- # fulcro (245)
- # hoplon (1)
- # jobs (3)
- # leiningen (12)
- # mount (8)
- # nrepl (11)
- # off-topic (1)
- # pathom (16)
- # pedestal (3)
- # planck (17)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (64)
- # spacemacs (3)
- # specter (20)
- # tools-deps (21)
Thanks for the setup instructions.
$ script/build -R:cljs/dev --fast
make: *** No targets specified and no makefile found. Stop.
Build Failed.
is this something I should care about?
ld: warning: text-based stub file /System/Library/Frameworks//JavaScriptCore.framework/JavaScriptCore.tbd and library file /System/Library/Frameworks//JavaScriptCore.framework/JavaScriptCore are out of sync. Falling back to library file for linking.
I started seeing that as well with the latest macOS. Googling for it didn’t seem to clarify what is causing it. It seems to be an innocuous warning as far as I can tell.
but:
$ clj -A:test:clj-tests
Running tests in #{"test"}
Testing speculative.core-test
generatively testing clojure.core/str
((:spec :clojure.spec.test.check/ret :sym))
({:result true, :pass? true, :num-tests 20, :time-elapsed-ms 60, :seed 1540937561398})
generatively testing clojure.core/=
((:spec :clojure.spec.test.check/ret :sym))
({:result true, :pass? true, :num-tests 20, :time-elapsed-ms 25, :seed 1540937561476})
vs
$ plk -A:test:plk-tests
...
Testing speculative.test-test
Testing speculative.core-test
generatively testing cljs.core/=
((:spec :clojure.test.check/ret :sym))
(nil)
generatively testing cljs.core/str
((:spec :clojure.test.check/ret :sym :failure))
(nil)
Ran 21 tests containing 82 assertions.