summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-07make error expectation 1.5/1.6 agnosticStuart Halloway
2010-05-07Rename two vec-test to be distinct and fix upper bound on random sequence ↵Daniel Solano Gómez
modifier, see #341 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07Add annotations support to gen-class, plus tests. See #318.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07clojure.repl with -fn naming, #310Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07deprecationsStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07promote Jason Wolfe's superset?, subset? #338Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07duck type RT.err #343Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04more protocol tests, fixed NPE in extend, #239Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04last-one-in-wins for refers and interns, warns on replacementRich Hickey
2010-05-04Enabled Java Serialization for nearly all data structures - fixes 281Chas Emerick
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04Fix PersistentQueue equalityChas Emerick
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04fix restfn with 20 req argsRich Hickey
2010-05-03verify :added for clojure.pprint apiStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-03Added the pretty printer, clojure.pprintTom Faulhaber
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-03fixed stack consumpton in (pr & more)David Powell
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-03added 1.0, test all public doc-ed fns have :addedStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-01removed seq-contains?Rich Hickey
2010-05-01split annotations test into java 5 / laterStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-30Fix defrecord keyword lookup on fields matching no-arg methods, fixes #329Rich Hickey
2010-04-30check when chunked seq goes unchunked, #328Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-30make == fail on non-numbersRich Hickey
2010-04-29metadata for :addedStuart Halloway
- after docstring for doc-ed vars - do not add to private or undoc-ed vars Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-29fix keep-indexed on non-chunked seqsRich Hickey
2010-04-28tuned up into, added map-indexed, keep, keep-indexedRich Hickey
2010-04-28Merge branch 'master' into seqfnsseqfnsRich Hickey
2010-04-28turn off annotations test for nowRich Hickey
2010-04-28added flatten, group-by, partition-by, frequencies, reductions, rand-nth, ↵Rich Hickey
seq-contains?, partition-all, shuffle no-arg range is infinite 0,1,2,3... opts for vector
2010-04-27Add containsKey and entryAt support to Vec, plus tests. Fixes #314.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27eliminate reflection in #266Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27Add Comparable support to Vec, with tests. Fixes #266.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27tests for annotationsStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27route all coercions through RTRich Hickey
2010-04-27made defrecords SerializableRich Hickey
2010-04-27added parameter destructuring support to reify and deftype/recordRich Hickey
2010-04-26support type and parameter annotations in definterfaceRich Hickey
2010-04-26support parameter annotations in deftype/recordRich Hickey
2010-04-26replace #^s with ^sRich Hickey
2010-04-26^ does what #^ does, reader metadataRich Hickey
2010-04-24munge package names in definterface, #306Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-24re-import changed deftype, see #303Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-24java.util.Map for defrecord, #313Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-24make defrecord .cons work, #231Stuart Halloway
- based on original patch from Allen Rohner - altered to handle nil correctly - added test cases Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-24filter test-classesStuart Halloway
2010-04-23initial annotation support, for definterface/type/record types (put in ↵Rich Hickey
metadata on type name), deftype/record fields (in metadata on field names), and deftype/record methods (in metadata on method name)
2010-04-23propagate metadata to classnames in definterface/type/recordRich Hickey
2010-04-22reversible support for Vec #267Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-21IPersistentCollection methods for VecSeq (see #297)Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-21tests for case (#296)Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-20tests for #299Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-20Allow code run with clojure.main -e to use *in*. Fixes #299.Phil Hagelberg
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>