Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch old-style string formattings to new '.format()' | Gökçen Nurlu | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Refactoring: Move exceptions module to be private | Tristan Van Berkom | 2017-11-06 | 1 | -1/+1 |
| | | | | Hide all of buildstream's internal exceptions from the API surface. | ||||
* | Use _yaml.node_items() across the board, instead of casing _yaml.PROVENANCE_KEY | Tristan Van Berkom | 2017-10-01 | 1 | -7/+3 |
| | | | | | Consequently improved _yaml.node_sanitize() to omit a crazy lambda which had no effect at all on the outcome of the function. | ||||
* | Fixing permissions, some random python files became executable | Tristan Van Berkom | 2017-03-06 | 1 | -0/+0 |
| | |||||
* | _variables.py: Special case to set max-jobs to 1 if notparallel was specified | Tristan Van Berkom | 2017-02-22 | 1 | -0/+6 |
| | |||||
* | Remove apostrophes from grammatically incorrect instances of "it's" | Paul Sherwood | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | _variables.py: Fix variable resolution to convert to strings | Tristan Van Berkom | 2017-01-27 | 1 | -0/+3 |
| | | | | | Not stringish values in variable resolution were not being converted to strings automatically. | ||||
* | _variables.py: A new helper object for variable contexts | Tristan Van Berkom | 2017-01-06 | 1 | -0/+170 |
A helper object for resolving a loaded and composited dictionary of variables so that variable values themselves are expanded and errors properly detected. Object provides a subst() method allowing strings to be substituted with the variable context. |