Commit graph

802 commits

Author SHA1 Message Date
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
Alan Dipert
24a314f62c Shorten nullsink function 2010-08-24 02:31:41 -04:00
Alan Dipert
a99b24685d tightening 2010-08-24 02:26:59 -04:00
Alan Dipert
221febafbf typo 2010-08-24 02:25:29 -04:00
Alan Dipert
9ef5d7b61f compile/compile cleanup 2010-08-24 02:23:57 -04:00
Alan Dipert
7a8e7e44c8 We're back! Jar/uberjar fails with a failed compile 2010-08-24 02:07:35 -04:00
Alan Dipert
1a0a69227e compile/compile is a hairy mother, but it behaves. Added another test project 2010-08-24 02:01:39 -04:00
Alan Dipert
c5994f8aa6 Suppress compilation stacktrace when testing 2010-08-24 02:01:12 -04:00
Phil Hagelberg
e8b5e7964e Oops; forgot a file. 2010-08-23 22:34:31 -07:00
Phil Hagelberg
0d3734a0a7 Allow jar to proceed even if compile returns nil. 2010-08-23 22:33:49 -07:00
Phil Hagelberg
43331a9e72 Reduce contrib usage. Obligatory grumbles about delete-file-recursively.
Not to mention to-byte-array being left out of clojure.java.io.
2010-08-23 22:29:32 -07:00
Phil Hagelberg
da5571ef60 NEWS for 1.3.1. 2010-08-23 21:40:07 -07:00
Phil Hagelberg
e755853a52 Merge remote branch 'alandipert/master' 2010-08-23 21:26:25 -07:00
Phil Hagelberg
a4667096be Minor cleanup of :min-lein-version functions. 2010-08-23 21:21:54 -07:00
Isaac Hodes
e5076714b1 Fixed error displaying if no :min-lein-version is specified. 2010-08-23 21:15:07 -07:00
Isaac Hodes
31ea0932fe Changed VERSION in bin/lein to LEIN_VERSION, and export it.
Check to ensure :min-lein-version is less than or equal to the current
leiningen version
2010-08-23 21:14:59 -07:00
Phil Hagelberg
fa2b1ccb3c Fix sample.project.clj typo. 2010-08-23 20:43:35 -07:00
Phil Hagelberg
c5f34c5b41 Quit using c.c.as-properties; doesn't seem necessary here. 2010-08-23 20:43:23 -07:00
Alan Dipert
13781500fa Fixed compile test 2010-08-23 23:10:57 -04:00
Alan Dipert
93535c5a17 Added a build-failing project for flexing compilation-failing aware 'jar'; created test_projects and moved sample there too 2010-08-23 23:03:52 -04:00
Phil Hagelberg
d8a34cf049 Use our own namespace lib instead of contrib's. Fixes #94. Fixes #98.
Contrib's has a few issues; see the tickets mentioned above.
2010-08-23 15:38:04 -07:00
Phil Hagelberg
3f4e557d80 Add an error message for reader exceptions. Fixes #95.
Actually the last commit fixed #95, but I want to auto-close it with a
commit message because I'm lazy, and this is related. =)
2010-08-22 22:04:45 -07:00
Isaac Hodes
8ec9b4a9ba Fixed the explosion of REPL on bad input. 2010-08-22 22:02:51 -07:00
Phil Hagelberg
a21362699d Allow Ctrl-d to exit the repl even when it runs in Leiningen's process. 2010-08-22 21:59:34 -07:00