[Python-Dev] Does Python/Python-ast.c need to be checked in? (original) (raw)
Guido van Rossum guido at python.org
Mon Feb 12 00:02:24 CET 2007
- Previous message: [Python-Dev] Does Python/Python-ast.c need to be checked in?
- Next message: [Python-Dev] Does Python/Python-ast.c need to be checked in?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/11/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
Actually, the regenerating should happen immediately after commit, as this bumps the revision number of the asdl file. This means you have to make two commits per AST grammar change: one to change the grammar, and the other to update the regenerated file.
Is this documented somewhere? It wouldn't hurt if there was a pointer to that documentation right next to the line in Python-ast.c that gets modified by the regeneration. (I've been wondering about this a few times myself.)
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Does Python/Python-ast.c need to be checked in?
- Next message: [Python-Dev] Does Python/Python-ast.c need to be checked in?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]