| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-28 | Merge branch 'master' into seqfnsseqfns | Rich Hickey | |
| 2010-04-28 | turn off annotations test for now | Rich Hickey | |
| 2010-04-28 | added 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-27 | Add containsKey and entryAt support to Vec, plus tests. Fixes #314. | Daniel Solano Gómez | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-27 | Add Comparable support to Vec, with tests. Fixes #266. | Daniel Solano Gómez | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-27 | tests for annotations | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | munge package names in definterface, #306 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | re-import changed deftype, see #303 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | java.util.Map for defrecord, #313 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | make defrecord .cons work, #231 | Stuart 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-22 | reversible support for Vec #267 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-21 | IPersistentCollection methods for VecSeq (see #297) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-21 | tests for case (#296) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-20 | tests for #299 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-20 | munge genclass field names to keep Java side happy, see #104 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-20 | Use bigint division when converting ratios to longs. | Alex Osborne | |
| BigDecimal division is not precise enough for some large ratios yielding incorrect results: (long 10000000000000000000/3) => 3333333333333332992 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-20 | Don't truncate large ratios when converting to bigint. Fixes #290. | Alex Osborne | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | InternalReduce | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | updating tests to match deftype/defrecord split - only defrecord does ↵ | Stuart Halloway | |
| hashCode/equals for you - direct implementers now included in extends? - types less dynamic, using per-test-named-types instead of reloading Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | deftype factories and object methods | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | re-extending | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | tests for extenders and satisifies? | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | test plus hack to reload a protocol | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | more protocol tests | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | added build step to compile things for test purposes, initial tests | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | test for assembla #262 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-16 | test for assembla #275 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-05 | catch duplicate set keys for literals and hash-set calls. | Rich Hickey | |
| 2010-03-11 | numerator and denominator fns for Ratios, refs #255 | Kevin Downey | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2010-03-11 | check load arguments and options are valid #253 | Timothy Pratley | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2010-03-11 | fixed set/rename tests for rename patch | Rich Hickey | |
| 2010-01-27 | adding more tests for set Fixes #220 | devender | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2010-01-19 | metadata for fns | Rich Hickey | |
| 2010-01-13 | Add agent error handlers and error modes :fail and :continue. Fixes #30 | Chouser | |
| 2009-12-23 | Added test-empty-sorted to test_clojure/sequences.clj Refs #128 | Sean | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2009-12-23 | Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128 | Sean | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2009-12-03 | Remove deprecated ^ reader macro from tests; fixes #215 | Stuart Sierra | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-11-25 | fixed sorted-set-by with no items, and added test coverage | Timothy Pratley | |
| Signed-off-by: Timothy Pratley <timothypratley@gmail.com> Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2009-11-24 | Fixed broken test-embedded-constants. Fixes #164 | tpratley | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-11-24 | #209 Unifying array support for primatives | Timothy Pratley | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2009-11-24 | #209 Unifying array support for primatives | unknown | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2009-10-28 | Add test for metadata-carrying deftest. Refs #201 | Phil Hagelberg | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-10-28 | Don't repeatedly compose on calls to use-fixtures. Fixes #194. | Phil Hagelberg | |
| Updated tests and added a docstring to use-fixtures. Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-10-01 | shorter, stronger embedded-constants tests. fixes #164 | tpratley | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-09-28 | added tests, fixes #164 | tpratley | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-09-28 | fix #167, tests for sequences, control, and numbers | Mike Hinchey | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-09-07 | fixed NPE when creating an empty array of ints, longs, floats or doubles, ↵ | Frantisek Sodomka | |
| fixes #146 Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-08-24 | Add support for chunked seqs to 'for'. Refs #1 | Chouser | |
| 2009-08-19 | fix #168, ant targets should fail on error, also test print report correctly | Mike Hinchey | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
| 2009-08-19 | updated remaining tests, closes #158 | Frantisek Sodomka | |
| Signed-off-by: Chouser <chouser@n01se.net> | |||
