Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... and rename appropriately to reflect contents more precisely
than the generic "common". This separation also disentangles
dependencies a bit.
|
|
...by removing an extra std::vector of iterators. Instead, remove elements directly from std::unordered_set.
|
|
|
|
|
|
|
|
|
|
|
|
and drop precreated info_map.
|
|
|
|
And ensure every user obtains HashFunction from corresponding IExecutionApi
|
|
|
|
Although references give an additional information about ownership, they introduce additional design difficulties.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...and move implementation details there.
|
|
|
|
|
|
|
|
|
|
...to remove the unnecessary link between folder name and the logic
of resolve_symlinks_map.
|
|
|
|
|
|
resolved.
|
|
|
|
The WithRetry function returns true upon success; therefore a
failure occured if the negation of the value is true. We should
report an error only in case of failure.
|
|
|
|
...and use std::unique_ptr for construction instead of std::optional.
|
|
|
|
|
|
|
|
|