summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-15require dynamically rebindable vars be explicitly declared dynamic, via ↵Rich Hickey
^:dynamic metadata support in def, or setDynamic builder method in Var. Also auto-enable :dynamic for *var*s as a bridge - prints warning, and will be removed before release.
2010-10-15Merge branch 'direct'Rich Hickey
2010-10-15binding conveyance to future calls and agent sendsRich Hickey
2010-10-15make method impl cache most recent entry non-volatileRich Hickey
2010-10-15#453 reflectionStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15#364 test queue countStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15make PersistentQueue count O(1)Justin Balthrop
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15315: minor tweaks to documentation over phil's patchStephen C. Gilardi
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15Add support for running -main namespaces from clojure.main.Phil Hagelberg
Signed-off-by: Stephen C. Gilardi <scgilardi@gmail.com> Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15Update docstring for *out*Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15test for #263Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-15Add an optional environment argument to #'resolve and ns-resolve. See #263Christophe Grand
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-14#286: repl/pstStuart Halloway
- fixed: use Writer instead of PrintWriter - improved: pass either exception or depth to arity-1 version Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-14fix clojure.main to not assume that *err* is a PrintWriterDavid Powell
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-14remove Symbol.create, all callers use Symbol.intern #182Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-14get rid of @OverrideRich Hickey
2010-10-12:added metadata for diffStuart Halloway
2010-10-12#448 structural diffStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12Fix clojure.set/subset? and superset? bugs with false/nil elementsJason Wolfe
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12#378 set thread names on agent thread poolsAlex Miller
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12DRY up refs to DOC_KEY #280Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12add docstring support to defBenjamin Teuber
code is a bit ugly, but touches as few lines as possible to not introduce anything nasty Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12fixes and tests for #276 find-keywordStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-12#276 find-keywordBrian Hurt
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11correct exception for invalid url->file conversion, #430Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11Added tests for zero-arity comp implementation.fogus
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11Added zero-arity body to comp function returning identity fnfogus
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11regression test for dynamic class reload #368Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11Print SOURCE_PATH rather than SOURCE on exception, so it's easier to ↵Allen Rohner
discover the file with an error when two files have the same name in different directories. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11Deprecating replicate. Original patch supplied by bsteuber.Aaron Bedra
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-11Removed :tag MultiFn inserted by defmultiDavid Miller
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-10-04more intermediate build options:Stuart Halloway
- build without test - test without build - various jars without test
2010-10-02Add "starting at <line>" to readDelimitedList EOF errorsChouser
Refs #249 Signed-off-by: Chouser <chouser@n01se.net>
2010-09-28don't rely on softref queue, explicitly remove dead entry when found, fixes #444Rich Hickey
2010-09-28don't coerce pre-boxed Integers and Floats to Longs/Doubles, fixes #439Rich Hickey
2010-09-24reinstate version qualifier. this needs to be automatedStuart Halloway
2010-09-23back to interim builds...Stuart Halloway
2010-09-23changesStuart Halloway
2010-09-23[Automated release] Clojure 1.3.0-alpha1Stuart Halloway
2010-09-23build tweaksStuart Halloway
2010-09-23more hudsonStuart Halloway
2010-09-23fix hudson build, hopefullyStuart Halloway
2010-09-23#0429 patch for master branchStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-09-22stop early-loading ancillary libs, #425Alan Dipert and Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-09-22Fixed a race in the pprint agent testTom Faulhaber
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-09-11restore exception message to single line reportRich Hickey
2010-09-09add exception class simple name to pst outputRich Hickey
2010-09-09improved reporting of compilation errors, added depth control to pst, got ↵Rich Hickey
rid of overlap in cause traces
2010-09-09improved repl error reporting, new repl utility: pst, prints stack traceRich Hickey
2010-09-08don't box static method returns in statement contextRich Hickey