cbt icon indicating copy to clipboard operation
cbt copied to clipboard

transformFiles no in-place

Open cvogt opened this issue 8 years ago • 1 comments
trafficstars

currently transformFiles and transformFilesOrError operate in-place https://github.com/cvogt/cbt/blob/e760ee9e4c4c3b3f39e2bb2dfd47d2b142e12a53/stage2/Lib.scala#L539

Let's make them not operate in-place and take Seq[File,File] instead. And have transformFilesInPlace and transformFilesOrErrorInPlace wrappers, which simply do (files zip files).

cvogt avatar Mar 11 '17 23:03 cvogt

cc @shanedelmore

cvogt avatar Mar 11 '17 23:03 cvogt