Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Update VFS-local to work on Windows #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gjtorikian
Copy link

This PR starts to introduce some changes to let VFS work on Windows.

There are four tests not passing:

vfs.rmfile
vf.rmdir
vfs.symlink
vfs.execFile

Most of these are permission settings--I am getting EPERM errors for some reason. This is compatible with errors I saw in #7.

This should also fix #1. It's not that it doesn't work on Windows, it's that the testing infrastructure makes too many incorrect assumptions about dir paths. Everything else is golden since it relies on fs.

@phal0r
Copy link

phal0r commented Jul 27, 2014

What's going on with this pull request? Is no one maintaining this repo anymore?

@javruben
Copy link

We'll update this repo within a few weeks during our work to open source cloud9.

@phal0r
Copy link

phal0r commented Jul 27, 2014

Ok, thank you for the fast answer. i really like this vfs project and was not sure if it's still maintained. i'm really keen to use it, so thanks in advance for the good work :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work on windows
3 participants