Skip to content

yeast: Remove support for repeating phases - #22676

Merged
tausbn merged 1 commit into
mainfrom
tausbn/yeast-remove-repeated-phases
Sep 24, 2026
Merged

tausbn merged 1 commit into
mainfrom
tausbn/yeast-remove-repeated-phases

Conversation

@tausbn

@tausbn tausbn commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

These were never used in practice (only in tests), and we don't foresee an immediate use for them.

If necessary, we can always add them back later.

These were never used in practice (only in tests), and we don't foresee
an immediate use for them.

If necessary, we can always add them back later.
@tausbn tausbn added the no-change-note-required This PR does not need a change note label Sep 24, 2026
@tausbn
tausbn marked this pull request as ready for review September 24, 2026 11:09
@tausbn
tausbn requested a review from a team as a code owner September 24, 2026 11:09
Copilot AI balanced review requested due to automatic review settings September 24, 2026 11:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟢 Approval recommended

The implementation, integrations, tests, and documentation consistently adopt the simplified translation semantics.

Review effort: Balanced
Findings: None

What changed in this PR

Removes YEAST repeating phases, standardizing all phases on exhaustive one-shot translation.

Changes:

  • Simplifies phase, rule, runner, and translator APIs.
  • Updates Swift integration and YEAST tests.
  • Revises macro documentation and user guidance.
File Description
unified/​extractor/​src/​languages/​swift/​swift.rs Adopts simplified phase API.
shared/​yeast/​tests/​test.rs Updates tests for exhaustive translation.
shared/​yeast/​src/​lib.rs Removes repeating-phase implementation and APIs.
shared/​yeast/​src/​build.rs Updates translation documentation.
shared/​yeast/​doc/​yeast.md Documents one-shot phase semantics.
shared/​yeast-macros/​src/​parse.rs Removes repeating-rule references.
shared/​yeast-macros/​src/​lib.rs Updates macro examples and documentation.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@tausbn
tausbn merged commit 1e30c74 into main Sep 24, 2026
87 checks passed
@tausbn
tausbn deleted the tausbn/yeast-remove-repeated-phases branch September 24, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation no-change-note-required This PR does not need a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants