Fix Issue 19152 - 2.081.1 Regression - Seg fault in traits.d#8553
Fix Issue 19152 - 2.081.1 Regression - Seg fault in traits.d#8553wilzbach merged 1 commit intodlang:stablefrom JinShil:fix_19152
Conversation
|
Thanks for your pull request, @JinShil! Bugzilla references
Testing this PR locallyIf 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#8553" |
|
What's going on with |
|
It looks like it can't handled enum members being deprecated, which is a very recent feature. |
| auto name = __traits(getOverloads, this, "OnExecute").stringof; | ||
| return 0; | ||
| } | ||
| } |
There was a problem hiding this comment.
Is there an existing file this can be added to? This will reduce the total execution time of the tests.
There was a problem hiding this comment.
I couldn't find an obvious fit in test/compilable. Shall I start a new file called traits.d to contain all future traits-related tests?
|
It looks like LDC is experiencing the same error as GDC in Semaphore CI. Is the CI using the correct druntime code? |
Doesn't look like it. #8560 should fix this. (repushed this in the meanwhile to restart DAutoTest.) |
No description provided.