Kim Kinnear

Results 204 comments of Kim Kinnear

Yes, the leiningen binary and the uberjar (and standalone binaries) are different pieces of code. They both use the basic zprint library, but are otherwise different (though similar) pieces of...

I'll look at adding a `-c` switch to `lein zprint`. It doesn't look too bad, but you never know...

I have the basics implemented, but I'm wondering how you interpret the output? For the pre-built binaries, I emit the number of incorrectly formatted files as the exit status. Thus,...

I'm confused by your side question. I hear that you want to override user config, but to do that everyone has to add a personal config file? That doesn't make...

In release `1.2.4` you now have the `-c` switch. It also exits with non-zero exit-status if any of them do not "check" correctly. Try `lein zprint :help` for a bit...

I wish it were perfect. Unfortunately, I had a dependency on a alpha version of zprint in the `1.2.4` version of `lein-zprint`. I have just fixed it so that now...

Thanks for doing this! Good point about the NPE with no arguments. For what it is worth, I've found that the relatively recent changes to the pre-built binaries to add...

Thanks for the motivation, that helps a lot. This is my first issue with a "Suggested Musical Pairing". Wow! I'm sorry that the pre-built binaries didn't work in alpine. They...

I'm sorry the uberjar didn't work out for you. While I'm not positive what "regular zprint" means to you, assuming it means one of the pre-built binaries: `zprintl` or `zprintm`...

Wow, I'm impressed. I looked over the results from the runs you did. I haven't even tried Java 17, and you seem to have used it with no problems. That's...