File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
:dev {:extra-paths [" reflector/src-java11" ]}
8
8
:test {:extra-paths [" test" " test-resources" ]
9
9
:extra-deps {org.clojure/clojure {:mvn/version " 1.9.0" }
10
- org.clojure/clojurescript {:mvn/version " 1.10.866 " }
10
+ org.clojure/clojurescript {:mvn/version " 1.11.132 " }
11
11
clj-commons/conch {:mvn/version " 0.9.2" }
12
12
funcool/promesa {:mvn/version " 8.0.450" }}}
13
- :shadow {:extra-deps {thheller/shadow-cljs {:mvn/version " 2.28.11 " }}}
13
+ :shadow {:extra-deps {thheller/shadow-cljs {:mvn/version " 2.28.16 " }}}
14
14
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.54" }}}
15
15
:clj-test-runner
16
16
{:extra-deps {com.cognitect/test-runner
Original file line number Diff line number Diff line change 458
458
publics-map
459
459
#_:clj-kondo/ignore
460
460
(sci.impl.cljs/cljs-ns-publics ns-sym)
461
- _ (.println System/err (str [:public-map publics-map]))
462
461
publics-map (process-publics publics-map opts)
463
462
mf (meta-fn (:copy-meta opts))
464
463
publics-map (exclude-when-meta
Original file line number Diff line number Diff line change 1525
1525
(is (= " YOLO" (:doc (meta (get sci-ns 'foo)))))
1526
1526
(is (:copy-this (meta (get sci-ns 'foo))))
1527
1527
(is (:awesome-meta (meta (get sci-ns 'baz))))
1528
- (is (= [1 1 ] (sci/eval-string " (vec-macro 1)" {:namespaces {'user sci-ns}})))))
1528
+ (is (= [1 1 ] (sci/eval-string " (vec-macro 1)" {:namespaces {'user sci-ns}}))))
1529
+ ; ; throws at compile time, so it's difficult to test this:
1530
+ #_ (is (thrown? Exception (sci/copy-ns #_:clj-kondo/ignore non-existent.namespace nil ))))
1529
1531
1530
1532
(deftest copy-ns-default-meta-test
1531
1533
(testing " copy-ns default meta includes name"
You can’t perform that action at this time.
0 commit comments