-
-
Notifications
You must be signed in to change notification settings - Fork 672
Merge remote-tracking branch 'upstream/stable' into merge_stable #10232
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
Conversation
…s template parameter
fix issue 19295 - ICE when taking address of member function passed as template parameter
Fix issue 20022: [POSIX] extern(C++, "namespace") does not apply namespace to enum
…o lead to undefined behaviour.
Fix Issue 20025 - alias this combined with a copy constructor seems to lead to undefined behaviour. merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Fix typo in dmd.func.setUnsafe description
…orary for remove() call
…ackend-typo-strikes-again Fix issue 17885: use the correct expression's type when creating temporary for remove() call merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 19708 - Can't use __traits(getAttributes, ...)[...] as a type merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
remove field to match a recent change in mtype.d merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
…f manifest constant structs
fix issue 20011, 17828 - crash or accept write operation on members of manifest constant structs merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
Fix bug 20035 - segfault in vcg-ast merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
… not silently corrupt memory in release builds
use same limit on debug record length in debug and release builds merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
…erate expressions without types.
Fix issue 20039: when checking for an existing template instance, tolerate expressions without types. merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
a C++ dtor gets its vtblIndex later (and might even be added twice to the vtbl)
fix debug assertion for C++ dtor merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 20042 - __vector CTFE crashes the compiler merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
…instead of (uint).sizeof
fix issue 20045 - bogus error: "integer constant expression expected instead of (uint).sizeof merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 20044 - Compiler crash when using an opaque struct as template parameter merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Fix issue 20052 - SIMD 32 bytes segfault merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
|
Thanks for your pull request, @wilzbach! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + dmd#10232" |
|
Thanks. This seems to be running into out-of-memory problems, though. |
f93ec13 seems to be the offending commit. The introduced silent limit on recursion depth seems problematic to begin with. |
@wilzbach I think I have a fix for that, but it's mostly reverting that commit. What would be the correct workflow: applying the change to stable first, then redo this merge to master PR? Or adding the fix to this PR? |
|
I think stable first would be better as there might be a point release soon. |
reverts most of PR 10205, now fixing the existing recursion check.
[stable] Revert "Fix Issue 19754 - cast() sometimes yields lvalue, sometimes yields rvalue"
redo fix for issue 11856: segfault with circular template constraints merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Fix is merged, can this be rebased/redone? |
Awesome. Thanks!
Yes, just merged stable in again and rebased against newest master. |
| naked ; | ||
| mov EAX,index - [ESP+4] ; | ||
| mov ECX,p - [ESP+4] ; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks good.
Conflicts: src/dmd/backend/cgobj.d src/dmd/typesem.d
|
Error on buildkite: Could that be caused by #10242? |
|
Hmm, dlang bot seems to be asleep. |
Conflicts:
src/dmd/backend/cgobj.d