[CLJ-918] Vars with {:macro true} meta data do not work when loaded from AOT compiled file Created: 23/Jan/12 Updated: 13/Sep/12 Resolved: 13/Sep/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Trivial |
| Reporter: | Jannik Schorg | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | Compiler, enhancement, metadata | ||
| Environment: |
Tested with 1.3.0 and 1.4.0 |
||
| Patch: | New |
| Description |
|
When defining a var with ^{:macro true} the call of the binded macro does emit a warning when the definition has been AOT compiled. See example outputs with demo code here: https://refheap.com/paste/389 Bronsa on #clojure created a patch: http://sprunge.us/bWcc |
| Comments |
| Comment by Andy Fingerhut [ 13/Sep/12 2:29 PM ] |
|
Duplicate of CLJ-1021. Later ticket kept in preference to this one, because it has a patch and this one does not. |