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

symbolic links #59

Closed
harishmk opened this issue Aug 2, 2018 · 3 comments
Closed

symbolic links #59

harishmk opened this issue Aug 2, 2018 · 3 comments
Milestone

Comments

@harishmk
Copy link

harishmk commented Aug 2, 2018

is it possible to have some kind of of support for symbolic links where a node can point/link to another part of the tree?

@c0fec0de
Copy link
Owner

c0fec0de commented Aug 3, 2018

Good idea.

It is possible to implement a symlink node which just delegates all item attribute access to another node, except the tree related.

There are some side-effects need to be checked. I'll give it a try.

@EsbenLorenzen
Copy link

Has this been implemented as a feature?

If not, could you @c0fec0de expand on how you would create a symlink node to allow this functionality?

@c0fec0de
Copy link
Owner

I just wasn't able to include it in the latest release.
I think i will add an extra SymlinkNodeMixin class

@c0fec0de c0fec0de added this to the 2.8.0 milestone Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants