<feed xmlns='http://www.w3.org/2005/Atom'>
<title>meson/data/shell-completions, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://jturnerusa.dev/cgit/meson/atom?h=master</id>
<link rel='self' href='https://jturnerusa.dev/cgit/meson/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/'/>
<updated>2025-01-19T16:25:14Z</updated>
<entry>
<title>zsh: Fix 'meson init --language' completion</title>
<updated>2025-01-19T16:25:14Z</updated>
<author>
<name>meator</name>
<email>meator.dev@gmail.com</email>
</author>
<published>2025-01-17T19:21:04Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/commit/?id=c45f80ac2527e2f739e934b6b7e40c3c4f178575'/>
<id>urn:sha1:c45f80ac2527e2f739e934b6b7e40c3c4f178575</id>
<content type='text'>
This commit fixes invalid syntax, which leads to

(eval):1: number expected
_arguments:465: command not found: _

when trying to complete 'meson init --language=&lt;TAB&gt;'.
</content>
</entry>
<entry>
<title>zsh: Add missing flags to 'meson install'</title>
<updated>2025-01-19T16:24:51Z</updated>
<author>
<name>meator</name>
<email>meator.dev@gmail.com</email>
</author>
<published>2025-01-17T18:57:53Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/commit/?id=386fee2305d172ac127b2d055f7557b0af0cbb8c'/>
<id>urn:sha1:386fee2305d172ac127b2d055f7557b0af0cbb8c</id>
<content type='text'>
Also start flag description with a lowercase letter.
</content>
</entry>
<entry>
<title>Add -q as alternative to --quiet for meson install</title>
<updated>2024-11-02T23:55:09Z</updated>
<author>
<name>Andreas Karlsson</name>
<email>andreas@proxel.se</email>
</author>
<published>2024-10-30T14:05:16Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/commit/?id=2d40813d4264b312acc51b78250513b3536c682b'/>
<id>urn:sha1:2d40813d4264b312acc51b78250513b3536c682b</id>
<content type='text'>
Since "meson test" already has both -q and --quiet it makes a lot of
sense to add the short option to "meson install" too for reasons of
symmetry.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2024-09-11T22:51:04Z</updated>
<author>
<name>spaette</name>
<email>spaette@users.noreply.github.com</email>
</author>
<published>2024-09-11T18:05:04Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/commit/?id=4179996fefd272cc0c893b88ad17c010fa037768'/>
<id>urn:sha1:4179996fefd272cc0c893b88ad17c010fa037768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: Fix incorrect __meson_wrap_modes expansion</title>
<updated>2024-07-21T21:38:28Z</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T16:11:34Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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:28Z</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:59Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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:28Z</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:38Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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:28Z</updated>
<author>
<name>Joey Pabalinas</name>
<email>joeypabalinas@gmail.com</email>
</author>
<published>2024-07-20T14:34:13Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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>Add meson test --max-lines</title>
<updated>2024-06-17T16:30:10Z</updated>
<author>
<name>Daan De Meyer</name>
<email>daan.j.demeyer@gmail.com</email>
</author>
<published>2024-06-02T09:33:07Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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:22Z</updated>
<author>
<name>Daan De Meyer</name>
<email>daan.j.demeyer@gmail.com</email>
</author>
<published>2024-04-19T14:01:48Z</published>
<link rel='alternate' type='text/html' href='https://jturnerusa.dev/cgit/meson/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>
</feed>
