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

chore: replace scripts with xtask pattern #1097

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    5ee348b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8467959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d5dab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cae691 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c9103d View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    simonbuchan committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    83a37a3 View commit details
    Browse the repository at this point in the history
  7. Add xtask to cspell.json

    simonbuchan committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    614cbb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Remove scripts now implemented by xtasks.

    And use the xtasks in CI.
    simonbuchan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    25e748d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767e1a1 View commit details
    Browse the repository at this point in the history
  3. xtask test-checker should always update output.

    It's currently expected to fail.
    
    This also doesn't skip .tsx tests (free passing tests!) and prints
    dot-style test output progress.
    simonbuchan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b348e8d View commit details
    Browse the repository at this point in the history