You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
It seems that fcntl is used to get file lock permissions, but no fcntl module exists for Windows. It's worth noting that arcanist uses the EDITOR config variable to get blocking sessions (PhutilInteractiveEditor.php) so it is possible, just not with the fcntl module.
Worth noting, I have no idea if this is the only code that's not Windows compatible, so this request may be more than just what I've listed here.
The text was updated successfully, but these errors were encountered:
Maybe we should split out the platform-dependent bits of phlsys_fs into their own module, perhaps called phlsys_fsunix or similar. That way we would still get errors if we try to use unimplemented functionality, arcyon probably doesn't need to use phlsys_fsunix and would then work on Windows.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to run arcyon on a Windows environment, you get the error:
It seems that fcntl is used to get file lock permissions, but no fcntl module exists for Windows. It's worth noting that arcanist uses the EDITOR config variable to get blocking sessions (PhutilInteractiveEditor.php) so it is possible, just not with the fcntl module.
Worth noting, I have no idea if this is the only code that's not Windows compatible, so this request may be more than just what I've listed here.
The text was updated successfully, but these errors were encountered: