Wilken Gottwalt <wilken.gottw...@posteo.net> writes: > On Wed, 24 Jul 2024 12:09:46 +0200 > Wilken Gottwalt <wilken.gottw...@posteo.net> wrote: > >> Fix identifier names to be too similar to Modula-2 keywords and causing >> warnings coming from Modula-2's own libraries. >> >> m2/m2iso/StdChans.mod:54:20: note: In implementation module ‘StdChans’: >> either the identifier has the same name as a keyword or alternatively a >> keyword has the wrong case (‘IN’ and ‘in’) >> 54 | stdnull: ChanId ; >> >> m2/m2iso/StdChans.mod:54:20: note: the symbol name ‘in’ is legal as an >> identifier, however as such it might cause confusion and is considered >> bad programming practice >> >> gcc/gm2: >> * gm2-libs-iso/StdChans.mod: Fix bad identifier warning. > > Hi Gaius, > > did you notice this patch? > > greetings, > Wilken
Hi Wilken, ah many thanks - I missed this patch. lgtm - I'll commit the patch once the darwin m2 bootstrap issue is resolved, regards, Gaius