Henry Schreiner

Results 2505 comments of Henry Schreiner

Not at the moment. I would like to rework the error system to avoid using exceptions (at least requiring exceptions), at which point making a list of parsing errors would...

This would also help with #168; the issue there is that you want to fill in all the options before calling the help, but don't want to run into the...

Sure. I'm hoping to get a patch release out around the end of the month with a few fixes. Reworking errors and the type system are longer term. Reasonable PRs...

I'll probably do a small patch release in a few days, then merge the new parse layout for 1.7.

This issue is now easier to address, but it's not fully addressed yet. Did the patch fix your tricky new issue?

In CMake, it should be fairly easy; if you use the target we provide. And if you don't use CMake, it remains header only. We could also provide a flag...

Yes, "user" in this case is usually the build system - our supported ones (CMake, png-config, Bazel, and Meson, IIRC?) would do it for you.

The diff would probably be better as a percentage - the binaries are not massively larger - 10% or so. If it's optional, it can be a user decided tradeoff.

I take it this issue now is "Update the book"? Or can it be closed?

Not really, the current way to do that would be to use a set, but that's a different syntax. What would a good api for that be? Maybe passing other...