c0fec0de

Results 53 comments of c0fec0de

We did a re-implementation of west: Git Workspace - an extension to git: https://pypi.org/project/git-ws It supports symlinks and copyfiles.

Sorry for the late response. Your change looks great. Will integrate it.

Thanks for your contribution.

I am thinking about it already ;-) The idea is to have a Comparator class which compares the tree node by node. Then nodes need to implement some kind of...

The best way is to dump the tree to a text format and use https://docs.python.org/3/library/difflib.html I will add an example in the documentation

The slots implementation did cause a lot of trouble. See https://github.com/c0fec0de/anytree/issues/77. Therefore i will not implement `__slots__`. Will think about a duplicate of `NodeMixin` with `__slots__` named `NodeMixinSlotted`

Thanks for your contribution and sorry for the delay.

i will take care physhics schrieb am Mo., 13. Juli 2020, 00:09: > For context, I'm attempting to use pickle instead of the exporters > provided by anytree because I...

Sorry to say. But this implementation is identical to https://anytree.readthedocs.io/en/latest/api/anytree.node.html#anytree.node.nodemixin.NodeMixin.iter_path_reverse So i will not add this iterator, as it is redundant. Thanks for your efforts. Sorry.