You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hnix-store-core/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
*`SingleDerivedPath` type with `parseSingleDerivedPath`, `singleDerivedPathToText`
11
11
12
12
* 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.
13
16
*`OutputName.unOutputName` now returns `StorePathName` instead of `Text`
14
17
*`DerivedPath_Built` constructor now takes `SingleDerivedPath` instead of `StorePath`
0 commit comments