Merge pull request #5000 from nielsegberts/master

toString also coerces a set with an outPath attribute to a string
This commit is contained in:
Eelco Dolstra 2021-07-12 17:35:32 +02:00 committed by GitHub
commit 099df07e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3109,7 +3109,7 @@ static RegisterPrimOp primop_toString({
- A path (e.g., `toString /foo/bar` yields `"/foo/bar"`.
- A set containing `{ __toString = self: ...; }`.
- A set containing `{ __toString = self: ...; }` or `{ outPath = ...; }`.
- An integer.