absolute-path procedure on POSIX environment doesn't return path if given file doesn't exist.

Issue #196 resolved
Takashi Kato repo owner created an issue

Suppose a-file doesn't exist, then the following returns #f

(absolute-path "a-file")

But it's better to return a path.

Comments (1)

  1. Takashi Kato reporter

    Adding path normalisation to Sg_AbsolutePath (Fixes #196) realpath (3) fails if the given path doesn't exist. but this is very inconvenient and incosistant with Windows. So we do manual normalisation.

    → <<cset 298c2ce26c20>>

  2. Log in to comment