-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
merge stable #11793
merge stable #11793
Conversation
…ified names for imports" This reverts commit 801e841.
Revert "fix issue 19590 - `__traits allMembers` should put fully qual…
… value The logic tried to use a single variable for both keeping track of the original index and the extended index, but actually only tracked the extended index. Since `if (tupleStartIdx < eidx) tupleStartIdx = eidx` would be true for every iteration, we would always assign the value at index 0.
…ecations for nested functions
Conflicts: src/dmd/frontend.h
|
Thanks for your pull request, @MartinNowak! 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 "master + dmd#11793" |
|
This has failures of required windows machines. |
|
Yup: Same failure for druntime. It's because we no longer ship make in the releases. |
Tentative fix: #11794 (stable first, then to be included here) |
Thanks! Added it here. |
__traits allMembersshould put fully qualified names for imports"-vtemplateshas been improved