Commit graph

3384 commits

Author SHA1 Message Date
Phil Hagelberg
5726335f6f Revert "Fall back to defn-level help summaries if ns-level are not found."
This reverts commit 0c47e54b9e.
2014-01-20 14:29:52 -08:00
Phil Hagelberg
ff403992e4 Update plugin guide. 2014-01-20 10:49:21 -08:00
Phil Hagelberg
0c47e54b9e Fall back to defn-level help summaries if ns-level are not found. 2014-01-20 10:49:14 -08:00
Phil Hagelberg
93a2ffa85d Merge remote-tracking branch 'DavidEGrayson/lein_faster'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-01-20 09:49:11 -08:00
David Grayson
bde2e864d5 Merge pull request #1 from ryantm/patch-1
update bultitude dependency to 0.2.5
2014-01-19 14:25:51 -08:00
Ryan Mulligan
8a274d9039 update bultitude dependency to 0.2.5
0.2.5 incorporates the changes to bultitude that @davidegrayson's changes depend on, so we need to have leiningen depend on that version now.
2014-01-17 18:05:11 -08:00
Phil Hagelberg
919bf67d8d Merge pull request #1413 from laurentpetit/issue-1412
Add nREPL URL to output along side the human readable message
2014-01-09 13:48:25 -08:00
Laurent Petit
672d204ddb Add nREPL URL to output along side the human readable message 2014-01-09 22:41:34 +01:00
Jean Niklas L'orange
b497494b04 Merge pull request #1408 from drewnoakes/docs/tutorial
Updated TUTORIAL.md for Leiningen 2.3.4

[ci skip]
2014-01-07 10:58:36 -08:00
Drew Noakes
9291140e2e Updated TUTORIAL.md for Leiningen 2.3.4.
Updated `project.clj` file output created by `lein new app`.

Updated references to clojure 1.4.0 with clojure 1.5.1 (current stable release.)

Updated banner text displayed by `lein repl`.

Updated output of unit tests.

Updated command required to run a single unit test as the name is different in the current `app` template.
2014-01-07 18:53:16 +00:00
Jean Niklas L'orange
06594e6fcd Merge branch 'properly-init-profiles' 2014-01-07 14:05:53 +01:00
Jean Niklas L'orange
3d50e8c9ba Properly initialize read profiles.
Fixes #1407, fixes #1376.
2014-01-07 14:02:55 +01:00
Jean Niklas L'orange
a0c65e9ec1 Properly setup profiles within project map. 2014-01-07 13:51:10 +01:00
Jean Niklas L'orange
9131b52b0b Drag out common map setup functionality. 2014-01-07 12:58:23 +01:00
Jean Niklas L'orange
a579ccd750 Remove dead :jvm-opts lookup
Coming from the 57ea876ddd cleanup
2014-01-07 02:08:21 +01:00
Jean Niklas L'orange
613a33b578 Pull out empty meta-merge defaults. 2014-01-07 02:00:53 +01:00
Jean Niklas L'orange
36ebbc27be Load plugins and activate middleware in update-in.
Fixes #1375.
2014-01-06 23:47:43 +01:00
Jean Niklas L'orange
2082daa919 Bump copyright year.
[ci skip]
2014-01-06 22:41:31 +01:00
Phil Hagelberg
49d405cf5d Revert "Rely less on undocumented features"
This reverts commit 9adc966aef.
2014-01-06 11:58:58 -08:00
Michael Klishin
243a9918f9 Merge pull request #1406 from frenchy64/patch-1
Rely less on undocumented features
2014-01-02 08:16:56 -08:00
Ambrose Bonnaire-Sergeant
9adc966aef Rely less on undocumented features
We simply guard against nil leaking into `merge` or `select-keys`. This does not change semantics.

I caught this with a linter I'm building.
2014-01-02 23:58:22 +08:00
Jean Niklas L'orange
2ba5e31daa Test edit distance function. 2013-12-30 20:11:33 +01:00
Jean Niklas L'orange
c05e102036 Implement Damerau-Levenshtein, closes #1119.
Fetching the keyboard layout seems to be impossible to do within the JVM
without shelling out. It's probably not worth it wrt. portability.
2013-12-30 20:10:16 +01:00
Phil Hagelberg
248362f2e7 Upgrade stencil and exclude core.cache.
Should help avoid conflicts with dependencies that need a different version.
2013-12-20 15:26:22 -08:00
David Grayson
6577d59c85 RyanTM and I reduced the run time of the 'lein help' command
by making it just parse the task source code files instead of actually
requiring/compiling them (second try).

This results in a 70% speed improvement on my machine (14s to 4s).
2013-12-20 11:41:53 -08:00
Phil Hagelberg
8c8051c093 Merge pull request #1401 from benwbooth/master
fix DRIP_INIT not being set when LEIN_JAVA_CMD is drip
2013-12-19 21:38:54 -08:00
Ben Booth
b8d5ec1938 fix DRIP_INIT not being set when LEIN_JAVA_CMD is drip 2013-12-19 18:19:23 -08:00
Phil Hagelberg
5afa648224 Merge pull request #1400 from devth/master
Point "great documentation" link to new URL
2013-12-17 09:12:48 -08:00
Trevor Hartman
fb2028b36e Update remaining 2 "great documentation" links 2013-12-17 08:53:36 -07:00
Trevor Hartman
84c1ef8658 Point "great documentation" link to new URL 2013-12-17 08:49:25 -07:00
Phil Hagelberg
eff1dcd9e3 Merge pull request #1399 from sritchie/patch-1
Distinct test directories before requiring
2013-12-13 14:52:42 -08:00
Sam Ritchie
a065c5be47 Distinct test directories before requiring
To prevent unintended side-effects at compile time.
2013-12-13 14:51:50 -08:00
Phil Hagelberg
76a50da53f Merge pull request #1395 from statonjr/master
Add LEIN_SILENT option to supress *info* output
2013-12-05 15:02:41 -08:00
Larry Staton Jr
1a47f2683e Add LEIN_SILENT option to suppress *info* output 2013-12-05 17:09:00 -05:00
Aaron Brooks
f5bea91dda Make "/etc/leiningen" profile inclusion clearer. 2013-12-04 15:54:41 -05:00
Phil Hagelberg
1ce5c2f78b Merge pull request #1383 from dannypurcell/msys-classpath-fix
Fixes classpath issue under msys
2013-12-02 18:55:06 -08:00
Jean Niklas L'orange
f0a31e5d38 Fix minor wording in 'lein new' comments.
[ci skip]
2013-12-02 03:06:30 +01:00
Phil Hagelberg
18c53cedf6 Block upgrades in bin/lein-pkg.
Fixes #1377.
2013-12-01 13:47:00 -08:00
Danny Purcell
bd0ff6dd8c Fixes classpath issue under msys 2013-11-30 10:04:10 -06:00
Michael Klishin
9eb9149707 Merge pull request #1379 from graue/patch-1
Fix typos in sample.project.clj comment
2013-11-29 00:28:41 -08:00
Scott Feeney
41f7a297b4 Fix punctuation in sample.project.clj comment 2013-11-29 00:30:58 -05:00
Phil Hagelberg
7664d18915 Update man page. 2013-11-19 21:03:11 -08:00
Jean Niklas L'orange
3d6550985d Merge pull request #1373 from dentrado/check-version-on-upgrade
Print "already up-to-date" on upgrade if that's the case.
2013-11-19 17:43:35 -08:00
Martin Forsgren
e4807db069 Print "already up-to-date" on upgrade if that's the case. 2013-11-20 00:25:06 +01:00
Phil Hagelberg
12b97749bd Bump version number back to a snapshot. 2013-11-19 10:05:36 -08:00
Phil Hagelberg
77d659e6ee Release 2.3.4 2013-11-18 21:59:05 -08:00
Phil Hagelberg
04133b573a Accept both orderings of args in :show subtask of new. 2013-11-18 20:08:09 -08:00
Phil Hagelberg
c575b7b82b Support :keyword args in leiningen.core.main/parse-options. 2013-11-17 09:15:11 -08:00
Phil Hagelberg
cd0066e19f Suggest exclusions for overrides. Closes #1198. 2013-11-17 08:56:53 -08:00
Phil Hagelberg
75a80f6951 Clean up dependency-str weirdness of version calculation. 2013-11-16 14:59:33 -08:00