-
Notifications
You must be signed in to change notification settings - Fork 8
Don't error on symlinks and executables when they don't have to be touched anyway #46
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
Conversation
|
related: changesets/action#523 |
…uched anyway Co-authored-by: Dotan Simha <dotan@the-guild.dev>
e18d89a to
104ac00
Compare
|
Looks good, but integration tests need to be updated to allow for unchanged symlinks, but still throw an error for symlinks that changed and are not ignored. |
|
Hmm tests still failing |
|
@s0, ye - I vibocoded them and couldn't quickly test locally because I didn't have tokens setup for the integration tests so decided to use CI to verify the change for me ;p I'll look into fixing this later |
|
In the process of working on this I have diagnosed an issue in the |
bf3055e to
6c8c084
Compare
a1a7daf to
bcf398e
Compare
831d1b8 to
113aa27
Compare
02d325d to
432488d
Compare
|
This is now ready to be stamped and merged, cc @s0 |
bluwy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not familiar with this package but the code seems ok to me.
|
Thanks for getting this over the line @Andarist 💪 |
suggested by @dotansimha