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

merge stable #7830

Merged
merged 5 commits into from Mar 6, 2021
Merged

merge stable #7830

merged 5 commits into from Mar 6, 2021

Conversation

MartinNowak
Copy link
Member

  • Fix little std.math regressions
  • Fix issue 21663 - std.concurrency.receiveOnly doesn't work with tuples
  • std.format: Recognize sink with in parameters

MartinNowak and others added 5 commits February 25, 2021 21:16
When using `-preview=in`, `in` no more degrades to `const`,
and thus is not covariant with it, meaning some `toString`
signatures are no longer recognized.
This fixes it by testing for `in` parameters iff `-preview=in` is on.
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @MartinNowak!

Bugzilla references

Auto-close Bugzilla Severity Description
21663 regression std.concurrency.receiveOnly doesn't work with tuples

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 + phobos#7830"

@dlang-bot dlang-bot merged commit 1bd4faf into dlang:master Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants