[CLJ-1062] CLJ-940 breaks compilation of namespaces that don't have any public functions Created: 05/Sep/12 Updated: 01/Mar/13 Resolved: 21/Sep/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.5 |
| Fix Version/s: | Release 1.5 |
| Type: | Defect | Priority: | Critical |
| Reporter: | Michael Klishin | Assignee: | Stuart Sierra |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Code |
| Approval: | Ok |
| Description |
|
This affects several of clojurewerkz.org projects that no longer can compile with 1.5.0-master-SNAPSHOT. |
| Comments |
| Comment by Michael Klishin [ 05/Sep/12 8:39 PM ] |
|
To be more correct: it breaks compilation of namespaces that require/load such ns without any public functions. |
| Comment by Michael Klishin [ 05/Sep/12 8:46 PM ] |
|
An example project that reproduces the issue (see in the README): |
| Comment by Stuart Sierra [ 21/Sep/12 8:28 AM ] |
|
Patch applied. |