Jakub Konka fc7d87fef1 Move symlink to fs.symlinkAbsolute with SymlinkFlags
This way `std.fs.symlinkAbsolute` becomes cross-platform and we can
legally include `SymlinkFlags` as an argument that's only used on
Windows. Also, now `std.os.symlink` generates a compile error on
Windows with a message to instead use `std.os.windows.CreateSymbolicLink`.
Finally, this PR also reshuffles the tests between `std.os.test` and
`std.fs.test`.
2020-07-22 08:51:22 +02:00
..
2020-06-02 15:28:46 -04:00
2020-05-05 09:38:02 -06:00
2020-05-05 09:38:02 -06:00
2020-07-22 08:51:22 +02:00
2019-10-24 01:14:52 -04:00
2019-10-30 21:21:58 -04:00
2020-06-02 15:28:46 -04:00
2019-10-24 01:14:52 -04:00
2020-04-30 01:52:12 -04:00