Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uutils/uutils-args
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fec391f
Choose a base ref
...
head repository: uutils/uutils-args
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f225366
Choose a head ref
  • 13 commits
  • 48 files changed
  • 3 contributors

Commits on Apr 1, 2025

  1. Merge pull request #127 from uutils/sylvestre-patch-1

    adjust the README
    cakebaker authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    2c1caf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Configuration menu
    Copy the full SHA
    522f185 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from BenWiederhake/dev-du

    implement proof of concept for du -bkB
    tertsdiepraam authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    3e7b411 View commit details
    Browse the repository at this point in the history
  3. remove 'complete' feature flag, make it unconditional

    This avoids using cfg with the destination-crate's feature "complete"
    in proc-macro "derive".
    
    Quoting cargo:
    
        using a cfg inside a derive macro will use the cfgs from the
        destination crate and not the ones from the defining crate
    
    In these two instances, the cfg was simply used to avoid emitting dead
    code if the "complete" feature is not desired. By passing the "complete"
    feature down to the derive crate and evaluating if there, we achieve the
    same goal, without having to deal with suprisingly-valued and unexpected
    cfgs downstream.
    
    Alternatively, we could just evaluate the flag inside the derive crate,
    and pass the feature flag to it.
    BenWiederhake committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    6e5f7b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Configuration menu
    Copy the full SHA
    b2e78d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Merge pull request #133 from BenWiederhake/dev-derive-panic-no-unwrap

    derive: make error messages slightly more readable, add manually-driven test
    tertsdiepraam authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    fb6209a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Merge pull request #131 from BenWiederhake/dev-remove-complete-featur…

    …eflag
    
    remove 'complete' feature flag, make it unconditional
    tertsdiepraam authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    48aae19 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    bbb193d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from BenWiederhake/dev-complete-visibility

    Make 'complete' available to procmacro's output by conversion to module
    tertsdiepraam authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    985af4a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    f47e84c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from BenWiederhake/dev-derive-trybuild

    split 'compile_error' toy into many test cases, demonstrate new issues
    tertsdiepraam authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    c2b91a7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    0c4136f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Merge pull request #136 from cakebaker/clippy_suppress_warning

    clippy: suppress warning from `large_enum_variant`
    tertsdiepraam authored May 28, 2025
    Configuration menu
    Copy the full SHA
    f225366 View commit details
    Browse the repository at this point in the history
Loading