-
-
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
fix Issue 17130 - ambiguous implicit super call #6513
Conversation
MartinNowak
commented
Feb 3, 2017
- need type of this to resolve base class ctor overloads
- need type of this to resolve base class ctor overloads
|
|
Thanks for fixing this so fast! Strangely vibe.d still fails with:
Which is quite strange, because I have no idea how vibe.d managed to override it before my PR in the first place. Sound like another compiler bug. |
|
See Issue 17131 – [Reg 2.074] Fiber.state collides with differently attributed function in derived class for the other issue. |
|
@MartinNowak I guess you need to force push your branch to re-trigger the project tester since @s-ludwig worked around that bug in vibe-d/vibe.d@74883bc. Edit: I see now that force pushing won't work because this omits tags tags like |
|
Can we please just merge this, it obviously fixes the super overload issue. The functions should have never been overload/rideable which asks for a separate dmd fix. |
|
@MartinNowak go ahead an merge it yourself. |
|
Auto-merge toggled on |
fix Issue 17130 - [REG2.074] ambiguous implicit super call cherry-picked-by: Martin Krejcirik <mk@krej.cz>