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

fix(new): Print a 'Creating', rather than 'Created' status #13367

Merged
merged 3 commits into from
Jan 30, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    68302bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcb602 View commit details
    Browse the repository at this point in the history
  3. fix(new): Print a 'Creating', rather than 'Created' status

    This has bothered me about `cargo new` and `cargo init` for a while that
    the output is read backwards, for example:
    ```diff
    --- i/tests/testsuite/cargo_init/path_contains_separator/stderr.log
    +++ w/tests/testsuite/cargo_init/path_contains_separator/stderr.log
    @@ -1,3 +1,3 @@
    +    Creating binary (application) package
     warning: the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`)
     It is recommended to use a different name to avoid problems.
    -     Created binary (application) package
    ```
    epage committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    db54c04 View commit details
    Browse the repository at this point in the history