Commit graph

3953 commits

Author SHA1 Message Date
Marek Kubica
05a1c90cae Display error message and error out only when using fast trampoline 2015-06-14 22:56:36 +02:00
Marek Kubica
dfc57b8d35 Use recommended way of detecting command in $PATH
See https://stackoverflow.com/a/677212 for explanation.
2015-06-14 13:00:08 +02:00
Marek Kubica
ea6b258660 Check for other SHA1 implementations in $PATH 2015-06-13 15:46:27 +02:00
Phil Hagelberg
d5ed76a37a Merge pull request #1912 from timlinquist/master
Include more details for testing plugins locally in PLUGINS.md
2015-06-05 15:12:25 +07:00
Tim Linquist
ef33d8c188 Update PLUGINS.md
Fixup suggestion to run plugin standalone from root as most plugins don't work this way
2015-06-04 16:24:55 -07:00
Tim Linquist
073a955246 Update PLUGINS.md 2015-06-03 11:18:45 -07:00
Jean Niklas L'orange
26b4e98e76 Merge pull request #1886 from oneeman/refactor-drop-partial-args
Refactor main/drop-partial-args
2015-06-01 01:02:29 +02:00
Or Neeman
a1c4cb2d94 Refactor main/drop-partial-args 2015-04-23 12:58:03 -06:00
Jean Niklas L'orange
9c5192e652 Merge pull request #1881 from athos/feature/template-version
Provides another option for `lein new` to specify template version
2015-04-16 11:45:54 +02:00
OHTA Shogo
4305e90d06 Provide another option for lein new to specify template version 2015-04-14 23:16:25 +09:00
Jean Niklas L'orange
79f9ebbce7 Merge pull request #1851 from yeller/add_ironic_eaxure
cleaxure has gone too far
2015-04-09 10:52:06 +02:00
Jean Niklas L'orange
ee57b19a5d Merge pull request #1870 from pksunkara/master
Allow global leinrc file
2015-04-02 18:00:01 +02:00
Pavan Kumar Sunkara
b1f48145ec Give priority to global leinrc file 2015-04-02 20:15:55 +05:30
Pavan Kumar Sunkara
ea16f62875 Add /etc/leinrc to lein-pkg script 2015-04-02 03:48:17 +05:30
Pavan Kumar Sunkara
0cee4b43fa Add /etc/leinrc to lein script 2015-04-02 03:47:42 +05:30
Jean Niklas L'orange
34d62f8f57 Reorder jar/pom generation for deploy, fixes #1821
If pom is put in target/, :auto-clean true will remove it if the jar is
created afterwards.
2015-03-25 00:45:03 +01:00
Jean Niklas L'orange
ff84da6972 Chas isn't wasting time, I can tell you that. 2015-03-24 21:56:17 +01:00
Jean Niklas L'orange
c735ba0bfb Add note on jar naming in whitelisted keys for jar 2015-03-22 16:58:56 +01:00
Jean Niklas L'orange
972d22c23f Merge branch PR #1849, closes #1718. 2015-03-22 16:53:48 +01:00
Jean Niklas L'orange
80c84f3dff Fix docstrings for checkout functions.
[ci skip]
2015-03-22 02:28:24 +01:00
Jean Niklas L'orange
17a32dd510 Merge pull request #1842 from avasenin/read-checkouts
Move read-checkouts to project module and make it public
2015-03-22 01:58:19 +01:00
Jean Niklas L'orange
94071f853a Merge pull request #1864 from solicode/issue-1855
Ensure gpg outputs English messages
2015-03-21 22:25:37 +01:00
solicode
4b7f6667a3 Ensure gpg outputs English messages 2015-03-22 04:01:58 +09:00
Jean Niklas L'orange
45b183a3e9 Add info on AOT quirks to the FAQ, re #1858.
[ci skip]
2015-03-21 18:21:20 +01:00
Jean Niklas L'orange
00e158f6f3 Bump standalone nrepl version as well, ref #1861. 2015-03-21 00:37:46 +01:00
Jean Niklas L'orange
00e4643168 Add note on where to direct PRs. 2015-03-21 00:19:40 +01:00
Jean Niklas L'orange
c35a1de4f0 Avoid wrapping shell pipes in writers, fixes #1857
The fix is actually very easy: Instead of piping stuff into a reader,
then feed it to *out*/*err* via a writer, we directly hook them to
System.out and System.err.

The problem is that it kills many tests that rely on `with-out-str`, so
we have to include `with-system-err/out-str` macros to catch
sysout/syserr data, and replace usage where tests fail.
2015-03-21 00:12:26 +01:00
Jean Niklas L'orange
dcb8f9adff Merge pull request #1861 from bbatsov/patch-1
Bump nREPL dep to 0.2.8
2015-03-18 08:13:28 +01:00
Jean Niklas L'orange
8886469156 Merge pull request #1862 from bbatsov/patch-2
Bump reply dep to 0.3.6
2015-03-18 08:12:14 +01:00
Bozhidar Batsov
49cc4d2071 Bump reply dep to 0.3.6 2015-03-18 08:11:16 +02:00
Bozhidar Batsov
318c70bfbf Bump nREPL dep to 0.2.8 2015-03-18 08:07:41 +02:00
Tom Crayford
991f1c4e68 cleaxure has gone too far 2015-03-06 22:40:14 +09:00
Reno Reckling
f572938086 Whitelist :uberjar-name and :jar-name to allow propagation to uberjar
This fixes bug #1718 by allowing :uberjar-name and :jar-name to
propagate into the project, thus allowing uberjar to correctly retrieve
the :uberjar-name from build profiles
2015-03-05 15:18:38 +01:00
Jean Niklas L'orange
14379a7305 Merge pull request #1848 from casidiablo/patch-1
Fixed typo [ci skip]
2015-03-05 10:12:03 +01:00
Cristian
286bc3f034 Fixed typo 2015-03-04 23:16:27 -08:00
Phil Hagelberg
6799203337 Merge pull request #1845 from noisesmith/bail-uberjar-snapshots
bail-out logic
2015-02-25 21:28:12 +07:00
Justin Smith
c4ff68c78e bail-out logic 2015-02-25 06:00:52 -08:00
Jean Niklas L'orange
57d23d1b43 We're in 2015 now.
[ci skip]
2015-02-24 23:40:06 +01:00
Andrey Vasenin
2b1f06880f Move read-checkouts to project module and make it public 2015-02-24 15:58:37 +06:00
Jean Niklas L'orange
541b5f893e Merge PR #1838 into master.
[ci skip]
2015-02-23 19:43:47 +01:00
Jean Niklas L'orange
4bc49ec5bf Stringify run args by default, closes #1835.
You can bypass this by using the escape hatch `--quote-args`, which will
quote the arguments before passing them in.
2015-02-21 17:38:48 +01:00
Baruch Sadogursky
df2efe20a6 Added Artifactory to the list of repository managers 2015-02-19 15:37:51 +02:00
Jean Niklas L'orange
e8369af8ec Merge pull request #1837.
Normalize most sequence arguments to vectors
2015-02-18 23:47:47 +01:00
Jean Niklas L'orange
2eebb63463 Merge pull request #1836 from JonathanHayward/patch-1
Add link to Lein vs. Ants.
2015-02-18 18:12:00 +01:00
JonathanHayward
b8d4d00cd3 Update README.md
Added link to "Leiningen vs. the Ants"
2015-02-18 10:16:27 -06:00
arrdem
079ee51e32 Normalize most sequence arguments to vectors
This allows the use of sequence result alias arguments like
:project/source-paths which otherwise serialize to list expressions and
fail on the evaluation side. Attempts to not vec invocation list forms
by ignoring lists which either start with a symbol or recursively start
with an invocation. Not sure if this is a good idea, but it's possible
so I'll try to allow it.

technomancy/leiningen#1835
2015-02-17 20:31:47 -06:00
Jean Niklas L'orange
a920ddbb77 Fix some typos, warn about lack of security.
[ci skip]
2015-02-12 20:56:56 +01:00
Jean Niklas L'orange
3327eeb9f1 Merge pull request #1832 from winks/issue-1815
Fix .hgignore in new with regex. Fixes #1815
2015-02-12 20:44:26 +01:00
Jean Niklas L'orange
20a59d4f80 Merge pull request #1831 from fgiasson/master
Reorder download programs in lein.bat
2015-02-12 20:42:08 +01:00
Florian Anderiasch
32788425e5 Fix .hgignore in new with regex. Fixes #1815 2015-02-12 19:26:53 +01:00