-
-
Notifications
You must be signed in to change notification settings - Fork 702
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
Revert "Decrease template instantiation in std.algorithm.searching : all & any" #6988
Conversation
Thanks for your pull request, @n8sh! Bugzilla referencesYour 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 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 "stable + phobos#6988" |
Can we add a test case that fails now, but will be fixed by the revert? |
a333041
to
08e49dd
Compare
@wilzbach added tests. |
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.
Thanks!
@n8sh please rebase your branch onto |
@ZombineDev At the time this PR was submitted the bug didn't exist in stable. Time marched on. |
08e49dd
to
384320c
Compare
384320c
to
d410281
Compare
Reverts #6960. Reason:
foreach
does not auto-decodestring
&wstring
.