Skip to content

Conversation

kiran-4444
Copy link
Contributor

@kiran-4444 kiran-4444 commented Mar 23, 2025

This PR adds thiserror to df.

closes #7537

@sylvestre
Copy link
Contributor

You have some job failure
and it seems that you are also fixing #7536 (this is fine but please mention it in the commit msg)

Copy link

GNU testsuite comparison:

GNU test failed: tests/df/df-output. tests/df/df-output is passing on 'main'. Maybe you have to rebase?

@kiran-4444
Copy link
Contributor Author

I tried fixing the tests. Everything seems to work but I couldn't figure out how to make:

FilesystemTypeBothSelectedAndExcluded(Vec<String>),

compatible with thiserror. Can someone help me out please?

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@kiran-4444
Copy link
Contributor Author

I removed the changes related to #7536 cause I couldn't understand how to use thiserror on FilesystemTypeBothSelectedAndExcluded.

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@kiran-4444
Copy link
Contributor Author

I'll tackle #7536 in a separate PR.

@cakebaker cakebaker merged commit 3a0b43b into uutils:main Apr 2, 2025
68 checks passed
@cakebaker
Copy link
Contributor

Thanks for your PR!

@kiran-4444 kiran-4444 deleted the refactor/use-thiserror-df branch April 2, 2025 10:31
nickorlow pushed a commit to nickorlow/coreutils that referenced this pull request Jul 17, 2025
* refactor: Add thiserror to df

* fix: Try fixing tests

* refactor(df): Move `df` to `thiserror`

* chore(df): Add back comment

* chore: Refactor column.rs correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

df/DfError: move to use thiserror
3 participants