fury-old
fury-old copied to clipboard
failure to pull one repository aborts updating others
Due to the nature of flatMap on scala.util.Try, and the way mercator.CollOps.sequence is used in the method fury.RepoCli.pull(Context), failure to pull any single repository from a list results in other repositories not being updated.
This issue has been discovered while investigating #328.
I'm not sure whether this problem still happens. This needs to be checked.