Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some weired exception using bosquet and Clerk it same project #35

Closed
behrica opened this issue Sep 11, 2023 · 1 comment
Closed

Some weired exception using bosquet and Clerk it same project #35

behrica opened this issue Sep 11, 2023 · 1 comment

Comments

@behrica
Copy link
Contributor

behrica commented Sep 11, 2023

clj -Sdeps '{:deps {io.github.zmedelis/bosquet {:mvn/version "0.3.6"}}}'  -M -e "(require 'nextjournal.clerk)"

throws

Execution error (NoSuchFieldError) at clojure.tools.analyzer.jvm.utils__init/load (REPL:259).
__thunk__0__

The Clerk maintainer points to outside Clerk.
https://clojurians.slack.com/archives/C035GRLJEP8/p1694292968954859

@behrica
Copy link
Contributor Author

behrica commented Sep 11, 2023

solved by latest commit:

clj -Sdeps '{:deps {io.github.zmedelis/bosquet {:git/sha "a0cfe8a98ccfe238bd72c07c3d49d4019b5a42f5"}}}'  -M -e "(require '[nextjournal.clerk]))"

works.

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

No branches or pull requests

1 participant