-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filesys.reify: fixed incorrect way of following links
I would use normalize in `reify` to avoid dealing with Dot and Dotdot. In particular I would follow (rel) links by concatenating with the dirname of the link and its target (correct) then normalize (incorrect, at least till #18 is not addressed). This commit removes uses of `normalize` and deals with Dot and Dotdot cases (which were not difficult at all, in the end).
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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