mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Add tests for error traces, and fixes
This commit is contained in:
parent
e4726a0c79
commit
ca7c5e08c1
8 changed files with 1377 additions and 140 deletions
|
@ -375,9 +375,9 @@ public:
|
|||
booleans and lists to a string. If `copyToStore' is set,
|
||||
referenced paths are copied to the Nix store as a side effect. */
|
||||
BackedStringView coerceToString(const PosIdx pos, Value & v, PathSet & context,
|
||||
std::string_view errorCtx,
|
||||
bool coerceMore = false, bool copyToStore = true,
|
||||
bool canonicalizePath = true,
|
||||
std::string_view errorCtx = "");
|
||||
bool canonicalizePath = true);
|
||||
|
||||
StorePath copyPathToStore(PathSet & context, const Path & path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue