Jason Felice

Results 93 comments of Jason Felice

The problem with the issue you've linked to is that the comment is no longer a comment, but a semicolon inside a string. There's not a way to detect that...

I've been thinking that the "can ensure the buffer is correct" part is an [AI-complete](https://en.wikipedia.org/wiki/AI-complete) problem. But maybe it's not a hard problem but requires the persistence of some state...

Hi! I don't see any tabs in your example, so I'm not sure if you mean the indentation is important or maybe github ate the tabs? If the tab characters...

Hi! It's been a while since I've had this loaded into my brain, but as far as I can tell, you are right that the behavior is wrong.

The first run of parinfer in a buffer is supposed to use paren mode... so it should change the *indentation*, not the parentheses, preserving the structure of the original file....

@TimoKramer Yes, still a TODO for Vim and Kakoune. The problem is that parinfer must be run in paren-mode to fix indentation once before normal operation, so it needs to...

:+1: This would be useful for me, too. I looked into it but it was too much for me to do at the moment. What I found: - `leiningen.jar/copy-to-jar` is...

Will post as a separate issue.

@WilliamParker It turns out that the module added for development on JDK9 was *removed* in JDK11, and that it was replaced with a set of normal Maven artifacts. If these...

I figure this was a good thing for me to resolve for the next release, but here is the issue: I can update Clojure and ClojureScript in the `:recent-clj` profile,...