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 0.6.1 on Clojars is not correct #24

Closed
zerg000000 opened this issue Aug 24, 2017 · 1 comment
Closed

The 0.6.1 on Clojars is not correct #24

zerg000000 opened this issue Aug 24, 2017 · 1 comment

Comments

@zerg000000
Copy link

zerg000000 commented Aug 24, 2017

The jar submitted seems not align to the code tagged on github?

;; git clone and lein install locally
user=> (require '[integrant.core :as ig])
nil
user=> (doc integrant.core/load-namespaces)
-------------------------
integrant.core/load-namespaces
([config] [config keys]) ;; <====== correct signature
  Attempt to load the namespaces referenced by the keys in a configuration.
     If a key is namespaced, both the namespace and the namespace concatenated
     with the name will be tried. For example, if a key is :foo.bar/baz, then the
     function will attempt to load the namespaces foo.bar and foo.bar.baz. Upon
     completion, a list of all loaded namespaces will be returned.
nil
user=> exit
Bye for now!

from Clojars

Retrieving integrant/integrant/0.6.1/integrant-0.6.1.pom from clojars
Retrieving integrant/integrant/0.6.1/integrant-0.6.1.jar from clojars
user=> (require '[integrant.core :as ig])
nil
user=> (doc integrant.core/load-namespaces)
-------------------------
integrant.core/load-namespaces
([config])  ;; <====== incorrect signature
  Attempt to load the namespaces referenced by the keys in a configuration.
     If a key is namespaced, both the namespace and the namespace concatenated
     with the name will be tried. For example, if a key is :foo.bar/baz, then the
     function will attempt to load the namespaces foo.bar and foo.bar.baz. Upon
     completion, a list of all loaded namespaces will be returned.
nil
@zerg000000
Copy link
Author

wrong conclusion, another integrant in classpath

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

1 participant