Tcl Source Code

View Ticket
Login
Ticket UUID: b42b208ba43aba822071c204a3cec8379b268cbd
Title: file attributes -readonly on Cygwin
Type: RFE Version: 8.6.1
Submitter: jan.nijtmans Created on: 2014-03-25 12:11:47
Subsystem: 37. File System Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2014-03-27 22:46:01
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2014-03-27 22:46:01
Description:

In the SQLite testsuite, there are various test failures because SQLite uses the win32 API for reading/writing files, but the test-suite sets file attributes for test-cases in the cygwin environment. For example: http://www.sqlite.org/src/artifact/1acbdb14c5952a72?ln=893-894.

Solution: implement the -readonly option in the Cygwin system VFS.

User Comments: jan.nijtmans added on 2014-03-27 22:46:01:
Fixed in [56569781637c]