Commit graph

1075 commits

Author SHA1 Message Date
Phil Hagelberg
69f8b7d6cd Add exit command to interactive task. 2010-10-01 19:32:28 -07:00
Phil Hagelberg
d446be077b Support init form in eval-in-project.
See for motivation:
http://groups.google.com/group/clojure/browse_thread/thread/c0964575e00e20c4
2010-10-01 19:32:21 -07:00
Phil Hagelberg
66a8534321 Flush repl I/O in a separate thread; closes #71. 2010-10-01 19:31:00 -07:00
Sam Umbach
f01cb7a3af minor documentation typo fixes 2010-09-30 22:07:38 -07:00
Phil Hagelberg
03418677b3 TODO updates. 2010-09-25 13:47:37 -07:00
Phil Hagelberg
ee88770ab8 Assoc the var onto the metadata for test selectors. 2010-09-25 13:31:06 -07:00
Phil Hagelberg
b13efc5cbd Test selectors may be customized in project.clj. 2010-09-24 21:32:12 -07:00
Phil Hagelberg
f72bdff365 Primitive test selectors 2010-09-24 19:22:50 -07:00
Phil Hagelberg
acc9a828e5 Specify what file patterns to exclude from jars. Thanks to Zehua Liu. 2010-09-23 22:45:57 -07:00
Phil Hagelberg
ceec0be5a6 Parent support in pom task. Don't ask. =\ 2010-09-21 22:24:01 -07:00
Phil Hagelberg
2241667c54 80 columns please! 2010-09-21 20:17:12 -07:00
Phil Hagelberg
23e7f2a5bb Don't shell out in tests; that's terrible. 2010-09-21 20:17:02 -07:00
Phil Hagelberg
b0cd71badf Add :test-resources-path to sample.project.clj 2010-09-21 20:16:42 -07:00
Phil Hagelberg
bd77377a91 Silently delete failed self-install downloads. 2010-09-21 20:16:29 -07:00
Sergio Arbeo
5607761edf Now, help output is sorted. 2010-09-21 00:32:27 +02:00
Colin Jones
2e0589ccb6 Unprivate for lein-plugin. 2010-09-18 14:13:06 -05:00
Phil Hagelberg
575fd09647 README updates for Windows 2010-09-10 10:02:26 -07:00
Hugo Duncan
004098b94b Fixes for lein install, due to new scoping of functions 2010-09-10 09:14:40 -07:00
Phil Hagelberg
49dced163e Unprivate a few more maven util functions. 2010-09-09 17:58:25 -07:00
Phil Hagelberg
323806d080 Don't need swank in project.clj; use user-level plugins. 2010-09-09 17:25:45 -07:00
Phil Hagelberg
cd7ed1fb0f Dang; no defmacro- yet. 2010-09-09 11:40:54 -07:00
Phil Hagelberg
c1c0565cbe Separate private/internal functions from public API. 2010-09-08 21:05:03 -07:00
Phil Hagelberg
d955c078b4 Upgrade to Clojure 1.3.0-SNAPSHOT. 2010-09-08 21:02:33 -07:00
Phil Hagelberg
7f5b8627a6 Ready for 1.4.0-SNAPSHOT. 2010-09-08 14:06:17 -07:00
Phil Hagelberg
2ea4b63e58 Release 1.3.1. 2010-09-07 18:54:35 -07:00
Phil Hagelberg
6ca18c8d47 Tighten up regex support in :aot declaration with a list comprehension. 2010-09-07 18:48:42 -07:00
Alex Ott
a73a079315 move separate function into source code 2010-09-07 18:21:57 -07:00
Alex Ott
92da21717b allow to use regex (or string with regex) to specify which namespaces should be compiled 2010-09-07 18:21:55 -07:00
Phil Hagelberg
c52f044e70 Documentation updates preparing for 1.3.1. 2010-09-07 15:57:38 -07:00
Phil Hagelberg
0ebf1bd773 Replace dots with slashes in ~/.m2 path. Fixes #104. 2010-09-05 15:11:50 -07:00
Phil Hagelberg
e24acd49cd Actually, pipe standalone install through deps, not regular install. 2010-09-05 14:36:13 -07:00
glynnm
74547696b0 Fix for :repl-init-script. Change (File. str) to (File. (str is#)) 2010-09-05 14:21:40 -07:00
Phil Hagelberg
e060fcadc1 Pipe standalone install through regular instal to get deps. 2010-09-05 13:35:27 -07:00
Phil Hagelberg
5ff106e96b Auto-self-install on demand. 2010-09-02 20:17:40 -07:00
Phil Hagelberg
3ff5d762e0 Don't skip-dev when getting deps in jar task.
Memoize: it's your friend!
2010-08-31 13:52:17 -07:00
Brendan Ribera
ace2c31d0e Update docstring for 'clean'. Fixes #103. 2010-08-31 11:54:55 -07:00
Phil Hagelberg
18ef7b3825 Oops; swapped the order of the repl host/port. 2010-08-31 10:49:55 -07:00
Phil Hagelberg
b17731b748 Failing test case for standalone-install bug. 2010-08-30 22:11:18 -07:00
Phil Hagelberg
dad7910664 Oh man, what was I even thinking there. 2010-08-30 21:11:00 -07:00
Phil Hagelberg
05dcde055b Remove unnecessary do form in defproject. 2010-08-30 20:42:14 -07:00
Phil Hagelberg
e55e90c117 Quote around the default shell wrapper's $@.
Thanks to Steve Gilardi for pointing this out.
2010-08-30 20:36:46 -07:00
Phil Hagelberg
bcb6b1b42d Load user-init file earlier so aliases may be set. 2010-08-29 13:41:03 -07:00
Phil Hagelberg
8f50fa7572 Allow the socket-repl host/port to be customized in project.clj. 2010-08-29 13:40:50 -07:00
Phil Hagelberg
484e33397a Use LEIN_VERSION env var instead of system property. 2010-08-28 12:41:18 -07:00
Phil Hagelberg
64c6a43d38 Newline at the end of gitignore. 2010-08-28 12:40:55 -07:00
Phil Hagelberg
94f08b5966 Don't allow malformed checkout deps to interfere with eval-in-project. 2010-08-26 17:50:23 -07:00
Phil Hagelberg
ab822bbb2a Mention dependency type setting in NEWS. 2010-08-24 22:07:39 -07:00
John Sanda
0475f7cb95 Patch for issue 92
Adding support for specifying the dependency type, defaults to "jar"
2010-08-24 21:57:30 -07:00
Phil Hagelberg
9a941b095c Allow lein repl to work with 1.1.0. Curse you, Xbootclasspath! 2010-08-24 18:58:25 -07:00
Phil Hagelberg
dc933ebc26 Use numeric return value for compile task. Tighten up implementation. 2010-08-24 17:25:21 -07:00