summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-05-07Add annotations support to gen-class, plus tests. See #318.Daniel Solano Gómez
2010-05-07clojure.repl with -fn naming, #310Stuart Halloway
2010-05-07promote Jason Wolfe's superset?, subset? #338Stuart Halloway
2010-05-07duck type RT.err #343Stuart Halloway
2010-05-04more protocol tests, fixed NPE in extend, #239Stuart Halloway
2010-05-04Enabled Java Serialization for nearly all data structures - fixes 281Chas Emerick
2010-05-04Fix PersistentQueue equalityChas Emerick
2010-05-03verify :added for clojure.pprint apiStuart Halloway
2010-05-03Added the pretty printer, clojure.pprintTom Faulhaber
2010-05-03added 1.0, test all public doc-ed fns have :addedStuart Halloway
2010-05-01removed seq-contains?Rich Hickey
2010-05-01split annotations test into java 5 / laterStuart Halloway
2010-04-30check when chunked seq goes unchunked, #328Stuart Halloway
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, seq...Rich Hickey
2010-04-27Add containsKey and entryAt support to Vec, plus tests. Fixes #314.Daniel Solano Gómez
2010-04-27Add Comparable support to Vec, with tests. Fixes #266.Daniel Solano Gómez
2010-04-27tests for annotationsStuart Halloway
2010-04-24munge package names in definterface, #306Stuart Halloway
2010-04-24re-import changed deftype, see #303Stuart Halloway
2010-04-24java.util.Map for defrecord, #313Stuart Halloway
2010-04-24make defrecord .cons work, #231Stuart Halloway
2010-04-22reversible support for Vec #267Stuart Halloway
2010-04-21IPersistentCollection methods for VecSeq (see #297)Stuart Halloway
2010-04-21tests for case (#296)Stuart Halloway
2010-04-20tests for #299Stuart Halloway
2010-04-20munge genclass field names to keep Java side happy, see #104Stuart Halloway
2010-04-20Use bigint division when converting ratios to longs.Alex Osborne
2010-04-20Don't truncate large ratios when converting to bigint. Fixes #290.Alex Osborne
2010-04-16InternalReduceStuart Halloway
2010-04-16updating tests to match deftype/defrecord split - only defrecord does hashCod...Stuart Halloway
2010-04-16deftype factories and object methodsStuart Halloway
2010-04-16re-extendingStuart Halloway
2010-04-16tests for extenders and satisifies?Stuart Halloway
2010-04-16test plus hack to reload a protocolStuart Halloway
2010-04-16more protocol testsStuart Halloway
2010-04-16added build step to compile things for test purposes, initial testsStuart Halloway
2010-04-16test for assembla #262Stuart Halloway
2010-04-16test for assembla #275Stuart Halloway
2010-04-05catch duplicate set keys for literals and hash-set calls.Rich Hickey
2010-03-11numerator and denominator fns for Ratios, refs #255Kevin Downey
2010-03-11check load arguments and options are valid #253Timothy Pratley
2010-03-11fixed set/rename tests for rename patchRich Hickey
2010-01-27adding more tests for set Fixes #220devender
2010-01-19metadata for fnsRich Hickey
2010-01-13Add agent error handlers and error modes :fail and :continue. Fixes #30Chouser
2009-12-23Added test-empty-sorted to test_clojure/sequences.clj Refs #128Sean
2009-12-23Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128Sean
2009-12-03Remove deprecated ^ reader macro from tests; fixes #215Stuart Sierra