◐ Shell
clean mode source ↗

bpo-40334: regenerate metaparser as part of regen-all by pablogsal · Pull Request #19854 · python/cpython

Conversation

@pablogsal

This PR does the following:

  • Moves the regen-pegen target to the end of the regen-all so the changes in regen-token and are correctly picked up.
  • Adds a new target regen-pegen-metaparser that regenerates the metaparser (this means also that the CI will check that this file is updated from now on)
  • Adds regen-pegen-metaparser to regen-all

https://bugs.python.org/issue40334

gvanrossum

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?

@pablogsal

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.

@gvanrossum

@pablogsal pablogsal deleted the bpo-40334-regen-metagrammar branch

May 2, 2020 04:23

Labels