Skip to content

Conversation

@ydah
Copy link
Member

@ydah ydah commented Mar 2, 2025

No description provided.

report_nterm_transitions(io, state)
report_conflict_resolutions(io, state) if @solved
report_counterexamples(io, state, cex) if @counterexamples && state.has_conflicts?
report_counterexamples(io, state, Counterexamples.new(states)) if @counterexamples && state.has_conflicts?
Copy link
Collaborator

Choose a reason for hiding this comment

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

The same object of Counterexamples.new(states)) is created for each state, I think it's better to keep original codes here.

@ydah ydah merged commit 446e9ee into ruby:master Mar 3, 2025
22 checks passed
@ydah ydah deleted the enable-type branch March 3, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants