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

Make Filesystem / setupFS non-static #12399

Closed
PVince81 opened this issue Nov 24, 2014 · 1 comment
Closed

Make Filesystem / setupFS non-static #12399

PVince81 opened this issue Nov 24, 2014 · 1 comment

Comments

@PVince81
Copy link
Contributor

PVince81 commented Nov 24, 2014

The filesystem class and other functions like setupFS() must be modified to be non-static.

It should be possible to get an instance of the filesystem for "user1" and "user2" in parallel without having to call tearDownFS() then setupFS(), which is likely to have unwanted side-effects.

@icewind1991 @schiesbn tagging as tech debt for the future

@PVince81
Copy link
Contributor Author

Before this can happen, this PR should be merged first: #11091

@PVince81 PVince81 mentioned this issue Nov 28, 2014
22 tasks
@PVince81 PVince81 added this to the backlog milestone Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants