Commit graph

2268 commits

Author SHA1 Message Date
Chas Emerick
547209900d remove printlns :-( 2012-08-09 16:44:26 -04:00
Chas Emerick
a3a2f0198d fix munging of symbols for require of named nREPL middleware and handlers 2012-08-09 16:32:54 -04:00
Phil Hagelberg
b1bb78cd67 Don't throw on index download. 2012-08-09 11:00:18 -07:00
Phil Hagelberg
0079868188 Better error message for malformed user profiles.clj. 2012-08-09 11:00:10 -07:00
Phil Hagelberg
60702d2ff3 Support larger .lein-classpath in .bat. Fixes #724. 2012-08-09 09:23:03 -07:00
Colin Jones
bd59aa4ad3 Bump reply/nrepl dependencies
Fixes a memory leak and enables streaming to STDOUT for things like
printing large seqs.
2012-08-09 09:42:43 -05:00
Phil Hagelberg
ec0187d8e7 Use updated search index format and location. Lots of TODOs still. 2012-08-09 00:48:32 -07:00
Phil Hagelberg
0c22b5d893 News updates. 2012-08-08 21:05:27 -07:00
Phil Hagelberg
77c811bbe8 Read nREPL handlers and middleware from project. Fixes #716. 2012-08-08 21:02:36 -07:00
Chas Emerick
7489266e9f fix recursive merging of profiles that involve
^:replace and ^:displace meta on nested values
2012-08-08 17:23:31 -04:00
Phil Hagelberg
98dff789e1 Todo updates. 2012-08-08 09:32:01 -07:00
Phil Hagelberg
9d2b7526b7 Fix pom signature filename. Fixes #722. 2012-08-08 09:06:03 -07:00
Joe Gallo
5e2ff4ebd3 Only the suggestions that have the same minimum distance. 2012-08-08 09:22:51 -04:00
Joe Gallo
363d1c61c2 Initial crack at suggestions. 2012-08-08 07:42:48 -04:00
Joe Gallo
37aa5ab37a Distance fn from amalloy. 2012-08-08 07:42:26 -04:00
Joe Gallo
49ea29af1a Whitespace. 2012-08-08 07:41:42 -04:00
Joe Gallo
b9b54b1edc Don't complete for test! anymore. 2012-08-08 07:04:51 -04:00
Michael S. Klishin
e165d3f8ab Because startup time is science 2012-08-07 05:13:53 +04:00
Michael S. Klishin
7e12617d6e Consolidate LEIN_JVM_OPTS defaults 2012-08-07 05:12:09 +04:00
Michael S. Klishin
262859b767 Don't set -Xms, it adds to the startup time and has no real benefit 2012-08-07 05:11:18 +04:00
Michael S. Klishin
f97f58ebf9 Add default value for LEIN_JVM_OPTS 2012-08-07 05:08:55 +04:00
Phil Hagelberg
aa311532a0 Fix typo in pom task. 2012-08-06 17:37:54 -07:00
Phil Hagelberg
6700322a8a Distinguish between false and nil when checking file existence. 2012-08-06 17:32:29 -07:00
Phil Hagelberg
09052b7deb Use when for side-effects, not return values.
Should really blog about this.
2012-08-06 16:09:43 -07:00
Phil Hagelberg
23d791d249 Document prep-tasks, :keyword task arg conventions, and l.c.m/abort. 2012-08-06 16:09:39 -07:00
Phil Hagelberg
a4d87094ff Temporarily honor numeric exit codes and warn of deprecation. 2012-08-06 12:40:51 -07:00
Phil Hagelberg
cdb7be698d Fix pom schemaLocation URL. Fixes #714. 2012-08-01 20:56:10 -07:00
Phil Hagelberg
40e28a7208 Merge pull request #712 from pgdad/master
Pull request for adding xml content to generated pom file.
2012-08-01 10:21:22 -07:00
Esa Laine
b08c7c5f1e add :pom-addtion example 2012-08-01 13:16:39 -04:00
Phil Hagelberg
e5f87083f2 Write repl port to file in target. Fixes #682. 2012-08-01 09:47:35 -07:00
Phil Hagelberg
e7dadcd7b9 Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
Phil Hagelberg
c2565d2455 Improve abort messages. Fixes #684. 2012-08-01 09:30:49 -07:00
Esa Laine
f6ea9031a3 Add ability to add arbitary content to generated pom file
Example:

Add to the project.clj file:

  :pom-addition [:developers [:developer [:name "My Name"]]]

The above will add an element to the generated pom file:

<developers> <developer> <name>My Name</name> </developer> </developers>
2012-08-01 10:41:20 -04:00
Phil Hagelberg
97ea257186 Make repl task only bind to localhost by default. 2012-07-31 17:34:44 -07:00
Michael S. Klishin
f66c7474a0 Mention :gen-class, references #710 2012-07-31 19:02:31 +04:00
Michael S. Klishin
ecfbac67b2 Minor improvements to sample.project.clj, closes #710 2012-07-31 19:00:59 +04:00
Michael Klishin
f4cfb8bb5d Merge pull request #709 from oliyh/master
Issue #706 - adding non-proxy-hosts
2012-07-31 04:44:28 -07:00
Oliver Hine
06259b6948 merging http proxy changes 2012-07-31 11:58:35 +01:00
Oliver Hine
af9aeff3ef making http.nonProxyHosts more optional 2012-07-31 11:49:41 +01:00
Phil Hagelberg
23d53695db Remove profiles before checking for snapshot deps in pom. 2012-07-30 14:52:22 -07:00
Oliver Hine
e4e044cc0e propagating non-proxy-hosts to sub processes too 2012-07-30 15:19:51 +01:00
Michael Klishin
5f6db9db30 merging in pitherjo\'s change 2012-07-30 14:03:35 +01:00
oliyh
9604ce9732 Honouring http_no_proxy to complement http_proxy for apache httpcomponents client compatible libraries 2012-07-30 13:47:54 +01:00
Phil Hagelberg
8d3cd95c45 Give nicer messages instead of ex-info subprocess failed traces. 2012-07-27 16:44:49 -07:00
oliyh
ca1de526fe Honouring http_no_proxy to complement http_proxy for apache httpcomponents client compatible libraries 2012-07-27 15:05:26 -07:00
Michael Klishin
6ffbae2099 Merge pull request #705 from joegallo/alias-example
Alias example
2012-07-27 12:44:46 -07:00
Joe Gallo
a6a8695a9d Document how commas are treated. 2012-07-27 15:21:17 -04:00
Joe Gallo
96507dc9e2 Add test! back as an example alias. 2012-07-27 15:20:50 -04:00
Phil Hagelberg
efdbf06bcb Clean up l.c.eval namespace. 2012-07-27 09:31:54 -07:00
Phil Hagelberg
10723b2043 Move "already compiled all namespaces" message to debug. 2012-07-27 09:31:42 -07:00