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

dinterpret.d: Remove special case for _d_arrayappend{cTX,T} #17076

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

teodutu
Copy link
Member

@teodutu teodutu commented Nov 19, 2024

PR #14985 introduced LoweredAssignExp with a separate field to store the lowering during semantic analysis. Then #15791 placed the lowering of CatAssignExps into this field, but did not remove the code that was previously recreating the original CatAssignExp from the lowering during CTFE.

PR dlang#14985 introduced `LoweredAssignExp` with a separate field to store the
lowering during semantic analysis. Then dlang#15791 placed the lowering of
`CatAssignExp`s into this field, but did not remove the code that was
previously recreating the original `CatAssignExp` from the lowering
during CTFE.

Signed-off-by: Teodor Dutu <[email protected]>
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @teodutu!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

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#17076"

@dkorpel dkorpel added the Severity:Refactoring No semantic changes to code label Nov 19, 2024
@dkorpel dkorpel merged commit f1adbd1 into dlang:master Nov 19, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity:Refactoring No semantic changes to code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants