Improve dmd.common.bitfields to allow non-bool types#16754
Improve dmd.common.bitfields to allow non-bool types#16754dkorpel wants to merge 2 commits intodlang:masterfrom
dmd.common.bitfields to allow non-bool types#16754Conversation
|
Thanks for your pull request and interest in making D better, @dkorpel! 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 run digger -- build "master + dmd#16754" |
|
I had to make some concessions to make it work with bootstrap compilers, so the visibility logic (allowing private bitfields) is gone now. |
|
Merged through #16753 |
For #16753