lix/src/libexpr/primops
Eelco Dolstra 475a0a54a9
fetchGit/fetchMercurial: Don't absolutize paths
This is already done by coerceToString(), provided that the argument
is a path (e.g. 'fetchGit ./bla'). It fixes the handling of URLs like
git@github.com:owner/repo.git. It breaks 'fetchGit "./bla"', but that
was never intended to work anyway and is inconsistent with other
builtin functions (e.g. 'readFile "./bla"' fails).
2018-09-01 00:19:49 +02:00
..
fetchGit.cc fetchGit/fetchMercurial: Don't absolutize paths 2018-09-01 00:19:49 +02:00
fetchMercurial.cc fetchGit/fetchMercurial: Don't absolutize paths 2018-09-01 00:19:49 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00