commit | a30a741c229c04abc78db618307c87f0e16f6bf5 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dan@danw.org> | Fri Apr 07 14:05:06 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 07 14:05:06 2017 -0700 |
tree | b34cf4c404fa7fb15eba9c97fd0de2a49e27f6c1 | |
parent | 28c7837b3dc409a2ce601db411eb6578cbec4933 [diff] | |
parent | 978c4aa92f3929e52f4502aff9246a236c6d56f9 [diff] |
Merge pull request #149 from danw/improve_variant_errors Improve error messages when dependency variants are missing
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.