Closed matthias-springer closed 9 years ago
This won't translate on windows (which is missing os.ftruncate), you have to guard this and do something else on that platform (I think we dealt with that issue in Topaz, you may be able to just copy the code)
Besides those minor comments, this can be merged
Somebody have a clue why this is still failing on Travis? Works on my machine (OS X).
It's a pypy head issue - just don't update your pypy checkout for now ;)
primitiveFileWrite
should support strings and word arrays. Also added primitives for truncating files and primitive for setting mac file type (stub only, no implementation).