The tests doc is outdated; I think I found the commands (tell me if those aren’t correct) and fixed the doc (fixes #75).
Also, there is a warning in cljs because str/replace-with is private. You can reproduce it on the latest master:
$ rm -rf out ; clj -A:dev ./tools.clj test-cljs 2>&1 | grep WARNING
WARNING: var: clojure.string/replace-with is not public at line 327 src/cuerdas/core.cljc
The tests doc is outdated; I think I found the commands (tell me if those aren’t correct) and fixed the doc (fixes #75).
Also, there is a warning in cljs because
str/replace-with
is private. You can reproduce it on the latest master:I fixed it as well (fixes #69).