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

fix: clojure.core loads twice #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Samy-33
Copy link
Contributor

@Samy-33 Samy-33 commented Jan 20, 2025

fixes #166

@@ -119,6 +119,7 @@ namespace jank
throw std::runtime_error{ "Not yet implemented: REPL server" };
}

if(opts.target_module != "clojure.core")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? If we try to load_module clojure.core twice, it should already be loaded the second time and do nothing, right?

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

Successfully merging this pull request may close these issues.

jank repl clojure.core loads clojure.core twice
2 participants