April 26, 2016 [phobos] [dlang/phobos] dce917: rangify readLink and symlink | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/dlang/phobos Commit: dce91754672985b1807d00f064973a75c75ad8ee https://github.com/dlang/phobos/commit/dce91754672985b1807d00f064973a75c75ad8ee Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M changelog.dd M std/file.d Log Message: ----------- rangify readLink and symlink Removing @safe from the signatures so that attribute inference takes care of things. There are @safe unittests already, ensuring that the functions themselves don't do anything unsafe. Replacing @trusted declarations with @trusted function literals. This way it's more clear that the specific call is @trusted, not the called function. Commit: 831ddccdaeab90c80857e31af6284303be9aff74 https://github.com/dlang/phobos/commit/831ddccdaeab90c80857e31af6284303be9aff74 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M std/file.d Log Message: ----------- code formattting Commit: 863b251162548b7528ef4afb26ac388ba185aa98 https://github.com/dlang/phobos/commit/863b251162548b7528ef4afb26ac388ba185aa98 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M std/file.d Log Message: ----------- smoothen out differences between readLink and symlink ElementType -> ElementEncodingType template constraints -> static if Commit: e323667d51432f1c126c0bbce7a2d5f1f25fb842 https://github.com/dlang/phobos/commit/e323667d51432f1c126c0bbce7a2d5f1f25fb842 Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M changelog.dd M std/file.d Log Message: ----------- Merge pull request #3967 from aG0aep6G/rangify-readLink,symlink rangify readLink and symlink Compare: https://github.com/dlang/phobos/compare/61dfd480bb9e...e323667d5143 |
Copyright © 1999-2021 by the D Language Foundation