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

optimize s=s where s is a struct #20580

Merged
merged 1 commit into from
Dec 19, 2024
Merged

optimize s=s where s is a struct #20580

merged 1 commit into from
Dec 19, 2024

Conversation

WalterBright
Copy link
Member

Replace (s = s) with (s, s)

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

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

@WalterBright
Copy link
Member Author

The buildkite failure looks like a test suite heisenbug.

@WalterBright
Copy link
Member Author

this is ready to pull

@dkorpel dkorpel merged commit 16c013a into dlang:master Dec 19, 2024
40 of 41 checks passed
@WalterBright WalterBright deleted the elstreq branch December 19, 2024 22:54
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.

4 participants