Commit graph

3681 commits

Author SHA1 Message Date
Thomas Hancock
c2cc916dc6 Check that exactly one (existing) source file is found per namespace when compiling 2014-06-19 18:55:56 +01:00
Colin Jones
e7c2330364 Ignore SIGINT sent to an interactive repl server
Unfortunately, even though *pump-in* is false, the server subprocess
still gets the SIGINT when you hit <ctrl-c>. REPLy used to take care of
that by registering a handler itself, but it's a ClassLoader leak, as
discussed in trptcolin/reply#127, so I removed it. But now subprocess
servers crash instead of gracefully being interrupted.

Here we're careful only to register the process in the specific case
where we're responsible for both the input and the server.

Pro: REPLy clients avoid classloader leaks.
Con: All REPLy clients have to implement this same sort of handling, but
only (?) if they're running in a subprocess.
2014-06-17 22:35:31 -05:00
Phil Hagelberg
4aefda6d47 Merge pull request #1568 from eraserhd/new_remote_template_fixes
Fix installing templates from internal repositories
2014-06-17 13:35:59 -07:00
Phil Hagelberg
8001daf1ab Add issues.clj for programmatic issue summary. 2014-06-17 13:20:45 -07:00
Phil Hagelberg
3e6d3876ad Better message when task ns exists, but not task function. Fixes #1299. 2014-06-17 13:19:27 -07:00
Jason Felice
1f5013c2be Use leiningen.core.project's idea of default repositories 2014-06-17 14:29:27 -04:00
Jason Felice
9258dc6da2 Support pairseqs in profiles :plugin-repositories 2014-06-17 12:15:12 -04:00
Jason Felice
ac84465d77 Remove unneeded call to resolve 2014-06-17 11:19:36 -04:00
Phil Hagelberg
dc1d5ed68f Explicitly exit in trampolined repl.
Fixes #1565.
2014-06-16 13:13:33 -07:00
Phil Hagelberg
5cdfdd94a6 Allow opting out of :main for jars.
Fixes #1564.
2014-06-16 13:07:23 -07:00
Phil Hagelberg
4b6eb01cf1 Fix LEIN_FAST_TRAMPOLINE path. Fixes #1562. 2014-06-16 13:05:27 -07:00
Phil Hagelberg
51930c7a04 Update new key expiry dates. 2014-06-15 18:30:32 -07:00
Phil Hagelberg
e6b620cabe Fix bad eval test. 2014-06-15 17:24:55 -07:00
Phil Hagelberg
e738fec65c Bump version to 2.4.3-SNAPSHOT. 2014-06-15 17:24:48 -07:00
Phil Hagelberg
f73a9998ff Release 2.4.2 2014-06-15 17:14:10 -07:00
Phil Hagelberg
9ae145811b NEWS for 2.4.2. 2014-06-15 17:08:19 -07:00
Phil Hagelberg
efc00172b7 Fix leiningen.core.ssl lazy-load. 2014-06-15 17:06:07 -07:00
Phil Hagelberg
b74910600b Fix write-pom-properties to work when outside project dir. 2014-06-15 17:05:13 -07:00
Phil Hagelberg
10d3b098ed Bump version to 2.4.2-SNAPSHOT. 2014-06-15 17:03:58 -07:00
Phil Hagelberg
3f9ecd6cb7 Release 2.4.1 2014-06-15 16:48:22 -07:00
Phil Hagelberg
d1a634fc4e Move make-project-properties to leiningen.core.project. 2014-06-15 16:43:36 -07:00
Phil Hagelberg
e2a9c54326 Update NEWS for 2.4.1. 2014-06-15 14:12:55 -07:00
Phil Hagelberg
e8f9ce52fd Switch order of args in git vcs commit.
Refs #1558

[ci skip]
2014-06-15 10:53:02 -07:00
Phil Hagelberg
a7415d2dbe Document pom.properties.
[ci skip]
2014-06-13 16:23:38 -07:00
Phil Hagelberg
12ec7b9200 Write pom.properties in :prep-tasks, not during jar creation. 2014-06-13 16:09:36 -07:00
Phil Hagelberg
4e5c9112f4 Document how to use bundled clojars.pem in case of CA problems.
Refs #1053.
2014-06-13 15:57:19 -07:00
Phil Hagelberg
b9298323cc Put a newline in between META-INF/services/ entries.
Refs #1561.
2014-06-13 15:44:52 -07:00
Phil Hagelberg
71c548eae5 Don't add all files in git vcs commit. Fixes #1558. 2014-06-13 15:43:02 -07:00
Phil Hagelberg
392db32003 Don't load clojars cert in default project map. 2014-06-13 12:16:33 -07:00
Phil Hagelberg
f937116912 Update bundled clojars.pem.
Extracted with: openssl s_client -connect clojars.org:443
2014-06-13 12:14:37 -07:00
Phil Hagelberg
03bd2ee154 Lazy-load leiningen.core.ssl. 2014-06-13 12:14:37 -07:00
Gary Fredericks
04ef2fc621 correct Unnecessary capitalization 2014-06-12 22:45:17 -05:00
Phil Hagelberg
cf488b3edf Merge pull request #1556 from gfredericks/issue-1555
[DO NOT MERGE] Add regression test for #1555
2014-06-11 11:17:47 -07:00
Gary Fredericks
e5351155bf Add regression test for #1555 2014-06-11 12:58:42 -05:00
Phil Hagelberg
59cca9158e Fix uberjar download link in lein.bat. 2014-06-10 20:33:41 -07:00
Phil Hagelberg
e8129556dd Improve profile coverage in sample.project.clj.
[ci skip]
2014-06-10 16:31:50 -07:00
Phil Hagelberg
da2e50042f Don't meta-merge a project into itself.
Should fix #1555.
2014-06-10 12:13:38 -07:00
Phil Hagelberg
da00e75685 For some reason when running from an uberjar, it's on the cp twice.
Fixes #1554.
2014-06-10 08:06:37 -07:00
Phil Hagelberg
732234ad19 Also need to bump the version here. 2014-06-09 16:44:53 -07:00
Phil Hagelberg
e5a994ab6e Bump to 2.4.1-SNAPSHOT. 2014-06-09 16:33:24 -07:00
Phil Hagelberg
dfaa2dfe43 Release 2.4.0 2014-06-09 16:17:48 -07:00
Phil Hagelberg
52f6ec9b4c Use GitHub releases. 2014-06-09 16:13:23 -07:00
Phil Hagelberg
09bce2da26 Release date. 2014-06-09 15:59:26 -07:00
Phil Hagelberg
e8ebbc0734 Support vcs tag prefix. 2014-06-09 15:59:23 -07:00
Phil Hagelberg
f8a9e54736 Allow project map to override :vcs. 2014-06-09 15:59:22 -07:00
Colin Jones
d1177bf0cc Bump reply version to get jline fixes 2014-06-10 06:08:04 +08:00
Phil Hagelberg
46f1556111 Document partial alias splicing.
[ci skip]
2014-06-08 15:21:05 -07:00
Phil Hagelberg
213e20ba20 Fix release task to use resolve-and-apply as its entry point.
This should be used by all tasks that try to run other tasks as if
they were invoked directly, which really isn't clear at all.
2014-06-08 15:15:45 -07:00
Phil Hagelberg
f8711c48e3 Fix splicing for partial aliases. 2014-06-08 15:12:29 -07:00
Phil Hagelberg
2fbec2be5e Allow project values to be spliced into alias invocations. 2014-06-08 12:48:58 -07:00