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

Standard library: FileIO #4652

Closed
robin-aws opened this issue Oct 11, 2023 · 1 comment
Closed

Standard library: FileIO #4652

robin-aws opened this issue Oct 11, 2023 · 1 comment
Assignees
Labels
kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny part: standard libraries Standard libraries packaged in the Dafny distribution

Comments

@robin-aws
Copy link
Member

robin-aws commented Oct 11, 2023

Basic operations for reading and writing file system content.

Depends on #4640, since the current approach is using {:extern} to use native implementations.

Existing source:

dafny-lang/libraries/src/FileIO

@robin-aws robin-aws added this to the Dafny Standard Libraries milestone Oct 11, 2023
@robin-aws robin-aws added part: standard libraries Standard libraries packaged in the Dafny distribution kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny labels Oct 11, 2023
@alex-chew alex-chew assigned robin-aws and unassigned alex-chew Nov 9, 2023
@robin-aws
Copy link
Member Author

Completed by #4790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny part: standard libraries Standard libraries packaged in the Dafny distribution
Projects
None yet
Development

No branches or pull requests

2 participants