mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

Use CheckError to propagate error instead of bool return values, fix line length #46

Closed sarum9in closed 6 years ago

sarum9in commented 6 years ago

Please take a look if this is more readable than the previous code. I am not 100% convinced it is idiomatic way to use exceptions but code looks better like this. Thoughts?