com-lihaoyi/os-lib

os.stat shouldn't include posix owner metadata by default

lihaoyi opened this issue · 1 comments

Most people don't need it, and we're making two disk trips for nothing. We should introduce a os.stat.posix to get that info

Fixed in master