Skip to content

Use levels instead of separate entries for rewrite strategies#21722

Merged
coqbot-app[bot] merged 1 commit intorocq-prover:masterfrom
SkySkimmer:rew-gram
Mar 10, 2026
Merged

Use levels instead of separate entries for rewrite strategies#21722
coqbot-app[bot] merged 1 commit intorocq-prover:masterfrom
SkySkimmer:rew-gram

Conversation

@SkySkimmer
Copy link
Contributor

We could use NEXT instead of explicit levels in most of these but to minimize changes I used explicit levels.

@SkySkimmer SkySkimmer requested a review from a team as a code owner March 5, 2026 15:37
@SkySkimmer SkySkimmer added the request: full CI Use this label when you want your next push to trigger a full CI. label Mar 5, 2026
@coqbot-app coqbot-app bot removed the request: full CI Use this label when you want your next push to trigger a full CI. label Mar 5, 2026
@SkySkimmer SkySkimmer requested a review from a team as a code owner March 6, 2026 12:41
@coqbot-app coqbot-app bot added the needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. label Mar 6, 2026
@ppedrot ppedrot self-assigned this Mar 6, 2026
We could use NEXT instead of explicit levels in most of these but to
minimize changes I used explicit levels.
@ppedrot
Copy link
Member

ppedrot commented Mar 9, 2026

@coqbot run full ci

@coqbot-app coqbot-app bot removed the needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. label Mar 9, 2026
@ppedrot ppedrot added the kind: cleanup Code removal, deprecation, refactorings, etc. label Mar 10, 2026
@ppedrot ppedrot added this to the 9.3+rc1 milestone Mar 10, 2026
@ppedrot
Copy link
Member

ppedrot commented Mar 10, 2026

@coqbot merge now

@coqbot-app coqbot-app bot merged commit c36113b into rocq-prover:master Mar 10, 2026
8 checks passed
@@ -2223,8 +2223,12 @@ rewrite_occs: [
]

rewstrategy: [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't rewstrategy have gone away entirely?

rewstrategy2: [
| "fix" ident ":=" rewstrategy1
| LIST1 rewstrategy1 SEP ";"
| rewstrategy1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this parsing ambiguous with the list above?

@SkySkimmer SkySkimmer deleted the rew-gram branch March 11, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: cleanup Code removal, deprecation, refactorings, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants