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

unnecessary "task --version" 3x to start, 1x for every filter and 2x for every add #158

Open
smemsh opened this issue May 16, 2022 · 0 comments · May be fixed by #159
Open

unnecessary "task --version" 3x to start, 1x for every filter and 2x for every add #158

smemsh opened this issue May 16, 2022 · 0 comments · May be fixed by #159

Comments

@smemsh
Copy link

smemsh commented May 16, 2022

All uses of the library do 3x task --version on start, another 1x for every .filter_tasks() or .sync() that gets run (even for the same TaskWarrior() instance) or 2x for every add_task(). This is adding unnecessary overhead and could be done just once during initialization.

@smemsh smemsh linked a pull request May 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant