Re: Improve docs syntax checking and enable it in the meson build

2025-10-30 Thread Nazir Bilal Yavuz
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: > >

Re: Improve docs syntax checking and enable it in the meson build

2025-10-29 Thread Peter Eisentraut
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

Re: Improve docs syntax checking and enable it in the meson build

2025-10-22 Thread Nazir Bilal Yavuz
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

Re: Improve docs syntax checking and enable it in the meson build

2025-10-18 Thread Nazir Bilal Yavuz
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

Re: Improve docs syntax checking and enable it in the meson build

2025-10-18 Thread Peter Eisentraut
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