Files
meson/docs/markdown
Eli Schwartz c88a1dc55c fix bug in i18n merge_file/itstool_join revealed by previous commit
Logically, i18n.merge_file cannot ever take a MULTI_OUTPUT_KW, but it
does take a CT_OUTPUT_KW-like interface.

Actually trying to pass multiple merge_file outputs causes the
msgfmthelper script to be entirely malformed in the arguments it
accepts, and treat the broken one like a --flag, then exit with argparse
errors.

Even if we somehow assumed that somehow it was designed to actually
allow this, msgfmt doesn't support conceptually passing multiple outputs
so that would be a msgfmt error instead of an error inside the guts of
`meson --internal msgfmthelper`.

Same logic applies again for the itstool command and the itstool
internal helper.

Catch this error at configuration time by using the single-output kwarg
form.

Likewise, it's totally nonsense to accept multiple install_dir or
install_tags, and ever since commit 11f9638035
the CustomTarget itself won't even check this.
2022-05-31 17:49:29 -04:00
..
2022-05-01 13:24:38 +03:00
2022-03-27 08:25:30 -04:00
2021-10-03 12:19:45 +02:00
2021-10-03 12:19:45 +02:00
2021-10-09 23:07:24 +02:00
2021-10-03 12:19:45 +02:00
2021-10-10 16:12:25 -04:00
2021-10-03 12:19:45 +02:00
2021-06-15 14:15:13 -07:00
2021-06-19 15:41:54 +03:00
2022-03-22 19:09:21 -04:00
2022-01-23 15:27:09 +02:00
2022-05-01 12:47:37 -04:00
2022-05-01 13:24:38 +03:00
2021-10-03 12:19:45 +02:00
2022-04-12 14:48:25 -04:00
2021-10-10 16:12:57 -04:00
2021-10-03 12:19:45 +02:00