simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
360 stars 11 forks source link

introduce set datatype #554

Closed fho closed 5 months ago

fho commented 5 months ago

We use in multiple places a map with empty struct values as set. Add a simple Set datatype that we can be used instead. This allows to remove duplication and simplify the code in multiple places.

(More occurrences will be changed to use the Set datatype in follow-ups)