aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval-cache.hh
AgeCommit message (Expand)Author
2024-04-06always re-eval cached failuresQyriad
2024-03-09libexpr: Support structured error classeseldritch horrors
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-05-16Make nix::eval_cache::int_t more idiomaticThéophane Hufschmitt
2022-05-16resolve redundant priority passing, wrap NixInt in eval-cache variantEli Kogan-Wang
2022-05-16Add int to eval-cache, bump eval cache schema versionEli Kogan-Wang
2022-05-13Integrate review changesEli Kogan-Wang
2022-04-26nix: Respect meta.outputsToInstall, and use all outputs by defaultEelco Dolstra
2022-04-26EvalCache AttrKey: Use Symbol instead of std::stringEelco Dolstra
2022-04-26EvalCache: Revert to using symbols in getAttr()Eelco Dolstra
2022-04-25rename SymbolIdx -> Symbol, Symbol -> SymbolStrpennae
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-03-11Create some type aliases for string ContextsJohn Ericson
2022-03-07Merge `or-suggestions.hh` into `suggestions.hh`regnat
2022-03-07Move OrSuggestions to its own headerregnat
2022-03-07Also display suggestions for the commands using the eval cacheregnat
2021-04-19libcmd/installables: force re-evaluation of cached failuresMaximilian Bosch
2020-10-06Shut up some clang warningsEelco Dolstra
2020-08-07nix build (and others): Force re-evaluation of cached errorsEelco Dolstra
2020-07-16Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-06-29EvalCache: Store string contextsEelco Dolstra
2020-06-29Factor out EvalCache::forceDerivation()Eelco Dolstra
2020-04-27nix search: Search legacyPackages recursivelyEelco Dolstra
2020-04-20Move eval-cache.{cc,hh}Eelco Dolstra