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

Add ReadAllText and WriteAllText operators #1492

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Jul 24, 2023

This PR adds support for ReadAllText and WriteAllText operators, mirroring the .NET framework equivalent helpers with the same name. The goal is to provide quick interfacing to reading and writing entire contents of text files, e.g. for serialization/deserialization purposes.

In the future we will want to generalize the IO streaming interface, but in the meantime these can provide a flexible compromise, for example for small config files.

@glopesdev glopesdev added the feature New planned feature label Jul 24, 2023
@glopesdev glopesdev added this to the 2.8 milestone Jul 24, 2023
@glopesdev glopesdev merged commit 1cdbe76 into bonsai-rx:main Jul 25, 2023
2 checks passed
@glopesdev glopesdev deleted the text-io branch July 25, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant