Wilken Gottwalt <wilken.gottw...@posteo.net> writes:

> On Tue, 23 Jul 2024 09:58:56 +0200
> Wilken Gottwalt <wilken.gottw...@posteo.net> wrote:
>
>> Fix using keywords as identifiers to prevent warnings coming from
>> Modula-2's own libraries.
>> 
>> m2pim/DynamicStrings.mod:1358:27: note: In procedure ‘Slice’: the symbol
>> name ‘end’ is legal as an identifier, however as such it might cause
>> confusion and is considered bad programming practice
>>  1358 |    start, end, o: INTEGER ;
>> 
>> m2pim/DynamicStrings.mod:1358:27: note: either the identifier has the
>> same name as a keyword or alternatively a keyword has the wrong case
>> (‘END’ and ‘end’)
>
> Hi Gaius,
>
> did you forget to add this patch?
>
> greetings,
> Wilken

Hi Wilken,

ah many thanks for the reminder - I'll commit the patch once the darwin
m2 bootstrap issue is resolved,

regards,
Gaius

Reply via email to