Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork145
fix: resolve relative symlinks to the current directory#1079
Merged
G-Rath merged 1 commit intostreamich:masterfromDec 22, 2024
Merged
fix: resolve relative symlinks to the current directory#1079G-Rath merged 1 commit intostreamich:masterfrom
G-Rath merged 1 commit intostreamich:masterfrom
Conversation
ContributorAuthor
kylecarbs commentedDec 13, 2024
Fixed up the formatting. It should be good now! |
turikhay added a commit to turikhay/memfs-relative-symlinks that referenced this pull requestDec 13, 2024
Fixesstreamich#725.Symlinks are intended to be stored as relativepaths to their target file.
ContributorAuthor
kylecarbs commentedDec 22, 2024
@streamich anything necessary for me to change before merge? |
63e3873 intostreamich:master 9 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Collaborator
G-Rath commentedDec 22, 2024
Nope, just needed a reminder 😁 |
Contributor
🎉 This PR is included in version 4.15.1 🎉 The release is available on: Yoursemantic-release bot 📦🚀 |
ContributorAuthor
kylecarbs commentedDec 22, 2024
Amazing, thanks for the speediness in a new release! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#725.
Symlinks are intended to be stored as relative paths to their target file.