You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The body of the header would utilize the same TOML-like format as, i.e., the Options section. Therefore, we can re-use the parsing utilities from there.
Todo's
This issue could be split in the following sub tasks.
Implementation of the metadata section into the parser
Using metadata to check for required parameters
Using metadata to check Goatfile versions
*This step is open for discussion. It would make the whole issue way more elaborate. But we need to perform changes on the parser and this could be easily combined with the AST implementation. Also, a sort of AST could be useful for the required parameter analysis.
The text was updated successfully, but these errors were encountered:
It should be possible to add metadata to Goatfiles (like a Goatfile Version) that is checked or taken in consideration by Goat before execution.
Format
The body of the header would utilize the same TOML-like format as, i.e., the
Options
section. Therefore, we can re-use the parsing utilities from there.Todo's
This issue could be split in the following sub tasks.
*This step is open for discussion. It would make the whole issue way more elaborate. But we need to perform changes on the parser and this could be easily combined with the AST implementation. Also, a sort of AST could be useful for the required parameter analysis.
The text was updated successfully, but these errors were encountered: