Commit graph

2385 commits

Author SHA1 Message Date
Phil Hagelberg
2973d99652 Check Clojars releases repository instead of classic. Fixes #241. 2012-11-14 12:45:34 -08:00
Phil Hagelberg
624bf2ae88 Move AOT of :main into uberjar task. Remove :skip-aot. 2012-11-12 15:30:43 -08:00
Phil Hagelberg
4d9b8537cd Better docstrings in leiningen-core. 2012-11-12 15:15:12 -08:00
Phil Hagelberg
168d5e29b1 Accept optional not-found arg in lookup-alias. 2012-11-12 14:40:30 -08:00
Phil Hagelberg
359eed9627 Accept ^:replace metadata on *env*; don't always want to merge. 2012-11-12 14:40:30 -08:00
Phil Hagelberg
43110b873d Remove deprecated conj-dependencies function. 2012-11-12 14:40:30 -08:00
Phil Hagelberg
4c19f1ee27 Fix font-lock in bin/lein 2012-11-12 14:40:23 -08:00
Justin Balthrop
c7cedb7db8 don't need a meta-merge to combine exclusion 2012-11-08 18:07:07 -08:00
Michael Klishin
1efdc48c00 Merge pull request #848 from jaceklaskowski/master
Fix for a typo
2012-11-08 17:29:28 -08:00
Jacek Laskowski
bac476ce6d a typo 2012-11-09 01:31:15 +01:00
Justin Balthrop
8407b5906a fix bug when adding exclusions to dependencies with :displace metadata 2012-11-08 15:09:23 -08:00
Colin Jones
6658b1b56c Bump reply for (exit) fix 2012-11-06 09:15:05 -06:00
Phil Hagelberg
13bb1dc37e Allow for $LEIN_TRAMPOLINE_WARMUP.
[ci skip]
2012-11-03 09:54:35 -07:00
Phil Hagelberg
65efae4e5a Update news. 2012-11-01 16:43:01 -07:00
Phil Hagelberg
e804b26716 Remove compatibility shims and warnings in preparation for 2.0.0. 2012-11-01 16:39:34 -07:00
Phil Hagelberg
3a0ab9b672 Tidy up user.clj and help.clj. 2012-10-31 11:51:23 -07:00
Colin Jones
f3b6d8d1d8 Avoid interleaving nREPL port info printing
Occasionally this was doing things like:

    user=> nREPL server started on port 56759
    (+ 1 1)
    2
2012-10-30 23:42:57 -05:00
Colin Jones
9719e4d613 Bump reply version for a couple of bugfixes 2012-10-30 23:29:23 -05:00
Phil Hagelberg
72625b6e01 Merge pull request #839 from bruceadams/quoting
Finish getting path quoting right for boot classpath #828
2012-10-29 09:43:03 -07:00
Colin Jones
662bb14712 Bump reply and other repl-related versions
closes #823
2012-10-28 21:34:03 -05:00
Bruce Adams
cbe087d489 Finish getting path quoting right for boot classpath #828 2012-10-27 12:57:39 -04:00
Phil Hagelberg
377153b1bc OK, I knew that was too clever. 2012-10-27 07:46:18 -07:00
Phil Hagelberg
9202b099ea Hooks that come from profiles can be rolled back. Fixes #802. 2012-10-26 19:25:35 -07:00
Phil Hagelberg
a6f5969b74 Merge pull request #837 from AtKaaZ/fixTrampolineEOF
fix #836 trampoline EOF error, on windows
2012-10-26 15:45:23 -07:00
AtKaaZ
cf35d81c04 fix #836 trampoline EOF error, on windows 2012-10-27 00:05:08 +02:00
Phil Hagelberg
a5b833a0f4 Fix src/resource paths when with-profile is trampolined. Fixes #822. 2012-10-26 11:29:05 -07:00
Michael Klishin
a41cb84aa8 Merge pull request #833 from AtKaaZ/fixTrampoline1
make trampoline work on windows
2012-10-26 02:29:29 -07:00
AtKaaZ
5a57fecf8a make trampoline work on windows
applied the same fix that preview branch had
ie. passing the trampoline file like this:
 -Dleiningen.trampoline-file="%TRAMPOLINE_FILE%" ^
