Closed
Description
After an aborted attempt at implementing this directly (#11734), we need to investigate how to provide fs::realpath()
correctly.
The current thinking is that for libgreen, we should defer to libuv. For libnative, on POSIX, we should use realpath()
. On Windows, I don't know, but we should avoid writing this ourselves at all costs because there's a lot of complexity involved.
Metadata
Metadata
Assignees
Labels
No labels