[stable] Fix up 2.087 C++ header regressions#10070
[stable] Fix up 2.087 C++ header regressions#10070thewilsonator merged 4 commits intodlang:stablefrom
Conversation
|
Thanks for your pull request and interest in making D better, @kinke! 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 + dmd#10070" |
ibuclaw
left a comment
There was a problem hiding this comment.
Please add tests, and make it harder for people to blindly break this in future.
It's a 64-bit value, so don't ignore the 32 upper bits, and print it as signed value for easily readable small negative offsets.
|
Mecca failure unrelated. |
At least those I've encountered so far, incl. a cherry-pick of #10065.