Resolve deprecation warning for 32 byte vectors#2541
Resolve deprecation warning for 32 byte vectors#2541dlang-bot merged 1 commit intodlang:masterfrom JinShil:version_32_byte_vector_types
Conversation
|
Thanks for your pull request and interest in making D better, @JinShil! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. 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 "master + druntime#2541" |
|
Awesome! We should soon follow with fixing this to use |
I would if I knew immediately where to put it. |
|
#1982 (i.e. adding |
This will remove the deprecation warning
currently polluting druntime build output and facilitate advancement of the deprecation to an error.