kumarshantanu / lein-sub

Leiningen plugin for executing tasks on sub-projects
67 stars 10 forks source link

lein-sub broken on lein 2 #10

Closed mobileink closed 10 years ago

mobileink commented 11 years ago

This is broken:

lein-sub/src/leiningen/sub.clj:

                   (project/read (str sub-proj-dir "/project.clj")))

leiningen/leiningen-core/src/leiningen/core/project.clj/read:

(defn read "Read project map out of file, which defaults to project.clj." ([file profiles]...

kumarshantanu commented 10 years ago

Can you propose what should be the correct behavior?

kumarshantanu commented 10 years ago

The function leiningen.core.project/read supports multiple arities, hence this is not a problem. Feel free to reopen if I missed the point.