Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Make interop namespace load other namespaces lazily #340

Closed
wants to merge 1 commit into from

Conversation

Deraen
Copy link

@Deraen Deraen commented Oct 18, 2015

This avoids AOT compilation of complete dependency tree (including clojure.core, tools.reader...) which causes problems with projects which use other versions of these libraries.

Fixes #339

PS. I'm not using Onyx myself so I don't know how interop ns is used. I ran tests but I don't know if they test this.

This avoids AOT compilation of complete dependency tree (including
clojure.core, tools.reader...) which causes problems with projects which
use other versions of these libraries.

Fixes onyx-platform#339
@MichaelDrogalis
Copy link
Contributor

Fixed on master, release will go out today. Thanks for the patch - ended up going an ever-so-slightly different route.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants