Commit graph

2022 commits

Author SHA1 Message Date
Florian Anderiasch
5e952c4303 Rephrase sample.project.clj comment for :scm #640 2012-06-21 00:12:01 +02:00
Florian Anderiasch
0bd7ab2ad3 Add :scm to sample.project.clj (#640) 2012-06-20 23:50:25 +02:00
Michael Klishin
d53e28fdf3 Merge pull request #653 from winks/master
Try solving #640 without changing current behaviour
2012-06-20 14:34:55 -07:00
Florian Anderiasch
fedb6badd7 Try solving #640 with BC 2012-06-20 23:18:36 +02:00
Colin Jones
b9c1178b3a Bump REPLy/nREPL versions for reply task 2012-06-19 21:46:42 -05:00
Phil Hagelberg
e9abdc6fd3 Remove :force arg to deps; -U makes it redundant. 2012-06-18 20:10:18 -07:00
Phil Hagelberg
8d5b8698bd Honor :classifier and :extension when de-duping deps.
Fixes #645.
2012-06-18 20:09:59 -07:00
Phil Hagelberg
93a7042f47 Fix when-stale invocation for native extraction. Fixes #647. 2012-06-18 15:49:14 -07:00
Phil Hagelberg
2185d3809c Remove faked out exit code. 2012-06-18 15:41:51 -07:00
Jacek Laskowski
03d4411da5 Fix for Issue #589 lein 2 leaves 'stale' directories all over the place 2012-06-18 23:16:33 +02:00
Phil Hagelberg
7a2bd4dd2a Move tiered compilation out of profiles and injections into them. 2012-06-15 10:48:41 -07:00
Phil Hagelberg
c263783455 Turn :bootclasspath off by default; too many issues for now. 2012-06-15 10:48:26 -07:00
Phil Hagelberg
a581b006fb Turn off bootclasspath for projects using 1.2.
Won't help if it's an indirect dependency forced by version ranges though.
2012-06-14 16:28:37 -07:00
Phil Hagelberg
b3d84b207b Link to namespace documentation in tutorial. 2012-06-14 16:26:52 -07:00
Phil Hagelberg
6e136f1f53 Point people towards 2.x in the readme. 2012-06-14 16:26:39 -07:00
Phil Hagelberg
2f2bd69b4d Fix tests for bootclasspath. 2012-06-14 16:26:22 -07:00
Phil Hagelberg
25181bed9c Test boot time for lein run rather than lein version.
Who cares if lein version is slow?
2012-06-13 21:43:22 -07:00
Phil Hagelberg
80fa274979 Use bootclasspath inside eval-in-project. Fixes #639. 2012-06-13 21:42:55 -07:00
Phil Hagelberg
a145841b8e Clarify that profiles.clj is just a map.
[ci skip]
2012-06-13 19:37:29 -07:00
Phil Hagelberg
628e13ef8e Fix checkout detection logic in lein.bat; fixes #579.
[ci skip]
2012-06-13 18:59:36 -07:00
Phil Hagelberg
50f93104a4 Set user-agent in search index downloads. 2012-06-13 10:42:32 -07:00
Phil Hagelberg
d8d5ca15bf Move user-agent to its own function; make it match lein version more. 2012-06-13 10:02:53 -07:00
Phil Hagelberg
9f6934487e Merge pull request #637 from bruceadams/master
Set "Leiningen" User-Agent in http requests for issue #636
2012-06-13 09:57:25 -07:00
Phil Hagelberg
6e78141f4a Don't assume all args are strings; can have partial aliases. 2012-06-13 09:12:49 -07:00
Bruce Adams
977ba3d160 Fix messed up order of os.name os.version for #636 2012-06-13 09:44:51 -04:00
Bruce Adams
93d651c41f Enhanced User-Agent string #636 2012-06-13 09:30:58 -04:00
Bruce Adams
d1b1ddc819 Set "Leiningen" User-Agent in http requests for issue #636 2012-06-13 08:08:32 -04:00
Phil Hagelberg
954249d794 Rewrite docstring for deps task.
[ci skip]
2012-06-11 20:26:32 -07:00
Phil Hagelberg
c7161e1756 First pass at verifying signatures via lein deps :verify. 2012-06-11 18:46:39 -07:00
Phil Hagelberg
d960cb91b7 Allow leiningen.core.eval/sh to work with rebound *out* and *err*. 2012-06-11 18:45:29 -07:00
Phil Hagelberg
1da790ed78 Bump back to 2.0.0-SNAPSHOT. 2012-06-11 18:45:00 -07:00
Phil Hagelberg
e62275369a Exclude .DSA files too. 2012-06-10 15:06:14 -07:00
Phil Hagelberg
eaa6935891 Mention keychain for handling gpg passphrases. Fixes #615.
[ci skip]
2012-06-10 15:02:21 -07:00
Phil Hagelberg
d66451a4fd Move hooke injections to default profile. 2012-06-09 22:10:29 -07:00
Phil Hagelberg
aeb6a46883 Document do task. 2012-06-09 21:58:42 -07:00
Phil Hagelberg
1be0c5edb9 Move task chaining to do task. Fixes #632. 2012-06-09 21:48:23 -07:00
Phil Hagelberg
a61f188fbf Suppress stack trace from exit exception in with-profile. 2012-06-09 21:47:05 -07:00
Phil Hagelberg
90e8fc609f Consistent use of leiningen-version function. 2012-06-09 21:17:39 -07:00
Phil Hagelberg
858f26e29b Todo updates. 2012-06-09 21:10:00 -07:00
Phil Hagelberg
dcb5aea2ce Remove left-over use of integer error code in classloader eval. 2012-06-09 21:09:39 -07:00
Phil Hagelberg
0eff5d80d7 Document using .lein-classpath for developing plugins. Fixes #508.
[ci skip]
2012-06-09 21:08:58 -07:00
Phil Hagelberg
aa54676c65 Bump Bultitude version. Fixes #592. 2012-06-09 19:50:56 -07:00
Phil Hagelberg
f0732f5536 Remove outdated comment about ant.
[ci skip]
2012-06-09 19:48:41 -07:00
Phil Hagelberg
dfb54f3683 Use env in bash shebang. Fixes #624. 2012-06-09 19:48:41 -07:00
Phil Hagelberg
3d57749896 Don't mess with HTTP_CLIENT setting. Fixes #623. 2012-06-09 19:48:40 -07:00
Phil Hagelberg
69f59efced Improve defproject docstring. 2012-06-09 19:48:40 -07:00
Phil Hagelberg
db69ddedff Merge pull request #626 from Knekkebjoern/master
'command not found' in bin/lein
2012-06-06 16:00:25 -07:00
Jorge Barrios
b659769d54 Minor fix to avoid this error:
./lein: line 180: [darwin11: command not found
2012-06-06 15:54:14 -07:00
Phil Hagelberg
14c650c9b0 Release 2.0.0-preview6 2012-06-02 21:07:35 -07:00
Phil Hagelberg
6a4587eea7 Merge pull request #622 from jaceklaskowski/master
Read user profiles once (it uses IO so it should be faster)
2012-06-02 11:47:29 -07:00