fix(3p/nix): Compatibility with updated SymbolTable
The functions in SymbolTable have been renamed to match the Google Style guide, and some debug-only functions have been removed.
This commit is contained in:
parent
97e85f94e5
commit
c395a48be2
21 changed files with 141 additions and 137 deletions
|
|
@ -42,7 +42,7 @@ Bindings* MixEvalArgs::getAutoArgs(EvalState& state) {
|
|||
} else {
|
||||
mkString(*v, string(i.second, 1));
|
||||
}
|
||||
res->push_back(Attr(state.symbols.create(i.first), v));
|
||||
res->push_back(Attr(state.symbols.Create(i.first), v));
|
||||
}
|
||||
res->sort();
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue