Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys' | Benjamin Schubert | 2019-07-15 | 1 | -1/+1 |
| | | | | - adapt all call sites to use the new API | ||||
* | _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()' | Benjamin Schubert | 2019-07-15 | 1 | -8/+5 |
| | | | | | | | | | - Adding 'get_sequence' on MappingNode to access sequences in a mapping - Adding 'sequence_at' on SequenceNode to access sequences in a sequence - Adding 'mapping_at' on SequenceNode to access mappings in a sequence Using "*_at" in sequences allows us to quickly understand if we are dealing with a sequence or a mapping. | ||||
* | Move source from 'buildstream' to 'src/buildstream' | Chandan Singh | 2019-05-21 | 1 | -0/+299 |
This was discussed in #1008. Fixes #1009. |