Skip to content

Basic: replace resolvingSymlinks with Foundation #52

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

Closed
wants to merge 1 commit into from

Conversation

compnerd
Copy link
Member

realpath() expands all symbolic links and resolves references to
/./, /../ and extra '/' characters in the null-terminated string
named by path to produce a canonicalized absolute pathname.

This is effectively the standardized path and resolution of symlinks
along it.

```
realpath() expands all symbolic links and resolves references to
/./, /../ and extra '/' characters in the null-terminated string
named by path to produce a canonicalized absolute pathname.
```

This is effectively the standardized path and resolution of symlinks
along it.
@aciidgh
Copy link
Contributor

aciidgh commented Feb 26, 2020

@swift-ci smoke test

@aciidgh
Copy link
Contributor

aciidgh commented Feb 26, 2020

@swift-ci test

@tomerd
Copy link
Contributor

tomerd commented Aug 17, 2020

@compnerd should we continue to work on this in light of recent discussions?

@compnerd
Copy link
Member Author

I think that recent direction sets the plans for something much better in the longer term. I think that in the short term we should figure out how to get unblocked for getting CI up with s-p-m self-hosting.

@tomerd
Copy link
Contributor

tomerd commented Aug 18, 2020

cc @shahmishal

@compnerd
Copy link
Member Author

Current path changes are consolidated in #114. This should be considered obsoleted.

@compnerd compnerd closed this Aug 20, 2020
@compnerd compnerd deleted the the-real-real-path branch August 20, 2020 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants