index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
tests
Age
Commit message (
Expand
)
Author
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-14
Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`
John Ericson
2023-04-07
Include the name in the JSON for derivations
John Ericson
2023-04-07
Create `Derivation::fromJSON`
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-02-28
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-02-20
`Derivation::toJSON`: fix bug!
John Ericson
2023-02-19
Test `toJSON` of `DerivationOutput` and `Derivation`
John Ericson
2023-02-07
NarInfoDiskCache: Also test id consistency with updated fields
Robert Hensing
2023-02-07
NarInfoDiskCache: Keep BinaryCache.id stable and improve test
Robert Hensing
2023-02-07
NarInfoDiskCache: Prepare reproducer for #3898
Robert Hensing
2023-01-30
Make per-variant Arbitrary impls too
John Ericson
2023-01-29
More property tests
John Ericson
2023-01-29
Allow unit test infra to be reused across libs' tests
John Ericson
2023-01-23
Test store paths, with property tests
John Ericson
2023-01-23
Add `rapidcheck` dependency for testing
John Ericson
2023-01-18
Add test for OutputsSpec::Names
Eelco Dolstra
2023-01-12
Write more (extended) output spec tests
John Ericson
2023-01-12
Assert on construction that `OutputsSpec::Names` is non-empty
John Ericson
2023-01-12
Unit test `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-11
Improve tests for `OutputsSpec`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2021-10-17
Add error reporting to machine spec paser
Alexey Novikov
2021-10-08
libstore-tests: add libutil dependency (fix static link failure)
Sergei Trofimovich
2021-10-04
Add a test for RefScanSink and clean up the code
Eelco Dolstra