-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: uutils/uutils-args
base: fec391f
head repository: uutils/uutils-args
compare: f225366
- 13 commits
- 48 files changed
- 3 contributors
Commits on Apr 1, 2025
-
Merge pull request #127 from uutils/sylvestre-patch-1
adjust the README
Configuration menu - View commit details
-
Copy full SHA for 2c1caf0 - Browse repository at this point
Copy the full SHA 2c1caf0View commit details
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 522f185 - Browse repository at this point
Copy the full SHA 522f185View commit details -
Merge pull request #114 from BenWiederhake/dev-du
implement proof of concept for du -bkB
Configuration menu - View commit details
-
Copy full SHA for 3e7b411 - Browse repository at this point
Copy the full SHA 3e7b411View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6e5f7b7 - Browse repository at this point
Copy the full SHA 6e5f7b7View commit details
Commits on Apr 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2e78d3 - Browse repository at this point
Copy the full SHA b2e78d3View commit details
Commits on Apr 14, 2025
-
Merge pull request #133 from BenWiederhake/dev-derive-panic-no-unwrap
derive: make error messages slightly more readable, add manually-driven test
Configuration menu - View commit details
-
Copy full SHA for fb6209a - Browse repository at this point
Copy the full SHA fb6209aView commit details
Commits on Apr 15, 2025
-
Merge pull request #131 from BenWiederhake/dev-remove-complete-featur…
…eflag remove 'complete' feature flag, make it unconditional
Configuration menu - View commit details
-
Copy full SHA for 48aae19 - Browse repository at this point
Copy the full SHA 48aae19View commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bbb193d - Browse repository at this point
Copy the full SHA bbb193dView commit details -
Merge pull request #135 from BenWiederhake/dev-complete-visibility
Make 'complete' available to procmacro's output by conversion to module
Configuration menu - View commit details
-
Copy full SHA for 985af4a - Browse repository at this point
Copy the full SHA 985af4aView commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f47e84c - Browse repository at this point
Copy the full SHA f47e84cView commit details -
Merge pull request #134 from BenWiederhake/dev-derive-trybuild
split 'compile_error' toy into many test cases, demonstrate new issues
Configuration menu - View commit details
-
Copy full SHA for c2b91a7 - Browse repository at this point
Copy the full SHA c2b91a7View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c4136f - Browse repository at this point
Copy the full SHA 0c4136fView commit details
Commits on May 28, 2025
-
Merge pull request #136 from cakebaker/clippy_suppress_warning
clippy: suppress warning from `large_enum_variant`
Configuration menu - View commit details
-
Copy full SHA for f225366 - Browse repository at this point
Copy the full SHA f225366View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fec391f...f225366