-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Realpath symlinks handling, solves issue #3669 #3703
Realpath symlinks handling, solves issue #3669 #3703
Conversation
f7b77f5
to
b8c93a1
Compare
After changing canonicalize function, some
Also all tests that contained relative symlinks with The part of |
wahou:
|
canonicalization
symlinks resolved to 256 for windows due to directory rights issue
to be the same, use FileInformation instead
platforms have different types
can't compare just by equals, checking only last part
603e194
to
6283227
Compare
Fixes issue #3669
Made better component-wise symlink handling, if any part of the path inside symlink is non-existent it fails now
Fixed test for dangling symlink which was mistakenly changed to failing, try:
It should print path to
nonexisting
as GNU version doesFixed test for looping symlink, GNU version does make an error
It should fail with Too many levels of symbolic links