-
Notifications
You must be signed in to change notification settings - Fork 11
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
Detect changes in environment-file and update as needed #17
Detect changes in environment-file and update as needed #17
Conversation
Fixes #12 (once complete) Please let me know if this is the right direction to go towards |
@OldGrumpyViking PTAL |
Hi @kunaltyagi, thanks for this update. Please update the |
aacfe42
to
d897b48
Compare
PTAL |
Hi @kunaltyagi Thank you for this PR. I wanted to ask if this implementation is aligned (in spirit :) with Thanks, Harel |
I dunno. Do we need to do something special? I did modify the check function (https://hatch.pypa.io/latest/plugins/environment/reference/#hatch.env.plugin.interface.EnvironmentInterface.dependencies_in_sync), but let me know if we should add something else as well |
I would review the |
I don't think I need to. There are no suggestions or warnings in the docs, so the usage should be straightforward Please let me know if you have seen some regression. Otherwise I don't want to spend time on something that the plugin api should achieve automatically |
I see you have merged this to Please do not publish this, it's breaking the very basic usage of this plugin. This PR needs more tests to literally prove it's doing what it's suppose to be doing (i'm not sure it does, it's not really tested) It also needs to prove it's not degrading "built in" sync when dependencies in Unfortunately i do not have time to further dive into it. Thanks, |
@kunaltyagi can you address the issues mentioned by @harelwa. |
Created pr to do that |
No description provided.