-
Notifications
You must be signed in to change notification settings - Fork 230
Handle issue 1255 and update docs #1256
New issue
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
Conversation
See also #1255 |
Something weird is happening in CI, in this PR and also in the CI that ran when @mborland simply incremented the library version here. It seems like something is influencing files that were not touched in the changes. Cc: @jzmaddock |
For some reason, when exceptions are off at compilation time, we are hitting this line. Then certain tests in the Math test suite fail when Boost has no exceptions yet this file is still included. That line is, however, two years old. I wonder what tiny change and where causes this phenomenon today? |
There is some cruft in the Jamfile, but there are other issues too. I'm working through them in #1254, it's getting closer to green, but there are no cigars being lit just yet! |
Thanks John. OK cool. I'll hold my horses a bit and wait till that goes green and gets in develop. In the meantime, I'll try to ensure that the new tests for #1255 are all passing. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1256 +/- ##
========================================
Coverage 93.83% 93.83%
========================================
Files 657 658 +1
Lines 55244 55256 +12
========================================
+ Hits 51840 51852 +12
Misses 3404 3404
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
No description provided.