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
FileManager: improve compatibility for setAttributes
`setAttributes(_:ofItemAtPath:)` and friends should not `fatalError`
when encountering an attribute which cannot be set. Instead, we should
ignore those to match the behaviour of the reference implementation.
This should allow us to properly enable some test cases in swift-driver.
0 commit comments