| Age | Commit message (Collapse) | Author |
|
This commit fixes invalid syntax, which leads to
(eval):1: number expected
_arguments:465: command not found: _
when trying to complete 'meson init --language=<TAB>'.
|
|
Also start flag description with a lowercase letter.
|
|
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.
|
|
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
|
|
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
|
|
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
|
|
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
|
|
Let's allow users to configure how many lines are shown at most when
a test fails.
|
|
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.
|
|
Some projects, like Postgres, distribute code in this format.
|
|
* --load-average
* --gdb-path
* description for install
Found by https://www.check-spelling.dev/
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
closes #9824
|
|
|
|
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
|
|
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
|
|
|
|
|
|
This is still missing completions for promote, but I can't figure out
how to find the wraps in subprojects that are not in the parent project
when those projects haven't been fetched yet.
|
|
This also reorders the options internally to match the output of meson
test --help, which makes it easier to diff
|
|
|
|
|
|
|
|
using , separated syntax
|
|
|
|
|
|
|
|
|
|
Which is missing
|
|
|
|
|
|
This can be useful to make sure that a project builds when
its fallbacks are used on systems where external dependencies
satisfy the version requirements, or to easily hack on the sources
of a dependency for which a fallback exists.
|
|
The zsh completion script is explicitly licensed to eliminate
any legal obstacles for its co-distribution with Z Shell itself.
|
|
|