Commit graph

3939 commits

Author SHA1 Message Date
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
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
Frederick Giasson
9b60ea0332 Second iteration to get the "failed to download" behavior right. 2015-02-12 11:56:49 -05:00
Frederick Giasson
af55842853 Adding a better description of what may be the issue with a failed download. Also adding some possible fixes options. 2015-02-11 14:47:04 -05:00
Frederick Giasson
5addbbf863 Reorder the possible HTTP proxies to use to download Leiningen from GitHub. The new sequence is: PowerShell, Curl and then Wget.
Fixes issue #1800 as experienced by multiple users.
2015-02-11 14:02:59 -05:00
Jean Niklas L'orange
772d38342f Clarify how to build Lein from source, ref #1828.
[ci skip]
2015-02-10 23:21:07 +01:00
Jean Niklas L'orange
18d546878e Merge pull request #1822 from mydoghasworms/mydoghasworms-patch-1
Fixes technomancy/leiningen/#1308
2015-02-10 21:22:54 +01:00
Jean Niklas L'orange
6b8e74eaee Bump nrepl version, fixes #1829. 2015-02-10 20:40:33 +01:00
Martin Ceronio
fa4c542970 Fixes technomancy/leiningen/#1308
Change the powershell option to use the default system proxy in Windows using solution from here: http://stackoverflow.com/a/25082595/274354
2015-02-05 12:11:45 +02:00
Jean Niklas L'orange
6afdab37f8 Merge pull request #1818 from kul/master
Add example for artifact classifiers. Closes #1589

[ci skip]
2015-01-30 13:02:03 +01:00
kul
55607a18c0 Add example for artifact classifiers. Closes #1589 2015-01-30 16:47:07 +05:30
Jean Niklas L'orange
320d86f03f Remove "Main-Class" if :main is nil, closes #1814. 2015-01-29 20:05:20 +01:00
Jean Niklas L'orange
be24caad67 Merge pull request #1810 from MichaelBlume/no-dupes
avoid duplicate entries in manifest
2015-01-29 18:51:18 +01:00
Phil Hagelberg
3b61cac020 Merge pull request #1817 from ragnard/typehint-reflector-invokestaticmethod
Add typehint to `class` param passed to Reflector/invokeStaticMethod
2015-01-29 20:47:47 +07:00
Ragnar Dahlén
54fd206600 Add typehint to class param passed to Reflector/invokeStaticMethod
Eliminates reflection warnings like:

   Reflection warning, /tmp/form-init6919407174722938138.clj:1:991 -
   call to static method invokeStaticMethod on clojure.lang.Reflector
   can't be resolved

when using `lein run` and friends.
2015-01-29 12:22:29 +00:00
Jean Niklas L'orange
de06302d28 Merge pull request #1813 from yogthos/patch-1
fixed formatting for renderer
2015-01-27 10:54:02 +01:00