-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
Merge stable #17069
Merge stable #17069
Conversation
Reverting dlang#14844, which caused such missing TypeInfos, *and* making sure the special TypeInfo members are fully analyzed and ready for codegen (otherwise hitting an assertion for the real-world project).
Required for 32-bit ARM, and non-Apple 64-bit ARM targets. The only difference to `Gcc_Clang` is that anonymous and 0-length bit-fields do contribute to the aggregate alignment. Caught by existing proper C interop tests in runnable_cxx/testbitfields.d on such targets. The hardcoded bad tests in runnable/{bitfieldsposix64.c,dbitfieldsposix64.d} however now fail after the fix, on such targets again.
…elect overload anymore
Co-authored-by: Dennis Korpel <[email protected]>
… template bool argument
Co-authored-by: Dennis Korpel <[email protected]>
…ng#16917) Co-authored-by: Dennis Korpel <[email protected]>
…empty enum declaration (dlang#17004)
* Fix bugzilla 24832 - Segfault in hex string * Fix lack of camelcasing on stable branch
…ions on 32-bit (dlang#17023) (cherry picked from commit 88d1e8f)
…lang#16780) (cherry picked from commit 67227f0)
…f a string should hint on error
…ts with -preview=nosharedaccess
As the macos-12 image will be 'fully unsupported' starting with December 3rd: actions/runner-images#10721
Conflicts: compiler/src/build.d compiler/src/dmd/dcast.d compiler/src/dmd/dtemplate.d compiler/src/dmd/expressionsem.d
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 references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#17069" |
…eaders GitHub Actions upgraded the WinSDK in the latest image, and its NAN is apparently not supported by ImportC anymore, breaking CI.
This is missing c58e2a7 could you include that please? |
Thanks! |
My pleasure. - auto-merge won't work, the renamed CI jobs (macos-12 => 13) need updated branch rules. I'll update them after a manual merge, already did for stable earlier. |
No description provided.