bug-gettext
[Top][All Lists]
Advanced

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

[bug #64134] xgettext should not allow keyword arguments inside *gettext


From: Bruno Haible
Subject: [bug #64134] xgettext should not allow keyword arguments inside *gettext() functions
Date: Wed, 3 May 2023 11:43:17 -0400 (EDT)

Update of bug #64134 (project gettext):

                  Status:                    None => Not a Bug              
             Assigned to:                    None => haible                 
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

The tool that is responsible for warning the programmer about programs that
will lead to runtime errors is the compiler of the respective programming
language.

For Python it's the source code loader that reports errors (e.g. for "import
foo;").

Python being a dynamic language, the designers of this language chose not to
report many problems at load/compile time, but at run time.

xgettext is not the responsible tool.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64134>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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