Closed h-vetinari closed 9 months ago
@taku910, could you comment on whether the non-zero exit code for --help
is expected in 0.2.0?
This behavior happens when using the official abseil library with -DSPM_ABSL_PROVIDER=module. However, it turned out that it is the correct and intended behavior. The previous and default abseil-flag-compatible library was not correctly ported. We've changed the return code to be 1 not zero, which is the same as the official abseil library.
Thanks a lot for the many clean-ups in 0.2.0! I was able to reduce the patches necessary for #876 quite substantially, I'll update that issue soon-ish.
In the meantime, I'm running into a new error that I need to figure out... As part of the integrity checks for the built package, we test that we can call the various CLI entry points without errors - for simplicity only with
--help
. For 0.1.99 and before this worked fine, but now I get:and then a non-zero exit code which generally indicates some sort of failure. This happens on all unix builds (windows is running into an unrelated problem that I'm in the process of fixing).