Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<filesystem> support junctions in read_symlink #2877

Merged
merged 6 commits into from
Jul 28, 2022

Commits on Jul 18, 2022

  1. <filesystem> support junctions in *_symlink

    * `is_symlink(junction) -> true`
    * `read_symlink(junction)` works
    * `copy_symlink(junction)` works
    strega-nil committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    42adb57 View commit details
    Browse the repository at this point in the history
  2. fix typo

    strega-nil committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3e1dc96 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix test

    strega-nil committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    01158be View commit details
    Browse the repository at this point in the history
  2. make fixes

    * `is_symlink(junction) = false`
    * `copy_symlink(junction)` fails
    * `copy(junction)` succeeds and creates a junction
    * `read_symlink(junction)` correctly reads a junction
    strega-nil committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b8dc090 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Add LWG issue comment

    strega-nil committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    90ae8fd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Code review feedback.

    StephanTLavavej committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0fa3357 View commit details
    Browse the repository at this point in the history