bpo-40334: regenerate metaparser as part of regen-all by pablogsal · Pull Request #19854 · python/cpython
Conversation
This PR does the following:
- Moves the
regen-pegentarget to the end of theregen-allso the changes inregen-tokenand are correctly picked up. - Adds a new target
regen-pegen-metaparserthat regenerates the metaparser (this means also that the CI will check that this file is updated from now on) - Adds
regen-pegen-metaparsertoregen-all
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What brought about the desire to automatically regenerate the meta-parser?
What brought about the desire to automatically regenerate the meta-parser?
Consistency with how we handle the rest of autogenerated files to know that they are up to date, more than anything.
pablogsal
deleted the
bpo-40334-regen-metagrammar
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters