mcandre / rez

C/C++ task runner
Other
3 stars 1 forks source link

Replace exceptions with optionals #51

Closed mcandre closed 2 years ago

mcandre commented 2 years ago

wontfix

Assuming the underlying YAML parser unfortunately already depends on a runtime environment using the exceptions mechanism. Small benefit to wrapping exceptions in optionals for now.