Hi,
On Wed, 29 Oct 2025 at 20:24, Peter Eisentraut wrote:
>
> On 22.10.25 10:04, Nazir Bilal Yavuz wrote:
> > diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
> > index eca9d62fc22..1c937247a9a 100644
> > --- a/.cirrus.tasks.yml
> > +++ b/.cirrus.tasks.yml
> > @@ -627,6 +627,8 @@ task:
> >
On 22.10.25 10:04, Nazir Bilal Yavuz wrote:
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index eca9d62fc22..1c937247a9a 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -627,6 +627,8 @@ task:
TEST_JOBS: 8
IMAGE: ghcr.io/cirruslabs/macos-runner:sonoma
+XML_CATALOG
Hi,
Thank you for looking into this!
On Wed, 15 Oct 2025 at 21:32, Peter Eisentraut wrote:
>
> On 07.10.25 15:12, Nazir Bilal Yavuz wrote:
> > 1 - A new sgml_syntax_check.pl script was added to handle tab, nbsp,
> > and xmllint validation checks.
> > 1.1 - It is registered as the sgml_syntax_che
Hi,
On Tue, 7 Oct 2025 at 16:12, Nazir Bilal Yavuz wrote:
>
> The Meson build did not include tab and non-breaking space checks for
> the docs. The attached patch adds these checks and includes a few
> related improvements.
I have updated v6 to use a stamp file, as Andres suggested [1], to
ensur
Hi,
The Meson build did not include tab and non-breaking space checks for
the docs. The attached patch adds these checks and includes a few
related improvements.
This topic was previously discussed towards end of the another thread
[1], but it was decided that it would be better to have a separat
On 07.10.25 15:12, Nazir Bilal Yavuz wrote:
1 - A new sgml_syntax_check.pl script was added to handle tab, nbsp,
and xmllint validation checks.
1.1 - It is registered as the sgml_syntax_check test in the Meson build.
1.2 - These checks are run when executing 'make check' or 'meson test
sgml_synta