-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
ext-eio readlink not (always?) returning #76
Comments
@gizahNL Thanks for reporting! Can you provide a simple test script to reproduce the problem you're seeing? |
run this in dir to create links:
then run from same dir:
output with eio:
output with childprocess:
expected eio output:
|
My guess for the simplest fix would most likely be to intercept the eio_readlink output, and depending if output starts with a forward slash prepend the path of the dir containing the file we are running readlink on so as to always pas a full path |
FYI |
I've noticed that ls does not list (all?) my symlinks in a certain dir when using eio adapter.
It seems to be due to eio_readlink in the cases of these files returning only the pointed file as a result (instead of a full path), as the files are relatively linked
The text was updated successfully, but these errors were encountered: