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

merge stable #11845

Merged
merged 4 commits into from
Oct 18, 2020
Merged

merge stable #11845

merged 4 commits into from
Oct 18, 2020

Conversation

MartinNowak
Copy link
Member

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @MartinNowak!

Bugzilla references

Auto-close Bugzilla Severity Description
15909 trivial Duplicate case error reports characters as numbers
21282 regression mixin of AliasSeq "cannot alias an expression"
21283 major [C++] Wrong mangling for ref of parameter pack

Testing this PR locally

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

dub run digger -- build "master + dmd#11845"

@Geod24
Copy link
Member

Geod24 commented Oct 10, 2020

What's up with the Azure pipelines (Windows_LDC_MinGW win32-ldc) failure ? We're seeing it on other PRs as well, aren't we ?
CC @wilzbach @MoonlightSentinel

@thewilsonator
Copy link
Contributor

We are.

@thewilsonator
Copy link
Contributor

@BorisCarvajal there is a merge conflict in one of your PRs here. Please advise how it should be resolved.

@BorisCarvajal
Copy link
Member

It seems there's a new errorRet() instead of t = Type.terror;, here:

    ds.error("cannot alias an expression `%s`", e.toChars());
    t = Type.terror;

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.

6 participants