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

build: extract scm-diff-editor binary into its own crate #53

Merged
merged 10 commits into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    000438d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187b2e4 View commit details
    Browse the repository at this point in the history
  3. build(scm-record): drop eyre dev-dependency

    Fewer dependencies is better 🤷.
    arxanas committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2417394 View commit details
    Browse the repository at this point in the history
  4. build(scm-diff-editor): drop eyre dev-dependency

    Fewer dependencies is better 🤷.
    arxanas committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    317f54e View commit details
    Browse the repository at this point in the history
  5. build(scm-record): update repository field in Cargo.toml

    The code no longer lives in the main git-branchless repository.
    arxanas committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f87669e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd900c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d59c760 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a5beee View commit details
    Browse the repository at this point in the history
  9. cleanup(scm-diff-editor): use thiserror for errors

    It's a pain to refer to the separate `Display` implementation. The original reason was probably to avoid bloating library dependencies, but `scm-diff-editor` is no longer part of the `scm-record` library, so no need to separate them.
    arxanas committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fa51326 View commit details
    Browse the repository at this point in the history
  10. build: run cargo update

    arxanas committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1ce3104 View commit details
    Browse the repository at this point in the history