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

Simplify file handling - unify handling input/output streams and regular files #5062

Open
carbolymer opened this issue Apr 5, 2023 · 1 comment
Labels
Stale type: enhancement An improvement on the existing functionality

Comments

@carbolymer
Copy link
Contributor

carbolymer commented Apr 5, 2023

As a result of #5016 , one can use stdout and stdin as output and input streams respectively using - as a CLI file name argument. This gets handled in code as Maybe FilePath which is not very intuitive to use.

The goal of this issue is to replace Maybe FilePath with a datatype unifying handling of stdout /stderr and regular files.

Depends on:

@carbolymer carbolymer added the type: enhancement An improvement on the existing functionality label Apr 5, 2023
@github-actions
Copy link

github-actions bot commented May 7, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.

@github-actions github-actions bot added the Stale label May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale type: enhancement An improvement on the existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant