Merge pull request #7328 from berni44/reg_numeric_customfloat#7331
Conversation
Fix unittest, which assumed real exponents having at least 15 bit. merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
|
Thanks for your pull request and interest in making D better, @berni44! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "stable + phobos#7331" |
|
The problems in buildkite/phobos seem not to be related. Is it possible to restart this test? Anyway, as this is a regression fix, which has allready been merged into master, I think, this should be merged rather soon to avoid a final stable release without it. |
|
ping? |
Fix unittest, which assumed real exponents having at least 15 bit.
merged-on-behalf-of: Nicholas Wilson thewilsonator@users.noreply.github.com
It's the first time I'm using cherry-pick, so I hope I got everything right. The original PR #7328 was merged on master, but should have been on stable. This PR is intended to fix this...