phobos icon indicating copy to clipboard operation
phobos copied to clipboard

Refactor std.algorithm.iteration

Open andralex opened this issue 5 years ago • 4 comments

The refactorings involve simplifying code that was working around compiler bugs, pushing symbols from top level to where they are needed, and a few more simplifications.

andralex avatar Sep 18 '20 00:09 andralex

Thanks for your pull request, @andralex!

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

dlang-bot avatar Sep 18 '20 00:09 dlang-bot

Good work - just a little nicer to read all over the module. Modulo getting the test suite to pass, LGTM.

dukc avatar Feb 22 '21 20:02 dukc

whoa blast from the past

andralex avatar Feb 22 '21 22:02 andralex

@andralex what are your plans with regards to this PR?

RazvanN7 avatar Apr 15 '21 09:04 RazvanN7