phobos icon indicating copy to clipboard operation
phobos copied to clipboard

add -preview=dip1021 to Phobos makefile

Open WalterBright opened this issue 1 year ago • 3 comments

time to integrate dip1021

https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md

WalterBright avatar Apr 17 '24 03:04 WalterBright

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

dlang-bot avatar Apr 17 '24 03:04 dlang-bot

Since -preview=dip1021 is a breaking change, shouldn't it be ineligible for the base language edition?

pbackus avatar Apr 22 '24 18:04 pbackus

I guess the goal is to test it more in the wild, and adding the flag here just adds restrictions to Phobos' code without affecting any user code.

dkorpel avatar Apr 23 '24 12:04 dkorpel