mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Garbage-collect strings
This commit is contained in:
parent
9b822de4ef
commit
2995f9c48f
9 changed files with 83 additions and 36 deletions
|
|
@ -69,6 +69,7 @@ static void printValueAsXML(EvalState & state, bool strict, bool location,
|
|||
break;
|
||||
|
||||
case tShortString:
|
||||
case tStaticString:
|
||||
case tLongString:
|
||||
/* !!! show the context? */
|
||||
v.getContext(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue