<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/msi, branch java9</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>Fix flake8 'variable assigned value but unused' reports</title>
<updated>2018-03-03T21:36:37+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2018-03-03T21:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8958529a2596c73bdb3cb599ced5f2c440359b5a'/>
<id>8958529a2596c73bdb3cb599ced5f2c440359b5a</id>
<content type='text'>
$ flake8 | grep -E 'F841'
./run_unittests.py:1987:13: F841 local variable 'objc' is assigned to but never used
./run_unittests.py:1988:13: F841 local variable 'objcpp' is assigned to but never used
./mesonbuild/minit.py:272:5: F841 local variable 'uppercase_token' is assigned to but never used
./mesonbuild/minit.py:307:5: F841 local variable 'uppercase_token' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:36:9: F841 local variable 'result' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:78:9: F841 local variable 'up_target' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:81:9: F841 local variable 'time_target' is assigned to but never used
./msi/createmsi.py:226:17: F841 local variable 'file_source' is assigned to but never used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ flake8 | grep -E 'F841'
./run_unittests.py:1987:13: F841 local variable 'objc' is assigned to but never used
./run_unittests.py:1988:13: F841 local variable 'objcpp' is assigned to but never used
./mesonbuild/minit.py:272:5: F841 local variable 'uppercase_token' is assigned to but never used
./mesonbuild/minit.py:307:5: F841 local variable 'uppercase_token' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:36:9: F841 local variable 'result' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:78:9: F841 local variable 'up_target' is assigned to but never used
./mesonbuild/modules/unstable_icestorm.py:81:9: F841 local variable 'time_target' is assigned to but never used
./msi/createmsi.py:226:17: F841 local variable 'file_source' is assigned to but never used
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various flake8 indentation reports</title>
<updated>2018-03-03T21:35:53+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2018-03-03T21:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=2f6ed470771858d96d435131e2624fb144464973'/>
<id>2f6ed470771858d96d435131e2624fb144464973</id>
<content type='text'>
$ flake8 | grep -E '(E123|E127|E128)'
./run_unittests.py:1358:37: E127 continuation line over-indented for visual indent
./run_unittests.py:1360:37: E127 continuation line over-indented for visual indent
./mesonbuild/minit.py:311:66: E128 continuation line under-indented for visual indent
./mesonbuild/minit.py:312:66: E128 continuation line under-indented for visual indent
./mesonbuild/minit.py:313:66: E128 continuation line under-indented for visual indent
./mesonbuild/compilers/cpp.py:115:63: E127 continuation line over-indented for visual indent
./msi/createmsi.py:156:13: E123 closing bracket does not match indentation of opening bracket's line
./msi/createmsi.py:188:13: E123 closing bracket does not match indentation of opening bracket's line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ flake8 | grep -E '(E123|E127|E128)'
./run_unittests.py:1358:37: E127 continuation line over-indented for visual indent
./run_unittests.py:1360:37: E127 continuation line over-indented for visual indent
./mesonbuild/minit.py:311:66: E128 continuation line under-indented for visual indent
./mesonbuild/minit.py:312:66: E128 continuation line under-indented for visual indent
./mesonbuild/minit.py:313:66: E128 continuation line under-indented for visual indent
./mesonbuild/compilers/cpp.py:115:63: E127 continuation line over-indented for visual indent
./msi/createmsi.py:156:13: E123 closing bracket does not match indentation of opening bracket's line
./msi/createmsi.py:188:13: E123 closing bracket does not match indentation of opening bracket's line
</pre>
</div>
</content>
</entry>
<entry>
<title>Robustify msi creator script.</title>
<updated>2018-02-24T17:43:29+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2018-02-24T17:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=e2a4cff76f35b7c666a0bcaa087bcdef579ef19f'/>
<id>e2a4cff76f35b7c666a0bcaa087bcdef579ef19f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review fixes.</title>
<updated>2017-11-21T21:29:06+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-20T21:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=22adda16179e11dd7e5ca34a34e6286afcf6c0c9'/>
<id>22adda16179e11dd7e5ca34a34e6286afcf6c0c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced sys.executable use with the mesonlib equivalent.</title>
<updated>2017-11-20T21:08:17+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-10T23:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=5d51bc79c7555e681a0c638da9528458257744ae'/>
<id>5d51bc79c7555e681a0c638da9528458257744ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MSI: Find VC redistributable with python 32bit on windows 64bit</title>
<updated>2017-10-10T21:09:27+00:00</updated>
<author>
<name>Niklas Claesson</name>
<email>niklas.claesson@cosylab.com</email>
</author>
<published>2017-10-09T20:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=16aa40875e642d22ce0aaa45ab7a6ed8d9632ee3'/>
<id>16aa40875e642d22ce0aaa45ab7a6ed8d9632ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Package the Visual C runtime. Closes #2417.</title>
<updated>2017-10-07T15:01:19+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-10-03T19:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=a3e655d20d31090ad56d2423b16523a9dbc1c0e7'/>
<id>a3e655d20d31090ad56d2423b16523a9dbc1c0e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2357 from LukeShu/flake8</title>
<updated>2017-09-22T18:33:34+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-09-22T18:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=be0aa7fd740d5808975868e32649c464e031f526'/>
<id>be0aa7fd740d5808975868e32649c464e031f526</id>
<content type='text'>
Bring into compliance with flake8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring into compliance with flake8</pre>
</div>
</content>
</entry>
<entry>
<title>flake8: Perform suggested whitespace/formatting changes</title>
<updated>2017-09-21T15:59:03+00:00</updated>
<author>
<name>Luke Shumaker</name>
<email>lukeshu@lukeshu.com</email>
</author>
<published>2017-09-21T15:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=bb25260f001c741d419f5732da4431a548b0749d'/>
<id>bb25260f001c741d419f5732da4431a548b0749d</id>
<content type='text'>
This only touches newlines, spaces, and (occaisionally) commas.  Anything
else is left for another commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only touches newlines, spaces, and (occaisionally) commas.  Anything
else is left for another commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix file permissions on a couple of files</title>
<updated>2017-09-20T18:02:57+00:00</updated>
<author>
<name>Luke Shumaker</name>
<email>lukeshu@lukeshu.com</email>
</author>
<published>2017-09-19T03:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=e7d5b9dd8e006f533fc6480e8e6fa3a78164bdd1'/>
<id>e7d5b9dd8e006f533fc6480e8e6fa3a78164bdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
