
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release clojure-1.9.0-alpha15
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2144: conform map fn bodies as :body rather than as :prepost
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2100 s/nilable form should retain original spec form
Signed-off-by: Stuart Halloway <stu@cognitect.com>
specs for import and refer-clojure
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2055: Fix spec for map binding forms.
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2043 fix s/form of s/conformer
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2035 Fix bad s/form for collection specs
Signed-off-by: Stuart Halloway <stu@cognitect.com>
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release clojure-1.9.0-alpha14
CLJ-1242: equals doesn't throw on sorted collections
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-1790: emit a cast to the interface during procol callsite emissio…
…n or the jvm verifier will complain Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2024 stest/check should resolve function spec
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2027 Defer calling empty until later in namespace map printing
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2032 Add check that :args spec exists before conforming fspec
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2042 s/form of s/? does not resolve pred
Signed-off-by: Stuart Halloway <stu@cognitect.com>
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release clojure-1.9.0-alpha13
Signed-off-by: Rich Hickey <richhickey@gmail.com>
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release clojure-1.9.0-alpha12
CLJ-1935 Use multimethod dispatch value method lookup to take hierarc…
…hies into account in multi-spec Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-1224: cache hasheq and hashCode for records
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-1673 Improve clojure.repl/dir-fn.
dir-fn will now work on namespace aliases in addition to canonical namespaces. Add test for same, compatible with direct linking, introduced in Clojure 1.8.0-alpha3. Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-1988 Extend coll-of to handle sequences
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2004 include retag in multi-spec form
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2006 Fix old function name in docstring
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2008 omit macros from checkable-syms
Signed-off-by: Stuart Halloway <stu@cognitect.com>
CLJ-2012 Fix bad spec on gen-class signatures to allow class names as…
… strings Signed-off-by: Stuart Halloway <stu@cognitect.com>
perf tweaks (and, unrolling, nonconforming in nilable)