Skip to content

Make sure regen-cases are in regen-all #99048

Closed
@sobolevn

Description

@sobolevn

regen-cases introduced in #98830 currently does not check if cases are correctly regenerate in our CI.

See:

- name: Build CPython
run: |
# Deepfreeze will usually cause global objects to be added or removed,
# so we run it before regen-global-objects gets rum (in regen-all).
make regen-deepfreeze
make -j4 regen-all
make regen-stdlib-module-names
- name: Check for changes
run: |
git add -u
changes=$(git status --porcelain)
# Check for changes in regenerated files

Sorry, I was not quick enough to submit this in review :)
PR is on its way.

Metadata

Metadata

Assignees

Labels

buildThe build process and cross-buildtestsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions