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

Convenience functions done() and cancelled() #1205

Closed
2 tasks done
wlandau opened this issue Mar 6, 2020 · 2 comments
Closed
2 tasks done

Convenience functions done() and cancelled() #1205

wlandau opened this issue Mar 6, 2020 · 2 comments
Assignees

Comments

@wlandau
Copy link
Member

wlandau commented Mar 6, 2020

Prework

Proposal

Like failed() and running(), done() and cancelled() should list done and cancelled targets.

@wlandau
Copy link
Member Author

wlandau commented Mar 24, 2020

done() conflicts with rlang::done(). Should probably put a drake_ prefix before the names of all progress utilities.

@wlandau wlandau reopened this Mar 24, 2020
@wlandau
Copy link
Member Author

wlandau commented Mar 24, 2020

Deprecated and renamed several a few functions that were part of previous releases. The old functions will continue working for about a year or two before they become defunct.

  • progress() => drake_progress()
  • running() => drake_running()
  • failed() => drake_failed()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant