[CLJ-369] Check for invalid interface method names Created: 01/Jun/10 Updated: 23/Mar/12 Resolved: 23/Mar/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Release 1.4 |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Assembla Importer | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Approval: | Ok |
| Description |
|
Dashes are not allowed in method names. However gen-interface does not complain about invalid method names. See also: http://groups.google.com/group/clojure/browse_thread/thread/c740b3835c437d0 |
| Comments |
| Comment by Assembla Importer [ 28/Sep/10 8:01 AM ] |
|
Converted from http://www.assembla.com/spaces/clojure/tickets/369 |
| Comment by Assembla Importer [ 28/Sep/10 8:01 AM ] |
|
richhickey said: We might have some better method name validity checking somewhere (i.e. not just '-', although that is probably most common) |
| Comment by Stuart Sierra [ 17/Feb/12 2:44 PM ] |
|
Screened. Without this patch, gen-interface can create methods with invalid names. |