This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Checking format specifiers (Was: Re: Support for %d$c formatspecifier in diagnostics.c)


On Mon, 21 Jul 2003, Wolfgang Bangerth wrote:

> taking into account positional parameters). If we would then only get "valid" 
> translations, we should add this script to our makefiles, so that no broken 
> translations can be checked in unless they pass the script (could be done as 
> a part of bootstrapping). Since you are already working on a parser for these 

The ideal place for that script would be at the Translation Project when
it accepts translations from translators.  From the translator's
perspective, that avoids a long delay before there's any feedback (by
which time they're probably translating other software); from the GCC
perspective, right before a new release when the RM has just checked
updated translations in to the branch is the worst possible time for bad
translations to break bootstrap.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]