<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/src/buildstream/testing, branch update_committers</title>
<subtitle>gitlab.com: buildstream/buildstream.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/'/>
<entry>
<title>Mark buildbox tests as xfail if they require non implemented features</title>
<updated>2019-07-25T12:57:18+00:00</updated>
<author>
<name>William Salmon</name>
<email>will.salmon@codethink.co.uk</email>
</author>
<published>2019-07-19T09:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=91140a0360afb850aab529bd8375220d2e44c28f'/>
<id>91140a0360afb850aab529bd8375220d2e44c28f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_yaml: Set 'MappingNode' public-private API</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-07-09T16:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=20335e6cd37cf40111042f324d2daec249628c64'/>
<id>20335e6cd37cf40111042f324d2daec249628c64</id>
<content type='text'>
- _composite -&gt; __composite (internal)
- composite -&gt; _composite (BuildStream private)
- composite_under -&gt; _composite_under (BuildStream private)
- get -&gt; _get (internal)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- _composite -&gt; __composite (internal)
- composite -&gt; _composite (BuildStream private)
- composite_under -&gt; _composite_under (BuildStream private)
- get -&gt; _get (internal)
</pre>
</div>
</content>
</entry>
<entry>
<title>_yaml: Move 'node_composite' to a method on 'MappingNode'</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-07-02T15:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=673f8f7fa761d61d7792d91fa2ef9d2595ad9f05'/>
<id>673f8f7fa761d61d7792d91fa2ef9d2595ad9f05</id>
<content type='text'>
- Also take care of node_composite_move in the same way.
- Adapt all calling places
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also take care of node_composite_move in the same way.
- Adapt all calling places
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/yaml: Stop using 'composite_dict' and use 'composite' instead</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-07-02T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=024246f92ee2a06a0687ea45bf74ac7efbe58c09'/>
<id>024246f92ee2a06a0687ea45bf74ac7efbe58c09</id>
<content type='text'>
'composite_dict' is a more internal method and we don't really need to
access it there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'composite_dict' is a more internal method and we don't really need to
access it there
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Change all calls to _yaml.dump to _yaml.rountrip_dump</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-06-28T16:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=f7b461220ec2f1af3966ace12c21334f1f3b6457'/>
<id>f7b461220ec2f1af3966ace12c21334f1f3b6457</id>
<content type='text'>
Now that both are equivalent, we can skip the sanitization part before
the yaml call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that both are equivalent, we can skip the sanitization part before
the yaml call.
</pre>
</div>
</content>
</entry>
<entry>
<title>_yaml: Never create base 'Node' directly</title>
<updated>2019-07-15T14:14:02+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-06-14T09:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=88abfbd8a29c5056eb0f089463cc28813bb172ad'/>
<id>88abfbd8a29c5056eb0f089463cc28813bb172ad</id>
<content type='text'>
We shouldn't have to create normal nodes ever. Let's ensure we don't
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We shouldn't have to create normal nodes ever. Let's ensure we don't
</pre>
</div>
</content>
</entry>
<entry>
<title>_yaml: Remove 'node_get' and migrate all remaining calls to new API</title>
<updated>2019-07-15T14:14:02+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-06-13T17:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=50335363cd49e7945567609cf8b1273576b27667'/>
<id>50335363cd49e7945567609cf8b1273576b27667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor of Platform and Sandbox</title>
<updated>2019-07-12T06:57:52+00:00</updated>
<author>
<name>William Salmon</name>
<email>will.salmon@codethink.co.uk</email>
</author>
<published>2019-06-05T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=33272aa7764c03f7d0b3a7b36f08636f883c3e69'/>
<id>33272aa7764c03f7d0b3a7b36f08636f883c3e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runcli.py: Don't set project to 'None'</title>
<updated>2019-07-02T15:43:26+00:00</updated>
<author>
<name>AlexFazakas</name>
<email>alex.fazakas97@gmail.com</email>
</author>
<published>2019-07-02T15:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=5a1afb26cd9f70b8ef719966c24baabe8ac0816b'/>
<id>5a1afb26cd9f70b8ef719966c24baabe8ac0816b</id>
<content type='text'>
Calling runcli with project set to None results in
setting the directory to the string 'None'.

Instead, only set it when the given project argument is not None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling runcli with project set to None results in
setting the directory to the string 'None'.

Instead, only set it when the given project argument is not None.
</pre>
</div>
</content>
</entry>
<entry>
<title>_yaml: Remove useless calls to '_yaml.node_sanitize'</title>
<updated>2019-06-25T10:43:38+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-06-21T08:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=e4412977d8404a2a820c4c1c366604ab6cdc6427'/>
<id>e4412977d8404a2a820c4c1c366604ab6cdc6427</id>
<content type='text'>
Calling '_yaml.dump' will itself call '_yaml.node_sanitize', therefore
we can remove all calls to it in places where we directly after call
dump.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling '_yaml.dump' will itself call '_yaml.node_sanitize', therefore
we can remove all calls to it in places where we directly after call
dump.
</pre>
</div>
</content>
</entry>
</feed>
