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

Inconsistency between xrdadler32 and xrdcrc32c #2045

Closed
amadio opened this issue Jun 19, 2023 · 0 comments
Closed

Inconsistency between xrdadler32 and xrdcrc32c #2045

amadio opened this issue Jun 19, 2023 · 0 comments
Assignees
Milestone

Comments

@amadio
Copy link
Member

amadio commented Jun 19, 2023

xrdadler32 can use stdin as shown below:

$ xrdadler32 < file.txt

However, with xrdcrc32c, one needs to specify - as input, otherwise it will not read stdin:

$ xrdcrc32c - < file.txt

To make them consistent, we should make xrdcrc32c read stdin like xrdadler32 does, without needing a - argument for the input.

@amadio amadio self-assigned this Jun 19, 2023
@abh3 abh3 closed this as completed in a06c635 Jun 19, 2023
@amadio amadio added this to the 5.6 milestone Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant