Skip to content
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

Bitbucket: implement readlink #14

Open
fsgeek opened this issue Jun 11, 2020 · 1 comment
Open

Bitbucket: implement readlink #14

fsgeek opened this issue Jun 11, 2020 · 1 comment
Assignees
Labels
Bitbucket Bitbucket file system specific issue

Comments

@fsgeek
Copy link
Owner

fsgeek commented Jun 11, 2020

The readlink call needs to be implemented in Bitbucket.

Tasks include:

  • Adding support for symlinks
  • Add tests for symlink objects
  • Add logic to follow (or not follow) symlinks
  • Test file system behavior.
@fsgeek fsgeek self-assigned this Jun 11, 2020
@fsgeek fsgeek added the Bitbucket Bitbucket file system specific issue label Jun 11, 2020
@fsgeek
Copy link
Owner Author

fsgeek commented Jun 17, 2020

Symlink and readlink are now added in 7bc2c3b0. I didn't add explicit tests for these yet, though.

I also have not added any logic to follow the symlinks as (currently) that all seems to be handled by the kernel. This does suggest to me that I'm going to need to add some name parsing logic in Finesse itself.

fsgeek added a commit that referenced this issue Jun 17, 2020
Tested using "tar" to build an archive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bitbucket Bitbucket file system specific issue
Projects
None yet
Development

No branches or pull requests

1 participant