-
Notifications
You must be signed in to change notification settings - Fork 25
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
Path copy_append and join_right keep hash_overwrite #96
Comments
Do you mean both evaluate to true? This is then indeed not what I would have expected. |
Yes both evaluate to true. |
You right, that isn't intended. In both cases the whole Path object is copied, including hash_overwrite. |
The PR should fix this. I wonder a bit, it feels like |
I only used it very rarely and don't know how often it is used in other places. |
I only ever used for including external data. For the new way of managing software without altering hashes we used it, but I think only @Atticus1806 just ran a first experiment were this could actually be relevant. But I guess in this case we could do a graph migration. |
I noticed that we use |
This is exactly what I referred to when I meant only @Atticus1806 is using it. This extremely new code, so in that sense this is very uncommon. |
Resolved with #97 |
As @JackTemaki already said, this breaks my newest setup. We can do a graph migration, but just wanted to give the info for documentations sake. |
Thanks for the feedback. I don't like breaking exiting setups, but I think in this case we have to since the previous behavior was wrong... |
Example code:
I assume this is not intended? At least I was very confused about this.
The text was updated successfully, but these errors were encountered: