Fix Issue 20750 - checkaction=context segfaults for null references#3045
Fix Issue 20750 - checkaction=context segfaults for null references#3045dlang-bot merged 1 commit intodlang:stablefrom
Conversation
|
Thanks for your pull request and interest in making D better, @MoonlightSentinel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "stable + druntime#3045" |
|
I can see this creating some bloat, though. But at the same time, trying to reduce the bloat will lead to issues with attributes. |
|
Should this be inlined instead of an additional function? EDIT: Amended to move the check inside of |
c8c9fd5 to
a045839
Compare
|
Sqashed the inline changes into the first commit. |
No description provided.