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

Released jar contains compiled clojure.lang classes #97

Open
frenchy64 opened this issue Jul 1, 2021 · 7 comments
Open

Released jar contains compiled clojure.lang classes #97

frenchy64 opened this issue Jul 1, 2021 · 7 comments

Comments

@frenchy64
Copy link

As of 0.5.1, the jar of this project contains:

clojure/lang/IBlockingDeref.class
clojure/lang/IDeref.class
@frenchy64 frenchy64 changed the title Release jar contains clojure.lang compiled classes Release jar contains compiled clojure.lang classes Jul 1, 2021
@frenchy64 frenchy64 changed the title Release jar contains compiled clojure.lang classes Released jar contains compiled clojure.lang classes Jul 1, 2021
@frenchy64
Copy link
Author

Wow, what are those doing there? :)

@jamtur01
Copy link
Member

They support Clojure's Deref protocol - see the README.

@frenchy64
Copy link
Author

Ah, could the project depend on the Clojure jar instead?

@jamtur01
Copy link
Member

Possibly? Patches welcomed, etc. Thanks.

@sanel
Copy link

sanel commented Jan 17, 2022

Probably a dumb question: why to pull in a complete Clojure runtime just to have two very simple interfaces?

@frenchy64
Copy link
Author

why to pull in a complete Clojure runtime just to have two very simple interfaces?

My concern is if Clojure changes these interfaces (eg., adds methods) we would then have 2 different versions of the class on the classpath. If you're unlucky, you may get the old version and be in jar hell.

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

3 participants