[go: up one dir, main page]

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

Ensure --list output is sent to stdout #1446

Merged
merged 5 commits into from
Jul 15, 2024
Merged

Ensure --list output is sent to stdout #1446

merged 5 commits into from
Jul 15, 2024

Conversation

Cyan4973
Copy link
Member

irrespective of -v modifier.

Fixes #1439

Also: --list now automatically triggers -m, making it easier to consult information about multiple files in a single command.

the complexity of test-lz4-list.py is overkill,
it's unclear why some tests are failing after sending output to stdout instead of stderr,
seems like a fairly obscure parsing logic,
there's no point maintaining that complexity.
the complexity of test-lz4-list.py is overkill,
it's unclear why some tests are failing after sending output to stdout instead of stderr,
seems like a fairly obscure parsing logic,
there's no point maintaining that complexity.
@Cyan4973 Cyan4973 merged commit 8cde298 into dev Jul 15, 2024
126 checks passed
@Cyan4973 Cyan4973 deleted the listStdout branch July 21, 2024 04:12
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.

Parameter -c (force write to standard output) has no effect if passing also parameter -v (verbose mode)
1 participant