summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-05-13neuter overspecified testsStuart Halloway
2011-05-13Changes to support defrecord and deftype literals. See CLJ-374fogus
2011-05-06Remove bit-ops' support for boxed numbers.Alexander Taggart
2011-05-06Fix false-negative test for (long Float/MAX_VALUE) and (long Double/MAX_VALUE...Alexander Taggart
2011-04-29case changes: handles hash collisions, can emit return type, performance path...Alexander Taggart
2011-04-08Fix handling of the ~:(~) directive when the contents are the empty string. R...Tom Faulhaber
2011-03-20Add (vector a b c ...) like functionality to vector-of, plus testsDaniel Solano Gómez
2011-03-20Adds the every-pred and some-fn combinators and their tests. refs. CLJ-729fogus
2011-03-11fix regression from #737Stuart Halloway
2011-02-25tests for #737Stuart Halloway
2011-02-25Fix whitespaceStuart Sierra
2011-02-25Add test for nil in case; refs CLJ-702Stuart Sierra
2011-02-25#715. Eliminate unnecessary fragile test.Aaron Bedra and Stuart Halloway
2011-02-25Do not check for specific exception types or messages in reify; refs CLJ-728Stuart Sierra
2011-02-02Revert "keys and vals check for instanceof Map"Rich Hickey
2011-01-28keys and vals check for instanceof MapStuart Sierra
2011-01-28restore detection of cyclic load dependenciesStephen C. Gilardi
2011-01-28CLJ-719: call correct diff function for arrays as first argumentStuart Halloway
2011-01-14disable test failing only on Hudson (race condition?)Stuart Halloway
2011-01-14#710 diff mutable setsStuart Halloway
2011-01-05Handle edge case in arbitrary-precision substraction. refs #690Colin Jones
2011-01-05Build and deploy with Maven 2; CLJ-681Stuart Sierra
2011-01-05Added sorted-by support for walk and testsTimothy Pratley
2010-12-31I added a new macro, print-length-loop, that augments loop to only iterate *p...Tom Faulhaber
2010-12-19#684: fixed race condition in the test codeStuart Halloway
2010-12-17Fixed into-array behavior #678Alan Dipert
2010-12-17coalesce test helpers into clojure.test-helper, so new contributors can find ...Stuart Halloway
2010-12-17Update tests to recogize appropriate newlines for the platform that they're on.Tom Faulhaber
2010-12-17disallow recur across try, refs #31Kevin Downey (hiredman)
2010-11-30disable agent self-send testStuart Halloway
2010-11-29removed this reffogus
2010-11-29Added tests and updated docs for init-proxy and update-proxy. Also updated th...fogus
2010-11-29properly munge namespaces -> java package names for protocols and deftype and...Chas Emerick
2010-11-29extra test for send from agent errorChouser
2010-11-29test sending from an error handler #390Stuart Halloway
2010-11-29Fixes that aliasing an unknown namespace gave an unhelpful error; will now th...David Rupp
2010-11-29#672: limit binding to just conveyor-fn, add regression test for "Pop without...Stuart Halloway
2010-11-29Restore *agent* binding in agent action. CLJ-672Chouser
2010-11-26Added unchecked casts; fixes bug #441. Code and original patches supplied by ...Aaron Bedra
2010-11-05397 better error message when calling macros with arityMike Hinchey
2010-11-05add conversion from BigInt to BigIntegerAlexander Taggart
2010-11-05CLJ-665 test improvements: don't touch a core var, and verify that value is p...Stuart Halloway
2010-11-05Add with-redefs macro and with-redefs-fn, CLJ-665Chouser
2010-10-25#465 make with-local-vars dynamicCosmin Stejerean
2010-10-18Stable var caching. The values of non-dynamic ns-resolved (def'ed) vars appea...Rich Hickey
2010-10-15require dynamically rebindable vars be explicitly declared dynamic, via ^:dyn...Rich Hickey
2010-10-15#453 reflectionStuart Halloway
2010-10-15#364 test queue countStuart Halloway
2010-10-15test for #263Stuart Halloway
2010-10-12:added metadata for diffStuart Halloway