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

Watch flag does not sync arguments when changed #23

Open
Zarad1993 opened this issue May 9, 2019 · 2 comments
Open

Watch flag does not sync arguments when changed #23

Zarad1993 opened this issue May 9, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed up-for-grabs Ready issue for someone to work on

Comments

@Zarad1993
Copy link
Owner

We need a way to automatically sync the value of the new argument into the docstrings when --watch flag is given.
That'll be really handy when it comes to changing the argument of existing functions.

@Zarad1993 Zarad1993 added the enhancement New feature or request label May 9, 2019
@Zarad1993 Zarad1993 self-assigned this May 17, 2019
@Zarad1993 Zarad1993 removed their assignment Apr 17, 2020
@Zarad1993 Zarad1993 added up-for-grabs Ready issue for someone to work on help wanted Extra attention is needed labels Apr 17, 2020
@tanmayvijay
Copy link

Hey @Zarad1993 I would love to take this? I am a first time open source contributor, I tried going through the code, but can you direct me to the exact part of code this refers to?

@Zarad1993
Copy link
Owner Author

Hey @tanmayvijay - That's awesome!

This might require some effort as it would mostly be in dyc/diff.py and dyc/methods.py.
The challenge is identifying the changed argument to be able to update it. The diff is already up to date and we don't have a reference to the difference of the version before that to sync the new argument when it's changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed up-for-grabs Ready issue for someone to work on
Projects
None yet
Development

No branches or pull requests

2 participants