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
From the unit test run [1]:
----------------------8<----------------------- [ RUN ] FormatterTest.FormatLongDouble /«BUILDDIR»/cppformat-1.1.0+ds/test/format-test.cc:1166: Failure Value of: format("{0:+010.4g}", 392.65l) Actual: "+0000392.7" Expected: "+0000392.6" [ FAILED ] FormatterTest.FormatLongDouble (0 ms) ---------------------->8-----------------------
I don't know whether this is an issue of flags or a compiler or the architecture or the test or the implementation. Please have a look.
[1] https://buildd.debian.org/status/fetch.php?pkg=cppformat&arch=powerpc&ver=1.1.0%2Bds-3&stamp=1434716610
The text was updated successfully, but these errors were encountered:
Fix FormatLongDouble test on PowerPC (#180)
948317b
Should be fixed in 948317b. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
From the unit test run [1]:
----------------------8<-----------------------
[ RUN ] FormatterTest.FormatLongDouble
/«BUILDDIR»/cppformat-1.1.0+ds/test/format-test.cc:1166: Failure
Value of: format("{0:+010.4g}", 392.65l)
Actual: "+0000392.7"
Expected: "+0000392.6"
[ FAILED ] FormatterTest.FormatLongDouble (0 ms)
---------------------->8-----------------------
I don't know whether this is an issue of flags or a compiler or the architecture or the test or the implementation. Please have a look.
[1] https://buildd.debian.org/status/fetch.php?pkg=cppformat&arch=powerpc&ver=1.1.0%2Bds-3&stamp=1434716610
The text was updated successfully, but these errors were encountered: