Skip to content

Commit

Permalink
Todos and news.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 10, 2013
1 parent 824c3dc commit adab79d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.0.0-RC1 / ???

* Fix some reader bugs in repl task. (Colin Jones)
* Fix a bug where Leiningen's deps could affect javac. (Jean Niklas L'orange)
* Test selectors may allow entire namespaces to be skipped. (Anthony Grimes)
* Allow project's git repo to be different than project root. (David Greenberg)
* Don't AOT the `:main` namespace outside of uberjar task.
* Check Clojars releases repository by default instead of legacy Clojars.
* Allow hooks from profiles to apply with limited scope. (Hugo Duncan)
Expand Down
12 changes: 0 additions & 12 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,3 @@
can usually set `:bootclasspath true` in project.clj to speed up
project launches, though there are compatibility issues with some
libraries.

**Q:** Leiningen can't find some jars that the preview version could!
**A:** As of 2.0.0-RC1, Leiningen no longer checks the
[Clojars classic repository](https://clojars.org/repo) by default,
replacing it with the
[Clojars releases repository](https://github.com/ato/clojars-web/wiki/Releases).
This speeds up dependency resolution and allows for more secure
builds which enforce artifact signatures, but many libraries haven't
been promoted to the releases repository yet. If you need such a
library (or any snapshot version), you can add the old repo to your
`:repositories` in `project.clj`: `:repositories
[["clojars-classic" "https://clojars.org/repo"]]`
1 change: 1 addition & 0 deletions leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

(declare meta-merge)

;; TODO: drop this and use read-eval syntax in 3.0
(defn- unquote-project
"Inside defproject forms, unquoting (~) allows for arbitrary evaluation."
[args]
Expand Down
9 changes: 5 additions & 4 deletions todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ See also https://github.com/technomancy/leiningen/issues
- [X] Allow search queries on any field. (#243)
- [X] Drop clojars snapshots from default repos (#241)
- [X] Remove mention of preview branch from docs, bin/lein
- [ ] Deploy and configure clojars promotion functionality
- [ ] Check to see that libraries are being promoted
- [ ] Document releases repository on Clojars wiki
https://github.com/ato/clojars-web/wiki/Releases
- [X] Deploy and configure clojars promotion functionality
- [X] Document releases repository on Clojars wiki
- [ ] missing dependency resolution output
- [ ] Move downloads to S3 (#885)
- [ ] Prevent overwrites in Clojars
** 2.0.0-preview9
- [X] Fast trampolining
- [X] Latest newnew
Expand Down

0 comments on commit adab79d

Please sign in to comment.