We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thank you for the portability patch merges. Still one new issue on a newest master:
Extract from running tests on Debian s390x and arm64 autobuilders: -------------------8<-------------------- [ RUN ] UtilTest.StringRefCompare /«BUILDDIR»/cppformat-2.0.0alpha20151107+ds3/test/util-test.cc:726: Failure Value of: StringRef("fop").compare(StringRef("foo")) Actual: 8 Expected: 1 /«BUILDDIR»/cppformat-2.0.0alpha20151107+ds3/test/util-test.cc:727: Failure Value of: StringRef("foo").compare(StringRef("fop")) Actual: -8 Expected: -1 [ FAILED ] UtilTest.StringRefCompare (0 ms) ------------------->8---------------------
The text was updated successfully, but these errors were encountered:
Don't assume that char_traits::compare returns +/-1 (#225)
aa741ba
Fixed in aa741ba. Thanks!
Sorry, something went wrong.
No branches or pull requests
Hi,
Thank you for the portability patch merges. Still one new issue on a newest master:
Extract from running tests on Debian s390x and arm64 autobuilders:
-------------------8<--------------------
[ RUN ] UtilTest.StringRefCompare
/«BUILDDIR»/cppformat-2.0.0
alpha20151107+ds3/test/util-test.cc:726: FailureValue of: StringRef("fop").compare(StringRef("foo"))
Actual: 8
Expected: 1
/«BUILDDIR»/cppformat-2.0.0
alpha20151107+ds3/test/util-test.cc:727: FailureValue of: StringRef("foo").compare(StringRef("fop"))
Actual: -8
Expected: -1
[ FAILED ] UtilTest.StringRefCompare (0 ms)
------------------->8---------------------
The text was updated successfully, but these errors were encountered: