-
-
Notifications
You must be signed in to change notification settings - Fork 416
Allow calling .get on a const AA #720
Conversation
Auto-merge toggled on |
LGTM, and automerging since this has blocked development for git-head users. |
Thanks, dlang/dmd#3245 should go green when this is done. |
Random Msys failure on win32 it seems. |
Allow calling .get on a const AA
Thanks |
This pull request introduced a regression: |
So how about we revert this P.R. ? |
I think that would trade one regression for another. |
Revert this PR: #727
This PR doesn't reference a bugzilla entry, and this is blocking releasing 2.065. |
It doesn't, but it was a regression fix.
No, it isn't. Try it. None of the new AA stuff went in the 2.065 branch. |
Why does https://d.puremagic.com/issues/show_bug.cgi?id=12221 say 2.065 git head? If it doesn't apply, the bugzilla issue should be updated to reflect that. In any case, I added a test case dlang/dmd#3331 from the bug report. |
Because we haven't changed the version file, so master still thinks it's 2.065. |
The bugzilla issue subject should be edited to remove the reference to 2.065, since it isn't in 2.065. |
This PR also lacks a test case. |
The test cases for this pull were in #3245 |
No description provided.