-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
tsort: gnu misc tsort.pl #9289
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
+147
−40
Merged
tsort: gnu misc tsort.pl #9289
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c81ddd3
test: add comprehensive test coverage for tsort cycle detection and g…
mattsu2020 3db9f15
refactor(tests): consolidate multi-line string constants to single-li…
mattsu2020 a3db118
feat(tsort): add hidden warn flag and reverse successor iteration order
mattsu2020 c75da6f
fix(test): prefix uniq error messages with program name
mattsu2020 70c7ed4
fix(test): update chroot error assertion to include command prefix
mattsu2020 a3667f2
fix(test/chroot): update error message assertion to match standardize…
mattsu2020 507024e
fix: update uniq error messages in tests, removing 'uniq: ' prefix
mattsu2020 f7b5f67
fix(comm): update test assertion to match actual error message withou…
mattsu2020 8601226
refactor(clap_localization): replace print_prefixed_error with direct…
mattsu2020 326509d
refactor(clap_localization): remove prefixed error printing and use d…
mattsu2020 399464a
test(tests/tsort): ignore test for single input file until error mess…
mattsu2020 57ab06a
Merge branch 'uutils:main' into tsort_compatibility
mattsu2020 37cc210
Merge branch 'main' into tsort_compatibility
mattsu2020 062f993
feat(tsort): reject multiple input arguments with custom error
mattsu2020 4275d60
refactor: format TSORT_EXTRA_OPERAND_ERROR constant for readability
mattsu2020 6b420d8
chore: remove tests_tsort.patch from gnu-patches series
mattsu2020 e288476
fix(tsort): simplify error message construction by removing .into() w…
mattsu2020 832c734
feat: internationalize error messages in tsort command
mattsu2020 7d21d9c
fix(tsort): ensure expect message is &str by calling .as_str()
mattsu2020 7cb4474
Merge branch 'main' into tsort_compatibility
mattsu2020 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| main | ||
| parse_options | ||
| tail_file | ||
| tail_forever | ||
| tail | ||
| tail_file | ||
| parse_options | ||
| recheck | ||
| tail | ||
| write_header | ||
| tail_lines | ||
| tail_bytes | ||
| pretty_name | ||
| start_lines | ||
| file_lines | ||
| pipe_lines | ||
| xlseek | ||
| start_bytes | ||
| tail_bytes | ||
| tail_lines | ||
| pipe_bytes | ||
| start_bytes | ||
| xlseek | ||
| pipe_lines | ||
| file_lines | ||
| start_lines | ||
| dump_remainder |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.