Shockah / Nickel

A modding API / mod loader for the game Cobalt Core.
Apache License 2.0
3 stars 5 forks source link

Correct relatedness check in FileSystemInfoImpl`1 #79

Closed Fayti1703 closed 7 months ago

Fayti1703 commented 7 months ago

declval<FilesystemInfoImpl<DirectoryInfoImpl>>() is not FileSystemInfoImpl<FileSystemInfo> for pretty much exactly the same reason that declval<List<SubType>>() is not List<SuperType>

This caused spurious ArgumentExceptions when attempting to get relative paths between two on-disk files.