<feed xmlns='http://www.w3.org/2005/Atom'>
<title>meson.git/data, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.gnuabordo.com.br/meson.git/atom?h=master</id>
<link rel='self' href='http://git.gnuabordo.com.br/meson.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/'/>
<updated>2024-07-21T21:38:28+00:00</updated>
<entry>
<title>zsh: Fix incorrect __meson_wrap_modes expansion</title>
<updated>2024-07-21T21:38:28+00:00</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T16:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=9459bd8bd42759c47c9248fdaa8bc9071fcff49b'/>
<id>urn:sha1:9459bd8bd42759c47c9248fdaa8bc9071fcff49b</id>
<content type='text'>
Signed-off-by: Joey Pabalinas &lt;joeypabalinas@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: Add completions for {rewrite,devenv,env2mfile,format,help} subcommands</title>
<updated>2024-07-21T21:38:28+00:00</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=8554699c42faddd1f0775871d6dca8195a366f24'/>
<id>urn:sha1:8554699c42faddd1f0775871d6dca8195a366f24</id>
<content type='text'>
Signed-off-by: Joey Pabalinas &lt;joeypabalinas@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: Fix spelling errors</title>
<updated>2024-07-21T21:38:28+00:00</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=7f5262b483f84c2430f67d48b54e8702ba4b1e27'/>
<id>urn:sha1:7f5262b483f84c2430f67d48b54e8702ba4b1e27</id>
<content type='text'>
Signed-off-by: Joey Pabalinas &lt;joeypabalinas@gmail.com&gt;
</content>
</entry>
<entry>
<title>zsh: Add new vs backends</title>
<updated>2024-07-21T21:38:28+00:00</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=9a6adc1e36f594e0970080ba091e971f44f774b4'/>
<id>urn:sha1:9a6adc1e36f594e0970080ba091e971f44f774b4</id>
<content type='text'>
Signed-off-by: Joey Pabalinas &lt;joeypabalinas@gmail.com&gt;
</content>
</entry>
<entry>
<title>tests: Clean up leftover files from source dirs.</title>
<updated>2024-07-10T18:32:35+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2024-07-10T18:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=47fd13aefcb3f1b9494b0b248073ed6e388b1dac'/>
<id>urn:sha1:47fd13aefcb3f1b9494b0b248073ed6e388b1dac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add meson test --max-lines</title>
<updated>2024-06-17T16:30:10+00:00</updated>
<author>
<name>Daan De Meyer</name>
<email>daan.j.demeyer@gmail.com</email>
</author>
<published>2024-06-02T09:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a'/>
<id>urn:sha1:a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a</id>
<content type='text'>
Let's allow users to configure how many lines are shown at most when
a test fails.
</content>
</entry>
<entry>
<title>Add meson test --interactive</title>
<updated>2024-04-23T19:36:22+00:00</updated>
<author>
<name>Daan De Meyer</name>
<email>daan.j.demeyer@gmail.com</email>
</author>
<published>2024-04-19T14:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=344a97e08a695af40ec77e439582ffdc06154f21'/>
<id>urn:sha1:344a97e08a695af40ec77e439582ffdc06154f21</id>
<content type='text'>
This is very similar to --gdb, except it doesn't spawn GDB, but
connects stdin/stdout/stderr directly to the test itself. This allows
interacting with integration tests that spawn a shell in a container
or virtual machine when the test fails.

In systemd we're migrating our integration tests to run using the
meson test runner. We want to allow interactive debugging of failed
tests directly in the virtual machine or container that is spawned
to run the test. To make this possible, we need meson test to connect
stdin/stdout/stderr of the test directly to the user's terminal, just
like is done with the --gdb option.
</content>
</entry>
<entry>
<title>Add bztar support to meson dist</title>
<updated>2024-04-15T20:17:44+00:00</updated>
<author>
<name>Tristan Partin</name>
<email>tristan@partin.io</email>
</author>
<published>2024-01-24T17:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=2d3954efac61d37bdcf5c27204163e60d2932290'/>
<id>urn:sha1:2d3954efac61d37bdcf5c27204163e60d2932290</id>
<content type='text'>
Some projects, like Postgres, distribute code in this format.
</content>
</entry>
<entry>
<title>tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to expect_skip_on_os</title>
<updated>2024-03-17T08:46:26+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2024-03-15T18:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=0762b86e59629d82c1e7efaeb5dc6c1381d5af1a'/>
<id>urn:sha1:0762b86e59629d82c1e7efaeb5dc6c1381d5af1a</id>
<content type='text'>
The test.json format currently has three keys related to skipping tests:

* `skip_on_jobname`
* `skip_on_os`
* `skip_on_env`

While `skip_on_env` marks the test itself as skipped, i.e. they don't get run when the
conditions are met, the other two skip options are just marking the test as "expected to be skipped"
if the conditions apply, i.e. they want to see `MESON_SKIP_TEST` in the output and things will
fail if that doesn't happen. They don't actually skip the tests as the names imply.

To make this clearer rename the keys:

* `skip_on_jobname` -&gt; `expect_skip_on_jobname`
* `skip_on_os` -&gt; `expect_skip_on_os`

`skip_on_env` stays the same, since that actually skips.

The docs were also confused about this, so adjust that too.
</content>
</entry>
<entry>
<title>macros: Allow disabling verbose mode</title>
<updated>2024-02-16T12:43:16+00:00</updated>
<author>
<name>Daan De Meyer</name>
<email>daan.j.demeyer@gmail.com</email>
</author>
<published>2024-02-10T14:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/meson.git/commit/?id=163d703a18b7d2766bd4db670c390ae59a4cc274'/>
<id>urn:sha1:163d703a18b7d2766bd4db670c390ae59a4cc274</id>
<content type='text'>
This allows using "--undefine __meson_verbose" to disable the verbose
mode. This is useful when running rpmbuild in an interactive terminal
and you don't want to be flooded with compilation outputs.

We also add --quiet to the meson install macro if __meson_verbose is
undefined to reduce the output generated by meson install.

The default output stays the same, the output is only affected if
__meson_verbose is explicitly undefined.
</content>
</entry>
</feed>
