-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Task label feature #979
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
base: main
Are you sure you want to change the base?
Task label feature #979
Conversation
for more information, see https://pre-commit.ci
|
Nice! For applying the |
for more information, see https://pre-commit.ci
…lel into task_label_feature
|
Thanks for the feedback.
|
|
with view.temp_flags(label="x"):
view.apply(f, a=b)If we want to come up with another nicer way to avoid |
optional: returing self in View.set_flags allowing compact list comprehension for setting labels
|
Thanks again for your feedback and pointing out the set In German we would say, the one who can read has a clear advantage ;-) Now knowing the This concept is used in some C++ libraries and would allow defining list comprehension (as in the example script). It should not break any existing code. If you don’t like this idea/concept I will remove the two By the way, do you like the idea of making the label also available in the AsyncResult objects? |
First version of adding a task label feature that is queryable in the hubDB as discussed in #914.
What's missing?