This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from e861c4fb0 Merge pull request #1702 from
apache/tristan/print-error-messages-before-prompt
add 27e253f47 tests/integration/interactive_build.py: Use integration
cache for sources
add c79db8be7 node.pyx, _yaml.pyx: Support setting None values on
MappingNode objects
add c2868c607 tests/internals/yaml.py: Test behaviors of None types in
MappingNode
add acb1b345c source.py: Pass MappingNode to Source.set_ref()
add f67f46679 __init__.py: Import SourceRef
add 8be55174f element.py: Provide some additional links in docstrings
add 58f6bc7ed plugin.py,source.py,types.py: Documenting SourceRef more
thoroughly
new 6e903464e Merge pull request #1704 from
apache/tristan/source-set-ref-mapping-node
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/buildstream/__init__.py | 2 +-
src/buildstream/_yaml.pyx | 3 +
src/buildstream/element.py | 4 +-
src/buildstream/node.pyx | 2 +-
src/buildstream/plugin.py | 20 ++++--
src/buildstream/source.py | 108 ++++++++++++++++++++++++++-------
src/buildstream/types.py | 16 ++++-
tests/integration/interactive_build.py | 5 +-
tests/internals/yaml.py | 30 ++++++++-
tests/internals/yaml/dictionary.yaml | 4 ++
10 files changed, 157 insertions(+), 37 deletions(-)
create mode 100644 tests/internals/yaml/dictionary.yaml