Skip to content

fix #22383 - bitfield .init value contains void elements#22395

Merged
thewilsonator merged 1 commit intodlang:masterfrom
ibuclaw:issue22383
Jan 13, 2026
Merged

fix #22383 - bitfield .init value contains void elements#22395
thewilsonator merged 1 commit intodlang:masterfrom
ibuclaw:issue22383

Conversation

@ibuclaw
Copy link
Copy Markdown
Member

@ibuclaw ibuclaw commented Jan 13, 2026

defaultInit wasn't adapted to deal with bitfields.

Closes #22383.

@dlang-bot
Copy link
Copy Markdown
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

  • In preparation for migrating from Bugzilla to GitHub Issues, the issue reference syntax has changed. Please add the word "Bugzilla" to issue references. For example, Fix Bugzilla Issue 12345 or Fix Bugzilla 12345.(Reminder: the edit needs to be done in the Git commit message, not the GitHub pull request.)

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#22395"

@thewilsonator thewilsonator merged commit e64c0a4 into dlang:master Jan 13, 2026
42 checks passed
@ibuclaw ibuclaw deleted the issue22383 branch January 14, 2026 06:18
@ibuclaw ibuclaw changed the title fix #22393 - bitfield .init value contains void elements fix #22383 - bitfield .init value contains void elements Jan 14, 2026
@ibuclaw
Copy link
Copy Markdown
Member Author

ibuclaw commented Jan 14, 2026

@thewilsonator maybe check if the issue ref is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bitfields: .init value contains void elements

3 participants