-
Notifications
You must be signed in to change notification settings - Fork 101
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
Use JNA/JFFI from JRuby to implement POSIX features #12
Comments
Initial code for this is already contained in the file module in the chmod() and symlink() functions. |
Note: a quick way to get these running is to copy the files |
Jython's implementation: http://jython.svn.sourceforge.net/viewvc/jython/trunk/jython/src/org/python/modules/posix/ |
I just pushed initial support to my fork: 1476fe9 |
closing |
The libraries used by JRuby to implement POSIX and other native features are now hosted at github: http://github.com/wmeissner/
The text was updated successfully, but these errors were encountered: