Skip to content

Fix ClojureScript issues#218

Merged
weavejester merged 3 commits into
weavejester:masterfrom
taoensso:271-fix-cljs-issues
Jul 6, 2023
Merged

Fix ClojureScript issues#218
weavejester merged 3 commits into
weavejester:masterfrom
taoensso:271-fix-cljs-issues

Conversation

@ptaoussanis
Copy link
Copy Markdown

This is just a repackaging of fixes from #179 for merging convenience.
As discussed at #217, for #216.

Please feel free to close if you'd rather handle at #179.

Thanks!

Author: @martinklepsch

Codox previously did two passes to also read macros for ClojureScript.
This is actually no longer necessary with more recent versions of ClojureScript.

cljdoc@3079986
Author: @martinklepsch

For some reason the list? check wasn't enough to remove 'quote and I ended up with
'quote in arglists. seq? did the trick (and might be more appropriate anyways?).

cljdoc@25b01ae
Author: @martinklepsch

I noticed some issues (+ more details[2]) with the new CLJS version.
Turns out setting *analyze-deps* to false was never really supported for
macro-containing namespaces and we just got lucky[3].

Fixes [1]

[1] cljdoc/cljdoc#201
[2] https://gist.github.com/martinklepsch/9f885feb061ec3f03f365e22d0d9bf5b
[3] https://clojurians-log.clojureverse.org/cljs-dev/2018-11-09/1541786231.245300

cljdoc@e0cd269
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants