Skip to content

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>
@mvo5 mvo5 force-pushed the date-f-issue4657 branch from 412a01e to 4b5022c Compare March 30, 2024 13:13
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
@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