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

The naga .jar is distributed as an AOT-compiled lib #133

Closed
vemv opened this issue Feb 13, 2021 · 2 comments
Closed

The naga .jar is distributed as an AOT-compiled lib #133

vemv opened this issue Feb 13, 2021 · 2 comments

Comments

@vemv
Copy link

vemv commented Feb 13, 2021

Hi!

The distributed naga artifact is AOT-compiled:

image

This is known as a source of issues (ref) and would appreciate if newer releases were source-only.

Thanks - V

@quoll
Copy link
Contributor

quoll commented Feb 16, 2021

The problem referenced is not something that will affect Naga. But there is no problem making this change, so I'll ensure that it's in the next version.

The referenced concern is due to shipping with precompiled external dependencies. Outside of the Clojure ecosystem, Naga has very little in the way of external dependencies (it depends on Asami and Zuko, both of which are being developed in conjunction with Naga, and with few external dependencies themselves). If there are issues in the Clojure ecosystem, then there would be problems even if they weren't precompiled.

The only exceptions are in the development environment (which does not affect deployment), and with a dependency on Datomic/postgres. The latter will only show up if Naga is used with those modules enabled. However, Datomic is precompiled anyway, so that is out of our control.

@quoll
Copy link
Contributor

quoll commented Feb 17, 2021

Update to Naga 0.3.11, as this does not have AOT compiled code.

@quoll quoll closed this as completed Feb 17, 2021
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

2 participants