Skip to content
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

ImportC add simple array initialization #12664

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

WalterBright
Copy link
Member

Only static arrays, no nested initializers, need same number of initializers as array dimension.

Doing the whole thing is rather complicated, so I thought I'd start easy.

@WalterBright WalterBright added the ImportC Pertaining to ImportC support label Jun 10, 2021
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

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.

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#12664"

@dlang-bot dlang-bot merged commit a9efb98 into dlang:master Jun 10, 2021
@WalterBright WalterBright deleted the initsemArray2 branch June 10, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge ImportC Pertaining to ImportC support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants