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
serialization: handle 'null' value from java's File.getParent api (#291)
`java.nio.Path::getParent` returns `null` if the path is the root
directory already, so trying to create the root's parent directory both
fails hard and doesn't make any sense
0 commit comments