Skip to content

uucore: Move extendedbigdecimal and parsers to 2 separate features #7647

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

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

drinkcat
Copy link
Contributor

@drinkcat drinkcat commented Apr 4, 2025

(Hopefully) mechanical change, moving files around so that parsing code becomes a feature in uucore. This is a no-op, but will be required so that we can update parse_time to parse the time duration from a ExtendedBigDecimal, which will help fix #7475 (see #7648 for draft PR that stacks on top of this).


uucore: Move parser to a feature

This will eventually be needed as we'll want parse_time to
call into num_parser, which was previously contained in format
feature.

uucore: Move extendedbigdecimal to its own feature

This will be needed later on so that we can split format and
parse features.

This will be needed later on so that we can split format and
parse features.
Copy link

github-actions bot commented Apr 4, 2025

GNU testsuite comparison:

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

This will eventually be needed as we'll want parse_time to
call into num_parser, which was previously contained in format
feature.
@drinkcat drinkcat force-pushed the uucore-feature-parser branch from 6ba05a3 to 6243dd5 Compare April 4, 2025 13:25
Copy link

github-actions bot commented Apr 4, 2025

GNU testsuite comparison:

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

@cakebaker cakebaker merged commit 22c7e1d into uutils:main Apr 4, 2025
68 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.

timeout: Duration parsing does not support all float formats (e.g. hex)
2 participants