Re: ANN: lein-midje-doc 0.0.9 released

2013-10-20 Thread Timothy Washington
Sweet. Got this up and running. Just as a heads up, section 1.2 Generating from Source, is where I'm still getting that *seq/map-nth* Exception. But I went a but further and tried section 1.4, Usage. And after some config, I was able to get it working. I just bring it up as it might stymie other

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-16 Thread Timothy Washington
Oh nice one. I saw where Raynes respondedhttps://github.com/Raynes/conch/issues/7pretty quickly. That's awesome. Let me know when I can retry lein-midje-doc. It would very cool to have that functionality. Tim Washington Interruptsoftware.ca / Bkeeping.com On Tue, Oct 15, 2013 at 4:56 PM,

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-16 Thread zcaudate
okay... 0.0.15 is up On Wednesday, October 16, 2013 11:48:56 PM UTC+11, frye wrote: Oh nice one. I saw where Raynes respondedhttps://github.com/Raynes/conch/issues/7pretty quickly. That's awesome. Let me know when I can retry lein-midje-doc. It would very cool to have that functionality.

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-15 Thread zcaudate
Hi Tim. I've lodged the issue with Raynes here: https://github.com/Raynes/conch/issues/7 Chris. -- -- 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 that posts from new members are

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-15 Thread zcaudate
Hi Tim. I've lodged the issue with Raynes here: https://github.com/Raynes/conch/issues/7 Chris. -- -- 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 that posts from new members are

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread zcaudate
Hi Tim. That is a strange message. I am using conch to shell out to pygments which does the syntax highlighting. I'm not sure why that library is not compiling. What operating system are you using? -- -- You received this message because you are subscribed to the Google Groups Clojure group.

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread zcaudate
Also.. What version of clojure are you using? I'll try with that and see if I can reproduce the error. -- -- 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 that posts from new members

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Timothy Washington
Hi Chris, *A)* My dev environment is in a VMWare guest Ubuntu Linux Server 12.04.3 (on an OSX Host). *B)* My project's clojure version is 1.5.1. And *C)*, I have the latest version of pygments installed via apt-get. But I don't think those are the causes. That top-level error with the

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Chris Zheng
Hi Tim. I think you've most likely identified the issue. Would you be able to give that a go and see if it is working? You can clone the lein midje doc repo, change the versions and run lein install. Please let me know how it goes. Chris On 13/10/2013, at 21:31, Timothy Washington

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Timothy Washington
In a locally cloned lein-midje-doc project, I set the conch lib to the latest version, *[me.raynes/conch 0.5.2]*. But the same error is happening for me. You'll probably have to dig into the dependency chain, and see where the broken link is. Tim Washington Interruptsoftware.ca / Bkeeping.com

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Chris Zheng
Hi Tim, Its really difficult for me to figure out what is happening because I can't reproduce the error. The only solution I can think of is to put in the newest useful library: In project.clj: 1. add dependency [org.flatland/useful 0.10.4] 2. change project version: [lein-midje-doc 0.0.13a]

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Timothy Washington
Hmm, Did all those things (except the latest useful version is *[useful 0.8.8]https://clojars.org/useful *), and still getting the same *seq/map-nth* error. Dunno. Best thing I can think of is to *i)* try a clean install of the relevant lein tools in your syste, or *ii)* log an issue with Raynes.

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Chris Zheng
Hey Tim, Try using [org.flatland/useful 0.10.4] instead. I think they're starting to use the namespaced versions. On 14/10/2013, at 9:54 AM, Timothy Washington twash...@gmail.com wrote: Hmm, Did all those things (except the latest useful version is [useful 0.8.8]), and still getting

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-13 Thread Timothy Washington
Same error. I dunno. I'll take deeper dig later on. Thanks Tim Washington Interruptsoftware.ca / Bkeeping.com On Sun, Oct 13, 2013 at 7:55 PM, Chris Zheng z...@caudate.me wrote: Hey Tim, Try using [org.flatland/useful 0.10.4] instead. I think they're starting to use the namespaced

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-12 Thread Timothy Washington
This library looks great, and I'm eager to try it out in one of my new projects, which uses *[midje 1.5.1]* (and my *profile.clj* is below). But, in a new project, I just ran `*lein midje-doc*`, and I'm getting a RuntimeException in one of the 3rd party libraries. I've attached a log file with the

Re: ANN: lein-midje-doc 0.0.9 released

2013-09-23 Thread zcaudate
Ooops! Really sorry guys. the resource directory was not included in the v0.0.9 jar file... it is now fixed in v0.0.10. lein-midje-doc lein-midje-doc fixes the problem of incorrectly documented examples by bridging the gap between writing tests and writing documentation.

ANN: lein-midje-doc 0.0.9 released

2013-09-22 Thread zcaudate
Hi Everyone. I've just pushed a new documentation library for midje tests to clojars. Its very experimental and a bit of a hack but I'm finding it super useful. Hope to get some feedback on this library. Github Page - https://github.com/zcaudate/lein-midje-doc Generated Documentation -