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

[Bug] Missing functions in the fslib #1651

Open
5 of 14 tasks
arcanis opened this issue Jul 30, 2020 · 3 comments
Open
5 of 14 tasks

[Bug] Missing functions in the fslib #1651

arcanis opened this issue Jul 30, 2020 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers upholded Real issues without formal reproduction

Comments

@arcanis
Copy link
Member

arcanis commented Jul 30, 2020

Describe the bug

The fslib is missing the following list of functions from the fs module:

To fix that, the best course of action is to add them in the FakeFS interface, see what are all the type errors that appear, and implement the functions in all the fs implementations (it's fine to just mark the ZipFS ones as unimplemented for now, although they shouldn't be too hard to implement anyway).

@arcanis arcanis added bug Something isn't working good first issue Good for newcomers upholded Real issues without formal reproduction labels Jul 30, 2020
@alanrps

This comment was marked as outdated.

@merceyz
Copy link
Member

merceyz commented May 22, 2022

I've updated the OP with the currently missing functions.

@jplukas
Copy link
Contributor

jplukas commented Nov 6, 2023

What's the status on this issue? These functions still need implementing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers upholded Real issues without formal reproduction
Projects
None yet
Development

No branches or pull requests

4 participants