You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi!
The distributed naga artifact is AOT-compiled:
This is known as a source of issues (ref) and would appreciate if newer releases were source-only.
Thanks - V
The text was updated successfully, but these errors were encountered: