Commit graph

2801 commits

Author SHA1 Message Date
Justin Balthrop
77327993ee don't propagate DRIP_INIT or DRIP_INIT_CLASS to subprocess 2012-11-19 13:07:53 -08:00
Michael Klishin
f637790eae Merge pull request #859 from bmabey/patch-1
fixes code fence in plugin tutorial markdown
2012-11-19 10:51:20 -08:00
Ben Mabey
4814b4adbb fixes code fence in plugin tutorial markdown 2012-11-19 11:36:45 -07:00
Michael Klishin
37aee43f47 Merge pull request #857 from bruceadams/master
Bug fix for leading spaces in JVM_OPTS #856
2012-11-19 10:04:55 -08:00
Bruce Adams
7495e10103 Bug fix for leading spaces in JVM_OPTS #856 2012-11-19 11:45:54 -05:00
Phil Hagelberg
24fd117104 Back to classic Clojars for a while.
Took longer than expected to get Releases working.
2012-11-18 05:43:27 -08:00
Phil Hagelberg
f14343026a Merge pull request #855 from llasram/test-provided-deps
Test :provided profile interpretation by the uberjar task
2012-11-18 05:44:09 -08:00
Marshall T. Vandegrift
24ca286d54 Test :provided profile interpretation by the uberjar task. 2012-11-17 17:38:11 -05:00
Colin Jones
d1c99b65d5 Merge pull request #854 from ghoseb/master
Add :port option to headless repl task.
2012-11-17 13:33:15 -08:00
Baishampayan Ghose
79dbef17a5 Add :port option to headless repl task.
We can now specify the port to use when creating a headless REPL.

Example -
lein repl :headless :port 4005
2012-11-17 13:19:17 -05:00
Phil Hagelberg
ceac828e03 Accept string for :license. Fixes #853. 2012-11-16 14:12:15 -08:00
Lee Hinman
1edc6cc1c1 Fix lein deploy clojars issue by bumping clj-http in order to use repeatable http entities 2012-11-15 14:04:41 -05:00
Phil Hagelberg
6d4ffe9a98 Add classic repo to Leiningen's own project.clj. 2012-11-15 07:07:52 -08:00
Phil Hagelberg
1fa23122ce Fix error message when there's an arity mismatch in apply-task. 2012-11-14 15:06:38 -08:00
Phil Hagelberg
8470f34c3f Fix global exclusions test broken by meta-merge changes. 2012-11-14 12:54:25 -08:00
Phil Hagelberg
d4a3708f44 Fix usages of when for return values. 2012-11-14 12:48:36 -08:00
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