2012-10-26 10:54:53 +02:00
Phil Hagelberg
55651a086d Add leiningen-core's pom.xml to fix #745.
[ci skip]
2012-10-25 21:29:24 -07:00
Phil Hagelberg
e25ad76ae6 Merge pull request #831 from bruceadams/quote-paths
Quote file paths: may contain spaces #828
2012-10-25 20:50:49 -07:00
Bruce Adams
c9d271c62b Quote file paths: may contain spaces #828 2012-10-25 22:43:31 -04:00
Phil Hagelberg
a776cf5318 Merge pull request #830 from AtKaaZ/fixClassesPatch0
Pass default clojure.compile.path just like the bash script does
2012-10-25 17:26:42 -07:00
AtKaaZ
095a879390 Merge remote-tracking branch 'upstream/master' into fixClassesPatch0 2012-10-26 02:15:42 +02:00
AtKaaZ
f95a9ffba8 bring back lein.bat from LF to CRLF 2012-10-26 02:11:14 +02:00
AtKaaZ
6e237a8a64 fix for previous commit to allow spaces in folder names
ie. the passed path to -Dclojure.compile.path= should be inside
double quotes
2012-10-26 02:08:05 +02:00
Phil Hagelberg
753d40723d clojure.walk strips metadata. Fixes #804. 2012-10-25 17:03:53 -07:00
AtKaaZ
898aefb89c Pass default clojure.compile.path just like the bash script does
should fix cases where uses of lein.bat 
would cause the use of /classes/ folder instead of /target/classes/
which resulted in some classes not being found
ie. when compiling leiningen project from source
2012-10-26 01:43:15 +02:00
Phil Hagelberg
ede35f0f7c Clarify how librelist works.
[ci skip]
2012-10-25 14:21:32 -07:00
Phil Hagelberg
dedb237dde Don't use colon in filename in when-stale. 2012-10-25 11:41:59 -07:00
Phil Hagelberg
a418818a0a Typo in profiles doc; resource is actually singular.
[ci skip]
2012-10-23 15:56:07 -07:00
Colin Jones
0e8a8b9e18 Fix profiles doc example
fixes #825
2012-10-23 14:16:43 -05:00
Phil Hagelberg
ecdc783f2d repl task needs to disable pumping *in*. 2012-10-23 10:44:43 -07:00
Phil Hagelberg
abb9e44f56 Pump *in* to subprocesses as well.
There was a good reason we couldn't support this in earlier versions
of Leiningen, but it escapes me now. Perhaps it doesn't work on old
JDKs or there are platform-specific issues or something?
2012-10-23 09:53:30 -07:00
Phil Hagelberg
eab8276a96 Clarify that project-level tasks are usually unnecessary. 2012-10-23 08:22:13 -07:00
Anthony Grimes
43a5af1356 Add a test for :only selector. 2012-10-20 18:03:16 -05:00
Anthony Grimes
d67157b1fe Rename cmd-selectors to given-selectors. 2012-10-20 17:52:49 -05:00
Anthony Grimes
cb81910b9b Remove an old comment. 2012-10-20 17:52:49 -05:00
Anthony Grimes
6816de0dfa Use destructuring to clean things up a bit. 2012-10-20 17:52:49 -05:00
Anthony Grimes
dc14cb7e8a Implement partial selectors and add a new default selector, :specific.
:specific is for running specific tests.
2012-10-20 17:52:49 -05:00
Anthony Grimes
308f6cb74c Remove legacy arg. 2012-10-20 17:52:49 -05:00