mcandre / rez

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

more idiomatic error handling #30

Closed mcandre closed 2 years ago

mcandre commented 2 years ago

Apply more consistent, C++-informed error handling semantics.

mcandre commented 2 years ago

For now, rez will:

User task definition source code files may use any C/C++ error handling mechanism they wish. For now, the example athena project will primarily use int-based exit codes.