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

fix Issue 23672 - importC: Infinite recursion: Error: found 'End of File' when expecting ',' #14866

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Feb 6, 2023

There was no escape hatch in the while(1) loop.

@ibuclaw ibuclaw added Severity:Bug Fix Feature:ImportC Pertaining to ImportC support labels Feb 6, 2023
@dlang-bot
Copy link
Contributor

dlang-bot commented Feb 6, 2023

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
23672 blocker importC: Infinite recursion: Error: found 'End of File' when expecting ','

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 "stable + dmd#14866"

@ibuclaw ibuclaw changed the base branch from master to stable February 6, 2023 15:10
@dlang-bot dlang-bot merged commit 28a7222 into dlang:stable Feb 6, 2023
@ibuclaw ibuclaw deleted the issue23672 branch February 7, 2023 00:24
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.

3 participants