summaryrefslogtreecommitdiffstats
path: root/src/package
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-05 15:10:54 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-06 11:54:23 +0100
commitea416d8c120c2aa202e7e796135c816a8760a6db (patch)
tree13b246d06b2ef3482faec46f9ce8f635935a6982 /src/package
parent9aa8181872c8fc03a3a74b7189cbf634c6df348c (diff)
Change implementation to use HashMap for errors
This patch changes the implementation to use an HashMap<Uuid, Error> for error propagation. The rationale behind this is the same as with the change to HashMap for the artifacts: Errors are not getting propagated twice if they arrive at a job from different child jobs. This is technically not possible yet, because we propagate errors only to one parent. Though, if the implementation changes one day (which it could), this is one thing less we have to think about. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/package')
0 files changed, 0 insertions, 0 deletions