Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-27 Thread Gaius Mulley via Gcc-patches
David Malcolm writes: >> Once modula-2 is in master I'd like to revisit rst in devel/modula-2 >> along with analyzer patches and m2 generics.  If successful then >> submit >> patches in early stage 1. > > Am I right in thinking the analyzer stuff would be an updated version > of the work you

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-25 Thread David Malcolm via Gcc-patches
On Thu, 2022-11-24 at 14:30 +, Gaius Mulley via Gcc-patches wrote: > Martin Liška writes: > > > On 11/8/22 14:22, Gaius Mulley wrote: > > > Martin Liška writes: > > > > > > should be good - I'll complete the rst output in the scripts, > > > > Hi. > > > > Hi Martin, > > > As you

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-25 Thread Martin Liška
On 11/24/22 15:30, Gaius Mulley wrote: > Martin Liška writes: > >> On 11/8/22 14:22, Gaius Mulley wrote: >>> Martin Liška writes: >>> >>> should be good - I'll complete the rst output in the scripts, >> >> Hi. >> > > Hi Martin, > >> As you probably noticed, the Sphinx migration didn't go

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-24 Thread Gaius Mulley via Gcc-patches
Martin Liška writes: > On 11/8/22 14:22, Gaius Mulley wrote: >> Martin Liška writes: >> >> should be good - I'll complete the rst output in the scripts, > > Hi. > Hi Martin, > As you probably noticed, the Sphinx migration didn't go well. Yes, sorry to see this didn't happen. Thank you for

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-24 Thread Martin Liška
On 11/8/22 14:22, Gaius Mulley wrote: > Martin Liška writes: > >> 1) I would prefer using ' instead of ": >> >> $ flake8 ./gcc/m2/tools-src/tidydates.py >> ... >> ./gcc/m2/tools-src/tidydates.py:124:30: Q000 Double quotes found but single >> quotes preferred >>

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-08 Thread Gaius Mulley via Gcc-patches
Martin Liška writes: > 1) I would prefer using ' instead of ": > > $ flake8 ./gcc/m2/tools-src/tidydates.py > ... > ./gcc/m2/tools-src/tidydates.py:124:30: Q000 Double quotes found but single > quotes preferred > ./gcc/m2/tools-src/tidydates.py:127:27: Q000 Double quotes found but single >

Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-07 Thread Martin Liška
On 11/7/22 14:09, Gaius Mulley wrote: > > Hi Martin, > > here is the revised patch having applied all previous recommendations: > > https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603436.html Hi. > > Is this ok now? Thanks for the improvement suggestions (argparse > results in

[PATCH v2 16/19] modula2 front end: bootstrap and documentation tools

2022-11-07 Thread Gaius Mulley via Gcc-patches
Hi Martin, here is the revised patch having applied all previous recommendations: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603436.html Is this ok now? Thanks for the improvement suggestions (argparse results in fewer lines of code :-) regards, Gaius