propensive / fury-old

A new build tool for JVM languages
Apache License 2.0
413 stars 34 forks source link

use `Try` for config file migrations #897

Closed propensive closed 4 years ago

propensive commented 4 years ago

The OGDL migrate methods can throw exceptions, but should instead flatMap over Trys.

propensive commented 4 years ago

I think this actually causes silent failures if there is an error in the file format.