tvl-depot/third_party/nix/src
Vincent Ambo cc27324d02 chore(tvix): Use StatusOr API available in Abseil's version
The Abseil version of `StatusOr` does not come with the status macros
or the `Consume*` family of functions.

This change modifies the existing code to use the common denominator
of the API that is available between Abseil's own implementation of
`StatusOr` and the one from Tensorflow that we are currently using.

Change-Id: I5c37f68636a1fd54d153f95d7303ab8644abb774
2020-11-21 15:26:02 +01:00
..
build-remote refactor(tvix/libutil): Mark single-argument constructors explicit 2020-08-23 11:58:44 +00:00
cpptoml style(3p/nix): Remove 'using std::*' from types.hh 2020-05-24 22:29:21 +01:00
libexpr refactor(3p/tvix): make Value.primOp a std::shared_ptr 2020-09-15 21:52:56 +00:00
libmain feat(tvix): Print "Tvix" in the version string 2020-09-01 03:30:12 +00:00
libstore fix(tvix): Use copy constructor to add strings to protos 2020-11-19 00:29:42 +00:00
libutil refactor(tvix): Make static strings constexpr string_views 2020-09-14 21:38:30 +00:00
nix refactor(tvix): getEnv(): Return std::optional 2020-09-01 02:21:53 +00:00
nix-build refactor(tvix): getEnv(): Return std::optional 2020-09-01 02:21:53 +00:00
nix-channel chore(3p/nix): apply google-readability-casting 2020-08-08 22:16:02 +00:00
nix-collect-garbage chore(3p/nix): Remove support for plugins 2020-07-20 14:45:43 +00:00
nix-copy-closure fix(3p/nix): revert "apply all clang-tidy fixes" 2020-08-01 22:45:15 +00:00
nix-daemon chore(tvix): Use StatusOr API available in Abseil's version 2020-11-21 15:26:02 +01:00
nix-env refactor(tvix): getEnv(): Return std::optional 2020-09-01 02:21:53 +00:00
nix-instantiate refactor(tvix): always pass Bindings by ptr, use shared/unique_ptr 2020-08-17 02:23:49 +00:00
nix-prefetch-url refactor(tvix): getEnv(): Return std::optional 2020-09-01 02:21:53 +00:00
nix-store refactor(tvix): Replace several DiscardLogsSink() with std::cerr 2020-08-21 01:35:08 +00:00
nlohmann Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
proto fix(tvix): Chunk the AddTextToStore request 2020-08-29 14:29:45 +00:00
tests chore(tvix): Use StatusOr API available in Abseil's version 2020-11-21 15:26:02 +01:00
CMakeLists.txt refactor(3p/nix): Build nix-daemon as a separate binary 2020-08-03 18:26:44 +00:00