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

fmt: handle potentially-emptystring --patch argument #123

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    98d59dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ccc6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d8e440 View commit details
    Browse the repository at this point in the history
  4. write date output format logic with exhaustive tests

    Also, exhausting tests.
    BenWiederhake committed May 9, 2024
    Configuration menu
    Copy the full SHA
    88c7618 View commit details
    Browse the repository at this point in the history
  5. Mark unused spaces to satisfy clippy

    This causes CI failures, so let's fix this.
    BenWiederhake committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cf04aea View commit details
    Browse the repository at this point in the history
  6. implement and test fmt's potentially-emptystring args

    Note in particular that this easily solves the issue of clap's information loss:
    uutils/coreutils#6353
    BenWiederhake committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d04c218 View commit details
    Browse the repository at this point in the history