<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/tools/gen_data.py, branch xcodeobjc</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>gen_data.py: even more sorting</title>
<updated>2021-01-13T15:57:06+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2021-01-13T12:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=ccb15bc0e988f4e90b67606eaad9443c7ccac918'/>
<id>ccb15bc0e988f4e90b67606eaad9443c7ccac918</id>
<content type='text'>
glob.glob() is not sorted, despite using shell-style wildcards, and the
documentation does not mention this: https://bugs.python.org/issue21748

Recently, it does start mentioning "Whether or not the results are
sorted depends on the file system." which does not really get to the
heart of the matter...

This is causing fuzz too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glob.glob() is not sorted, despite using shell-style wildcards, and the
documentation does not mention this: https://bugs.python.org/issue21748

Recently, it does start mentioning "Whether or not the results are
sorted depends on the file system." which does not really get to the
heart of the matter...

This is causing fuzz too.
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_data.py: sort files when generating mesondata</title>
<updated>2021-01-13T00:19:00+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2021-01-13T00:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=0063bd35d79e952aa964d7338869d55b91ea4a40'/>
<id>0063bd35d79e952aa964d7338869d55b91ea4a40</id>
<content type='text'>
The current way this works is chaos since the tool might return files in
any order and thus shuffle around the order of embedded files. This
results in big diffs that cannot be easily reviewed.

Also regenerate the data according to the, going forward, canonical
ordering algorithm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current way this works is chaos since the tool might return files in
any order and thus shuffle around the order of embedded files. This
results in big diffs that cannot be easily reviewed.

Also regenerate the data according to the, going forward, canonical
ordering algorithm.
</pre>
</div>
</content>
</entry>
<entry>
<title>use real pathlib module</title>
<updated>2020-11-20T23:08:40+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-11-20T22:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f6672c7a1923c3e052af3ad223d6075b86378bfc'/>
<id>f6672c7a1923c3e052af3ad223d6075b86378bfc</id>
<content type='text'>
We added the _pathlib module to work around defeciencies in python 3.5's
implementation, since we now rely on 3.6 lets drop this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We added the _pathlib module to work around defeciencies in python 3.5's
implementation, since we now rely on 3.6 lets drop this
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Disable the new (CMake 3.16) PCH support</title>
<updated>2020-10-24T17:31:15+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-10-20T12:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=fc57089bc509e63f9376858f8038b3efb142418a'/>
<id>fc57089bc509e63f9376858f8038b3efb142418a</id>
<content type='text'>
Subprojects that use the CMake PCH feature will cause
compilation/linker errors. The CMake PCH support
should thus be disabled until this can be properly
translated to meson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subprojects that use the CMake PCH feature will cause
compilation/linker errors. The CMake PCH support
should thus be disabled until this can be properly
translated to meson.
</pre>
</div>
</content>
</entry>
<entry>
<title>mdata: Generate mesondata.py from */data folders</title>
<updated>2020-07-16T19:03:18+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-07-16T18:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=019ed04331695bb6f5c5fff70dfced34c4ba9012'/>
<id>019ed04331695bb6f5c5fff70dfced34c4ba9012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
