chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Print more information about why an identi


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported
Date: Sat, 19 Oct 2019 14:52:30 +1300

Hi megane,

That's a nice improvement, good idea.

What do you think of these wordings for the warning messages? I think
they read a bit more clearly.

    Warning: In module `mod', type abbreviation `a-type-alias' cannot be 
exported.
    
    Warning: In module `mod', inlined function `an-inline' cannot be exported.
    
    Warning: In module `mod', constant `a-constant' cannot be exported.
    
    Warning: In module `mod', foreign variable `a-foreign' cannot be exported.
    
    Warning: In module `mod', exported identifier `a-undefined' has not been 
defined.

Would you be OK with that change? If so I can apply it.

Evan



reply via email to

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