Tom Dalziel

Results 155 comments of Tom Dalziel

I'm assuming after this PR is merged, all future additions will need to consider CLR compatibility? The state of Clojure survey reports that about 1% of respondents use it (compared...

@brandoncorrea thanks for the answer. FWIW I'm not convinced the advantages you list outweigh the disadvantages (at least when weighted by number of those affected) but of course it's @weavejester...

Thanks for the bug report @Epidiah . I can't replicate this in an `eldev emacs` session (which is the minimal environment for testing these things, with only emacs, evil, smartparens...

Feel free to re-open if you get a chance to investigate.

@krshrimali can you give an example of a defclass that would be incorrectly navigated with the motions evil supplies? also, > was there any reasoning to not support motions for...

On a related note, `reduce-map` could benefit from this too: https://github.com/tomdl89/medley/commit/8fd5920491cf15deb55d30baddab69bbf908ee64 I'm not convinced https://github.com/weavejester/medley/issues/13 reached the right conclusion btw. Comparing to `map` `filter` `remove` etc doesn't seem to make...

Sorry for the delay @weavejester. Tests added 👍

Thanks for pointing out the `goto-line` comp warning though - I've fixed that in master just now.