Skip to content

Commit 04707e3

Browse files
committed
Merge branch 'rename-to-build-trace' into derivation-work
2 parents 017fea8 + 68c7e47 commit 04707e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hnix-store-core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* `SingleDerivedPath` type with `parseSingleDerivedPath`, `singleDerivedPathToText`
1111

1212
* Changes:
13+
* `DerivationOutput` was renamed to `BuildTraceKey`.
14+
Firstly, this avoided a conflict of this type used by `Realisation` with the `DerivationOutput` used by `Derivation` --- the latter deserves the name more since it is for `Derivation`.
15+
Secondly, I (@Ericson2314) am also working upstream to rename "realisations" to "build trace entries", and the collection of them to a "build trace", and so this brings the naming in line with that.
1316
* `OutputName.unOutputName` now returns `StorePathName` instead of `Text`
1417
* `DerivedPath_Built` constructor now takes `SingleDerivedPath` instead of `StorePath`
1518

0 commit comments

Comments
 (0)