Re: clojure.logic project.clj file

2012-08-16 Thread Stuart Sierra
On Wednesday, August 15, 2012 9:39:21 PM UTC-4, Chas Emerick wrote: I'd hope to see this change once the final missing pieces fall into place (in particular, automation of promotion of releases through Nexus' API corresponding to or surpassing what nexus-maven-plugin provides).

Re: clojure.logic project.clj file

2012-08-15 Thread Chas Emerick
On Aug 15, 2012, at 1:15 AM, David Nolen wrote: On Tue, Aug 14, 2012 at 10:31 PM, Brent Millare brent.mill...@gmail.com wrote: Well just looking at the source, :source-path is never looked up, only :source-paths. All project.clj files that are prepped for leiningen2 use :source-paths to my

Re: clojure.logic project.clj file

2012-08-15 Thread Marshall T. Vandegrift
David Nolen dnolen.li...@gmail.com writes: Should core.logic support specific versions of Lein? Ideally Lein 2 would support Lein 1.X files. My understanding is that the reason the new version is lein 2.0 instead of 1.8 is because it does break backwards compatibility. However, if this is the

Re: clojure.logic project.clj file

2012-08-15 Thread David Nolen
On Wed, Aug 15, 2012 at 9:32 AM, Marshall T. Vandegrift llas...@gmail.com wrote: David Nolen dnolen.li...@gmail.com writes: Should core.logic support specific versions of Lein? Ideally Lein 2 would support Lein 1.X files. My understanding is that the reason the new version is lein 2.0

Re: clojure.logic project.clj file

2012-08-15 Thread Sean Corfield
On Mon, Aug 13, 2012 at 1:38 PM, Brent Millare brent.mill...@gmail.com wrote: I think the :source-path line in project.clj should be :source-paths [src/main/clojure]. Is :source-path still looked up in leiningen2? My question would be: why is there a project.clj file in the core.logic

Re: clojure.logic project.clj file

2012-08-15 Thread David Nolen
On Wed, Aug 15, 2012 at 6:00 PM, Sean Corfield seancorfi...@gmail.com wrote: I know David said he only uses it for interactive development but I think it will cause confusion for others. Perhaps the best solution would be to move it aside, delete it from Git, move it back and add it to

Re: clojure.logic project.clj file

2012-08-15 Thread Alan Malloy
Blech. I've found having the project.clj helpful myself for the same reason David has: it's easy to start up lein (swank or repl) and hack around. I'm opposed to removing it unless there's someone it's actually hurting. On Wednesday, August 15, 2012 3:00:27 PM UTC-7, Sean Corfield wrote: On

Re: clojure.logic project.clj file

2012-08-15 Thread Moritz Ulrich
I'd vote against removing too. It's just too helpful to be able to fire up a quick lein/swank repl to quickly try something. On Thu, Aug 16, 2012 at 12:35 AM, Alan Malloy a...@malloys.org wrote: Blech. I've found having the project.clj helpful myself for the same reason David has: it's easy to

Re: clojure.logic project.clj file

2012-08-15 Thread Chas Emerick
On Aug 15, 2012, at 6:00 PM, Sean Corfield wrote: My question would be: why is there a project.clj file in the core.logic repository in the first place, given that Maven is used to build contrib libraries? Hugely tangential, but: Leiningen has made huge strides towards becoming fully capable

Re: clojure.logic project.clj file

2012-08-14 Thread Brent Millare
Well just using leiningen2 and then lein repl, and then user= (require 'clojure.core.logic) FileNotFoundException Could not locate clojure/core/logic__init.class or clojure/core/logic.clj on classpath: clojure.lang.RT.load (RT.java:432) If I change it, then it works. On Tuesday, August 14,

Re: clojure.logic project.clj file

2012-08-14 Thread David Nolen
On Tue, Aug 14, 2012 at 10:09 PM, Brent Millare brent.mill...@gmail.com wrote: Well just using leiningen2 and then lein repl, and then user= (require 'clojure.core.logic) FileNotFoundException Could not locate clojure/core/logic__init.class or clojure/core/logic.clj on classpath:

Re: clojure.logic project.clj file

2012-08-14 Thread Brent Millare
Well just looking at the source, :source-path is never looked up, only :source-paths. All project.clj files that are prepped for leiningen2 use :source-paths to my knowledge. On Tuesday, August 14, 2012 10:20:50 PM UTC-4, David Nolen wrote: On Tue, Aug 14, 2012 at 10:09 PM, Brent Millare

Re: clojure.logic project.clj file

2012-08-14 Thread David Nolen
On Tue, Aug 14, 2012 at 10:31 PM, Brent Millare brent.mill...@gmail.com wrote: Well just looking at the source, :source-path is never looked up, only :source-paths. All project.clj files that are prepped for leiningen2 use :source-paths to my knowledge. Should core.logic support specific

clojure.logic project.clj file

2012-08-13 Thread Brent Millare
I think the :source-path line in project.clj should be :source-paths [src/main/clojure]. Is :source-path still looked up in leiningen2? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note

Re: clojure.logic project.clj file

2012-08-13 Thread David Nolen
On Mon, Aug 13, 2012 at 4:38 PM, Brent Millare brent.mill...@gmail.com wrote: I think the :source-path line in project.clj should be :source-paths [src/main/clojure]. Is :source-path still looked up in leiningen2? Is there something specific you are trying to do? David -- You received this