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

xtask refactoring #3170

Open
7 tasks
MabezDev opened this issue Feb 24, 2025 · 0 comments
Open
7 tasks

xtask refactoring #3170

MabezDev opened this issue Feb 24, 2025 · 0 comments
Labels
automation Repository automation using cargo-xtask CI Continuous integration/deployment
Milestone

Comments

@MabezDev
Copy link
Member

MabezDev commented Feb 24, 2025

This is somewhat of a stub issue which we'll likely want to expand and split up.

The xtask has grown organically over the last year and we should refactor various parts of it:

  • Not enough logging, it's hard to tell sometimes where a failure happened
  • Toolchain selection is all over the place
  • Multiple ways to run tests/examples
  • Inconsistent argument flags to some sub commands
  • Currently build-documentation-index requires build-documentation to have been run prior; this makes sense technically, but may trip some people up.
  • Serving the docs locally with a server, something like xtask build-documentation --server or something (Xtask/latest redirect #3231)
  • Documenting the documentation process would probably not be a bad idea either. This can just be added to xtask/README.md or somthing.
@MabezDev MabezDev added the CI Continuous integration/deployment label Feb 24, 2025
@MabezDev MabezDev added this to the 1.0.0-beta.1 milestone Feb 24, 2025
@jessebraham jessebraham added the automation Repository automation using cargo-xtask label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Repository automation using cargo-xtask CI Continuous integration/deployment
Projects
Status: Todo
Development

No branches or pull requests

2 participants