Commit graph

739 commits

Author SHA1 Message Date
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
Colin Jones
e2028a4057 Remove eval-without-project 2010-08-22 21:59:34 -07:00
Colin Jones
00ee445cb6 Run non-project REPL in process. 2010-08-22 21:59:34 -07:00
Phil Hagelberg
c865d4d014 Fix :main example in sample.project.clj. 2010-08-22 21:14:58 -07:00
Colin Jones
a59ca8475b ensure project is present if required 2010-08-21 17:12:42 -05:00
unknown
1b6f36f6ab prune lein.bat for unwanted code
add self-install feature to lein.bat
add dummy upgrade feature to lein.bat
2010-08-22 01:22:19 +05:30
Phil Hagelberg
7e0f115c89 Fix install task to expand $HOME. 2010-08-21 09:14:22 -07:00
Phil Hagelberg
1013f342c7 Fix project-needed? to work with projects that may take project arg.
Some arities may, others may not.
2010-08-21 09:13:26 -07:00
Phil Hagelberg
fff60515a7 Fix jar to work with custom shell wrappers. 2010-08-20 18:03:55 -07:00
Phil Hagelberg
b6347f08f9 Back to 1.3.1-SNAPSHOT; we have unfinished business here. 2010-08-20 17:56:31 -07:00
Phil Hagelberg
5b76514ea6 Bump version to 1.4.0-SNAPSHOT. 2010-08-20 13:58:50 -07:00
Colin Jones
6dbfd8b2a9 allow repl outside of a project 2010-08-20 14:56:04 -05:00
Phil Hagelberg
eeb32c8371 Start repl in user ns if no :main is found. 2010-08-20 06:44:34 -07:00
Phil Hagelberg
b93f5e4feb Release 1.3.0! 2010-08-19 21:15:59 -07:00