bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {maint} [PATCH] errors: indent "user token number redecl" context


From: Akim Demaille
Subject: Re: {maint} [PATCH] errors: indent "user token number redecl" context
Date: Fri, 28 Sep 2012 14:09:07 +0200

Le 28 sept. 2012 à 14:12, Theophile Ranquet a écrit :

> This is the continuation of the work on the readability of errors
> context.
> 
> For example, what used to be:
>  r.y:10.10-22: error: user token number 112 redeclaration for HEX_1
>  r.y:9.8-16:   previous declaration for DECIMAL_1
> 
> is now:
>  r.y:10.10-22: error: user token number 112 redeclaration for HEX_1
>  r.y:9.8-16:       previous declaration for DECIMAL_1
> 
> * src/symtab.c (user_token_number_redeclaration): Use
> complain_at_indent to output with increased indentation level.
> * tests/input:at: Apply this change.

Thanks, installed in maint, with a shorter commit message
(your previous commits already make it clear what you are
working on).

commit b506d9bfcb9e96d07264a43da7bdf136329dbc86
Author: Theophile Ranquet <address@hidden>
Date:   Fri Sep 28 12:12:59 2012 +0000

    errors: indent "user token number redeclaration" context
    
    This is the continuation of the work on the readability of errors
    context.
    
    * src/symtab.c (user_token_number_redeclaration): Use
    complain_at_indent to output with increased indentation level.
    * tests/input:at: Apply this change.
    
    Signed-off-by: Akim Demaille <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]