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

date: fix date -f dates.txt is failing #6148

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Mar 30, 2024

This commit is a trivial followup for:
#4917
and
uutils/parse_datetime#12

The functionality to parse the datetime was moved into the parse_datetime crate and the only (tiny) piece left is to call it from date.

It also adds the test-case from the original issue. I did not include the two tests from PR#4917 because they appear to work even without this change. I am happy to include them of course if prefered.

Closes: #4657

Thanks to Ben Schofield

This commit is a trivial followup for:
uutils#4917
and
uutils/parse_datetime#12

The functionality to parse the datetime was moved into the parse_datetime
crate and the only (tiny) piece left is to call it from `date`.

It also adds the test-case from the original issue. I did not include
the two tests from PR#4917 because they appear to work even without
this change. I am happy to include them of course if prefered.

Closes: uutils#4657

Thanks to Ben Schofield
@sylvestre
Copy link
Contributor

nice to see you here ;)

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/tail/pid is no longer failing!

@cakebaker cakebaker merged commit 3a6bf34 into uutils:main Mar 30, 2024
59 of 62 checks passed
@cakebaker
Copy link
Contributor

Thanks!

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.

date -f dates.txt is failing
3 participants