Commit graph

2022 commits

Author SHA1 Message Date
Bruce Adams
20c266a60d "aliases" need not be an atom, now it isn't 2012-07-12 08:31:31 -04:00
Bruce Adams
ff1476a50d Remove redundant "help" aliases 2012-07-12 07:51:45 -04:00
Phil Hagelberg
066b557e97 Merge remote-tracking branch 'Moocar/prep-tasks'
Conflicts:
	leiningen-core/src/leiningen/core/eval.clj
2012-07-11 17:12:14 -07:00
Phil Hagelberg
6abdc17253 Merge pull request #680 from bruceadams/master
Intercept "help" after task name, issue #629
2012-07-11 17:03:01 -07:00
Bruce Adams
d233dc64fb Intercept "help" after task name, issue #629 2012-07-11 19:45:29 -04:00
Phil Hagelberg
7a812270d9 Auto-detect wagons from plugins. 2012-07-09 16:32:45 -07:00
Anthony Marcar
68f1b07569 updated prep-tasks doco 2012-07-08 23:11:35 -07:00
Anthony Marcar
1dab145352 prep-tasks handles both strings and vectors 2012-07-08 23:10:21 -07:00
Anthony Marcar
5c05e6b041 changed doco to reflect prep-tasks args 2012-07-08 22:14:21 -07:00
Anthony Marcar
5b73ce321b added prep-tasks which allows prep tasks to include args 2012-07-08 22:13:05 -07:00
Phil Hagelberg
4beeb70d1c Allow successive eval-in-project calls with trampoline. Fixes #665. 2012-07-08 13:47:44 -07:00
Phil Hagelberg
6f04e0d43d Improve example of :aliases in sample.project.clj.
[ci skip]
2012-07-08 13:08:08 -07:00
Michael Klishin
5afa5bff68 Merge pull request #675 from unnali/re_enable_post_compile_cleaning
Re-enable post-compile cleaning.
2012-07-06 06:49:05 -07:00
Arlen Cuss
710849c3f5 Unmark :post-preview compile tests. 2012-07-06 23:20:47 +10:00
Arlen Cuss
e39397cbc5 Fix existing :post-preview tests for cleanup. 2012-07-06 23:13:57 +10:00
Arlen Cuss
62d4921d62 Re-enable post-compile cleaning.
See technomancy/leiningen#516.  AOT can bring in other .classes which we
don't want for ourselves.  It was disabled for 2.x, but seems fine in
1.x.
2012-07-06 20:57:33 +10:00
Phil Hagelberg
5120d24732 Explanatory message at the top of bin/lein. 2012-07-03 22:38:06 -07:00
Phil Hagelberg
1729cbb04d Bump bultitude, clucy versions. 2012-07-03 22:37:42 -07:00
Phil Hagelberg
4c4502aacd Formatting of chaining warning. 2012-07-03 22:37:32 -07:00
Phil Hagelberg
408fea8d87 Ignore all signatures. 2012-07-03 22:37:22 -07:00
Michael Klishin
88552b0186 Merge pull request #666 from aperiodic/master
Compile nses in :aot vector order
2012-06-29 04:50:11 -07:00
Dan Lidral-Porter
2db9e8cbef Compile nses in :aot vector order. 2012-06-29 02:48:40 -07:00
Phil Hagelberg
36856e4fad Drop back to 2.0.0-SNAPSHOT, hopefully for the last time. 2012-06-27 16:54:31 -07:00
Phil Hagelberg
811e974174 Release 2.0.0-preview7. 2012-06-27 16:45:13 -07:00
Phil Hagelberg
a6659e15fa Documentation, news, todo updates. 2012-06-27 16:06:48 -07:00
Phil Hagelberg
c79349d568 Add clojars to default :deploy-repositories. 2012-06-27 15:07:09 -07:00
Phil Hagelberg
7de4e12f4b Look up aliases in prep and trampoline. 2012-06-27 10:32:57 -07:00
Phil Hagelberg
5775c6a2b8 Allow user-level repositories which contain credentials only. 2012-06-27 10:10:45 -07:00
Michael S. Klishin
1d2674ab11 Add an example to the warning about task chaining
This may or may not matter in interactive use but for upgrading users on travis-ci.org it will
save some confusion.
2012-06-27 12:03:33 +04:00
Michael S. Klishin
ae09d6f0b7 Update todo 2012-06-27 11:55:39 +04:00
Michael S. Klishin
fed69aab84 Slightly better error message 2012-06-27 11:54:19 +04:00
Michael S. Klishin
081f77857f Abort task chaining if Java sources compilation (lein javac) fails
Fixes #658
2012-06-27 11:50:00 +04:00
Phil Hagelberg
82d812eccb Fix pom tests to reflect sample project change. 2012-06-26 20:26:37 -07:00
Phil Hagelberg
70695f5868 Work with latest pomegranate deploy-artifacts signature. 2012-06-26 17:31:36 -07:00
Phil Hagelberg
2fffac4854 Deploy signatures along with jars and poms.
Currently depends on pomegranate branch:
https://github.com/cemerick/pomegranate/pull/27
2012-06-26 17:31:36 -07:00
Phil Hagelberg
c5b9d4417d News updates. 2012-06-25 16:35:46 -07:00
Phil Hagelberg
f00c985d4e Use both built-in :leiningen/test profile and :test profile in test task. 2012-06-25 16:33:28 -07:00
Phil Hagelberg
5618a861d6 Don't decrypt credentials.clj.gpg for every request. Fixes #657. 2012-06-25 13:59:30 -07:00
Phil Hagelberg
a32abdf51c Plumb through mirror support to pomegranate. Fixes #271.
Won't actually be visible until pomegranate is bumped to 0.0.13.
2012-06-25 11:08:59 -07:00
Phil Hagelberg
13608e8036 Allow aliases to shadow task names. Fixes #660. 2012-06-24 22:06:28 -07:00
Phil Hagelberg
b6f90ac49e Fix test for lein-newnew. 2012-06-24 22:06:07 -07:00
Phil Hagelberg
519d793b5f Make problems loading project.clj explicit. Fixes #648. 2012-06-24 21:56:19 -07:00
Phil Hagelberg
de751e97d7 Pull in latest lein-newnew. 2012-06-22 20:47:20 -07:00
Phil Hagelberg
b7c6a63fd5 Qualify implicit ::test profile. Fixes #659 for real, hopefully. 2012-06-22 13:19:46 -07:00
Phil Hagelberg
9a04a356a5 Move hooke injection to :test profile. Fixes #659. 2012-06-22 11:26:49 -07:00
Phil Hagelberg
143ce922d2 Fall back to reply beta8 due to trptcolin/reply#67 2012-06-22 10:58:36 -07:00
Phil Hagelberg
f10963d3e5 Pull in drawbridge directly so we can exclude ring. 2012-06-22 10:24:54 -07:00
Phil Hagelberg
0412001cef Reintroduce project.clj at jar root for lein1 compatibility. Fixes #656. 2012-06-22 09:47:29 -07:00
Shantanu Kumar
d99e1019d6 fix :javac-options example in sample.project.clj 2012-06-22 18:09:41 +05:30
Michael Klishin
c155dd1e25 Merge pull request #654 from winks/master
Add :scm to sample.project.clj (#640)
2012-06-20 15:15:34 -07:00