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

feat: fs operations in Bueno namespace #3

Closed
wants to merge 4 commits into from

Conversation

lino-levan
Copy link
Contributor

I had no luck turning these into op2s. Definitely something to do in a future PR.

@lino-levan
Copy link
Contributor Author

Related to #4


// Testing: writeTextFileSync / readTextFileSync / removeSync
{
const text = "hello from your file system async";
Copy link
Member

@Im-Beast Im-Beast Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be "sync"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really sure whether we should store ops in an ops.rs file, I feel like we should group ops depending on what they do, so e.g. this should be renamed to fs.rs.

@lino-levan
Copy link
Contributor Author

opening another PR, with conflicts fixed.

@lino-levan lino-levan closed this Aug 27, 2023
@Im-Beast Im-Beast mentioned this pull request Sep 2, 2023
12 tasks
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.

None yet

2 participants