fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Unsafe parameter names #16

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

Some names (e.g., command and description) are not safe for action parameters because they have special meanings in particular backends (e.g., Ninja). Find a way of warning about this namespace collision (not great) or decoupling action arguments and parameters (better).

trombonehero commented 9 years ago

Closed by commit 1e1fa82.