Re: lein autodoc failed in clojure.java.jdbc

2017-07-13 Thread Xiangtao Zhou
Thanks Alex. so that's also the reason of 404 of https://clojure.github.io/spec.alpha/. Joe On Friday, July 14, 2017 at 12:34:07 PM UTC+8, Alex Miller wrote: > > The Clojure team uses the latest version of autodoc ( > https://github.com/tomfaulhaber/autodoc and > https://github.com/tomfaulhab

Re: lein autodoc failed in clojure.java.jdbc

2017-07-13 Thread Xiangtao Zhou
2-SEAN > An Architect's View -- http://corfield.org/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > > > *From: *Xiangtao Zhou > *Sent: *Thursday, July 13, 2017 7:43 PM > *To: *Clojure > *Subject: *Re

Re: lein autodoc failed in clojure.java.jdbc

2017-07-13 Thread Alex Miller
The Clojure team uses the latest version of autodoc (https://github.com/tomfaulhaber/autodoc and https://github.com/tomfaulhaber/autodoc-collect are the repos). lein autodoc (https://github.com/tomfaulhaber/lein-autodoc) is hard pegged to autodoc 1.1.1. The official build file for java.jdbc (

RE: lein autodoc failed in clojure.java.jdbc

2017-07-13 Thread Sean Corfield
seemed so out of date!). Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: Xiangtao Zhou Sent: Thursday, July 13, 2017 7:43 PM To: Clojure

Re: lein autodoc failed in clojure.java.jdbc

2017-07-13 Thread Xiangtao Zhou
hi Sean, The official site of java.jdbc is generated by autodoc, does that mean the clojure team use a different autodoc? please see this. https://clojure.github.io/java.jdbc/ Joe On Thursday, July 13, 2017 at 12:17:45 PM UTC+8, Sean Corfield wrote: > > Autodoc is not declared in java.jdb

RE: lein autodoc failed in clojure.java.jdbc

2017-07-12 Thread Sean Corfield
Autodoc is not declared in java.jdbc’s project.clj, I’ve never run autodoc on that project (or any other, to be honest), so I have no expectation about which projects autodoc works on an which it doesn’t, but if it can’t read valid Clojure source code, that’s a bug in autodoc as far as I’m conce