snix/third_party/nix/src/libexpr
Vincent Ambo f7ea650142 refactor(tvix/libexpr): Remove Bindings::SortedByKeys()
Since we don't have a Bindings implementation with unstable order this
function is not required, as its callers can just iterate over the
attributes instead.

Change-Id: I01b35277b5a2dde69d684bc881dbd7c0701bcbb3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2291
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
2020-12-23 11:33:54 +00:00
..
primops feat(tvix): Convert some DLOGs to VLOGs 2020-11-22 23:17:23 +00:00
attr-path.cc refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr 2020-08-17 02:23:49 +00:00
attr-path.hh refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr 2020-08-17 02:23:49 +00:00
attr-set.cc refactor(tvix/libexpr): Remove Bindings::SortedByKeys() 2020-12-23 11:33:54 +00:00
attr-set.hh refactor(tvix/libexpr): Remove Bindings::SortedByKeys() 2020-12-23 11:33:54 +00:00
CMakeLists.txt refactor(tvix): add explicit copy/move constructors for Value 2020-08-17 02:23:49 +00:00
common-eval-args.cc refactor(tvix): Clean up MixEvalArgs internals 2020-08-28 01:18:19 +00:00
common-eval-args.hh refactor(tvix): Clean up MixEvalArgs internals 2020-08-28 01:18:19 +00:00
eval-inline.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
eval.cc refactor(tvix/libexpr): Remove Bindings::SortedByKeys() 2020-12-23 11:33:54 +00:00
eval.hh refactor(3p/tvix): convert NixList usage to shared_ptr 2020-09-15 21:42:54 +00:00
function-trace.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
function-trace.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
get-drvs.cc refactor(tvix/libexpr): Remove Bindings::SortedByKeys() 2020-12-23 11:33:54 +00:00
get-drvs.hh style(tvix): Replace remaining typedefs with using statements 2020-08-21 03:55:56 +00:00
json-to-value.cc feat(tvix): Bump nlohmann-json version to 3.9.1 2020-11-27 19:59:51 +00:00
json-to-value.hh style(tvix): Sort out minor formatting errors 2020-08-10 17:40:18 +00:00
lexer.l refactor(3p/nix/libexpr): Move some code out of lexer.l 2020-07-19 02:59:41 +00:00
names.cc fix(3p/nix): revert "apply all clang-tidy fixes" 2020-08-01 22:45:15 +00:00
names.hh fix(3p/nix): revert "apply all clang-tidy fixes" 2020-08-01 22:45:15 +00:00
nix-expr.pc.in feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore 2020-06-21 20:42:28 +00:00
nixexpr.cc refactor(tvix): remove signedness conversions by using std::optional 2020-11-27 18:34:20 +00:00
nixexpr.hh feat(tvix): Add a pos field to more expr classes 2020-11-22 21:59:58 +00:00
parser.cc feat(tvix): Convert some DLOGs to VLOGs 2020-11-22 23:17:23 +00:00
parser.hh style(tvix): Add missing braces in expressions 2020-08-21 03:55:56 +00:00
parser.y feat(tvix): Add a pos field to more expr classes 2020-11-22 21:59:58 +00:00
primops.cc refactor(tvix/libexpr): Remove Bindings::SortedByKeys() 2020-12-23 11:33:54 +00:00
primops.hh refactor(tvix): Replace several DiscardLogsSink() with std::cerr 2020-08-21 01:35:08 +00:00
symbol-table.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
symbol-table.hh chore(3p): Bump nixpkgs channels 2020-08-06 00:15:33 +00:00
value-to-json.cc feat(3p/nix): remove External values feature 2020-08-01 18:54:50 +00:00
value-to-json.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value-to-xml.cc feat(3p/nix): remove External values feature 2020-08-01 18:54:50 +00:00
value-to-xml.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value.cc refactor(tvix): add explicit copy/move constructors for Value 2020-08-17 02:23:49 +00:00
value.hh refactor(3p/tvix): make Value.primOp a std::shared_ptr 2020-09-15 21:52:56 +00:00