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 19542: Forward reference segfault with string namespace C++ syntax #10729

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Jan 16, 2020

This segfaulted for some constructs, such as pragma(msg) and enum,
but not others, such as static assert, hence why the value isn't checked.

… syntax

This segfaulted for some constructs, such as `pragma(msg)` and `enum`,
but not others, such as `static assert`, hence why the value isn't checked.
@dlang-bot
Copy link
Contributor

dlang-bot commented Jan 16, 2020

Thanks for your pull request, @Geod24!

Bugzilla references

Auto-close Bugzilla Severity Description
19542 normal Forward reference segfault with string namespace C++ syntax

Testing this PR locally

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

dub fetch digger
dub run digger -- build "stable + dmd#10729"

@Geod24 Geod24 changed the base branch from master to stable January 16, 2020 12:53
@Geod24
Copy link
Member Author

Geod24 commented Jan 16, 2020

Good bot @dlang-bot

@thewilsonator
Copy link
Contributor

I'll have you know I'm a cyborg, not a robot.

@dlang-bot dlang-bot merged commit 7ee2b23 into dlang:stable Jan 16, 2020
@Geod24 Geod24 deleted the fix19542 branch January 17, 2020 00:36
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