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

working reference version #2

Conversation

jjtolton
Copy link

@jjtolton jjtolton commented Sep 3, 2022

see discussion in: clj-python/libpython-clj#212

@jjtolton jjtolton changed the title wokring reference version working reference version Sep 3, 2022
;(require 'libpython-clj2.metadata)

(println :OK)
(defn -main []
Copy link
Owner

Choose a reason for hiding this comment

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

Was this necessary to get things working? You'll see in clj-python/libpython-clj#213 that moving requirement of libpython-clj2.require conflicts a bit with what I'm trying to accomplish.

Copy link
Author

Choose a reason for hiding this comment

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

no, not necessary, just for testing purposes so that clj -m libpython-test.test would run and print :OK and then exit gracefully. Was just to verify that libpython-clj would load correctly.

@metasoarous metasoarous changed the base branch from master to manual-jdk-clojure-install September 3, 2022 21:21
@metasoarous
Copy link
Owner

Thanks again for putting this together @jjtolton! I'm merging into a manual-jdk-clojure-install branch, so we can tinker with this approach separately from the one I used to get things working in the require-init-bug branch (which dropped down to jdk-8 via the official clojure docker images from docker hub).

@metasoarous metasoarous merged commit effd7ac into metasoarous:manual-jdk-clojure-install Sep 3, 2022
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.

2 participants