[CLJS-320] memfn not supported Created: 18/Jun/12 Updated: 18/Jun/12 Resolved: 18/Jun/12 |
|
| Status: | Resolved |
| Project: | ClojureScript |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Minor |
| Reporter: | Brandon Bloom | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | patch, patch, | ||
| Attachments: |
|
| Patch: | Code and Test |
| Description |
|
The docs say "it almost always preferable to do this directly now", but this was one more thing that slowed down the porting of a small piece of JVM Clojure code for me. I'm of the opinion that parity with Clojure proper is desirable where it doesn't hurt platform interop or performance. |
| Comments |
| Comment by David Nolen [ 18/Jun/12 8:53 AM ] |
|
Can we get a simple test with this patch? |
| Comment by Brandon Bloom [ 18/Jun/12 4:55 PM ] |
|
Updated patch with tests |
| Comment by David Nolen [ 18/Jun/12 9:01 PM ] |
|
fixed, http://github.com/clojure/clojurescript/commit/8965df74d424ed41beb3990a55d775d2d851aacd |