Re: [ANN] Clojure 1.10.0-alpha7

2018-09-07 Thread Mamun
After update to version "1.10.0-alpha7", I found pedestal/log is broken pedestal version 0.5.4. Here is details info in bellow (ns io.pedestal.log "Logging via slf4j. Each logging level is a macro: trace, debug, info, warn, and error. Each namespace gets its own Logger. Arguments are key-v

Re: [ANN] Clojure 1.10.0-alpha7

2018-09-07 Thread Alex Miller
Hi Mamun, this was already broken but the spec on ns import clauses was tightened to be able to discover it. In particular, this: (io.opentracing.log.Fields) is invalid - it should be: (io.opentracing.log Fields) That was silently doing nothing before (it was not being imported) but now i

Re: [ANN] Clojure 1.10.0-alpha7

2018-09-07 Thread Alex Miller
PR'ed here: https://github.com/pedestal/pedestal/pull/591 For now, you could peg to the prior version of org.clojure/core.specs.alpha dep, version 0.2.36, to avoid this. On Friday, September 7, 2018 at 8:34:03 AM UTC-5, Alex Miller wrote: > > Hi Mamun, this was already broken but the spec on n

Re: Just shoot me...: [ANN] Clojure 1.10.0-alpha5

2018-09-07 Thread Alex Miller
Good to know. :) On Thursday, September 6, 2018 at 11:18:32 PM UTC-5, Sean Corfield wrote: > > Having posted about our success with testing Alpha 7, I need to ‘fess up > about the end result of all this palaver from July: > > > > With a bit of instrumentation in our build pipeline it turned out