Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skip parameter to python scripts #96

Merged
merged 4 commits into from
Nov 14, 2023

Conversation

ahelwer
Copy link
Collaborator

@ahelwer ahelwer commented Nov 11, 2023

These python scripts are being consumed by more and more repositories with different needs. It therefore makes sense to move the skip/exclude lists out of the scripts themselves and into the CI, with the scripts taking them as a parameter. Primarily these changes are motivated by wanting to merge tlaplus/tlapm#96

Note these changes will break the tlaplus/tlaplus CI so that CI should be changed right after merging the changes in this one: tlaplus/tlaplus#844

In the course of these changes it was also discovered that all the specs in ewd998 parse correctly. Whether this is due to changes in the tools or the community modules I don't know, but TLAPS has not changed so it must be one of them (or there's an error happening that the scripts aren't catching). So anyway this closes #66.

@ahelwer ahelwer marked this pull request as ready for review November 11, 2023 17:49
@lemmy lemmy merged commit 68aec27 into tlaplus:master Nov 14, 2023
4 checks passed
@ahelwer ahelwer deleted the ci-script-exclude branch November 14, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

EWD998 spec fails parsing due to name collision between TLAPS and Community Modules
2 participants