-
-
Notifications
You must be signed in to change notification settings - Fork 672
Merge remote-tracking branch 'upstream/stable' into merge_stable #10254
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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>
Fix Issue 930 - Templates inside templates used as mixins merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
…late constraint and alias interaction
fix issue 19950 - access violation at compile time, possibly via template constraint and alias interaction merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Fix issue 20063 - Patch closure variables when converting expressions to delegates merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 11856 - segfault with circular template constraints merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
add missing c++ headers change from dlang#10205 merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
…iterals (dlang#10197) Fix issue 20065: support empty AliasSeq tuples in compiletime array literals merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
fix issue 20067 - [REG2.086] foreach no longer works on range with alias front merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
…ar` for type `some.Type`, did you mean `some.Type.__anonymous.somevar`?
fix Issue 20072 - [2.087.0] Mixin templates: no property `somevar` for type `some.Type`, did you mean `some.Type.__anonymous.somevar`?
…ields rvalue" This reverts commit 91e7151. Conflicts: src/dmd/expressionsem.d src/dmd/typesem.d test/fail_compilation/fail17491.d
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>
Conflicts: src/dmd/backend/cgobj.d src/dmd/typesem.d
Contributor
|
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 fetch digger
dub run digger -- build "master + dmd#10254" |
Member
|
@MartinNowak Sebastian already did the fixups: #10232 One commit missing, though. |
Member
|
#10232 has been merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Conflicts:
src/dmd/backend/cgobj.d
src/dmd/typesem.d