stty: fix: reject "+hex" in parse_saved_state#9662
stty: fix: reject "+hex" in parse_saved_state#9662Rudxain wants to merge 2 commits intouutils:mainfrom
parse_saved_state#9662Conversation
|
GNU testsuite comparison: |
|
@Rudxain still draft after 2 weeks, are you going to work on it? thanks |
Yes! This PR can be merged as-is, but I want to replace coreutils/src/uucore/src/lib/features/parser/num_parser.rs Lines 39 to 54 in e6467b1 Should I use that? Or is there something more appropriate? |
641efd8 to
4e269cf
Compare
|
I didn't expect the workflow queue to be cancelled 😕 |
|
Restarted |
This comment was marked as resolved.
This comment was marked as resolved.
|
BTW, this branch is soft-blocked on this PR. Should I include that patch into this PR, or should I keep it separate for better scoping? |
|
GNU testsuite comparison: |
|
Could you please add a test to make sure we don't regress in the future? Thanks |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
@sylvestre It's finally ready! I've fixed the tests I added |
Fixes this pitfall: rust-lang/rust-clippy#16213
Related: #9255