Skip to content

Enable Lrama::Reporter type checking in Steepfile - #590

Merged
ydah merged 2 commits into
ruby:masterfrom
ydah:enable-type
Mar 3, 2025
Merged

Enable Lrama::Reporter type checking in Steepfile#590
ydah merged 2 commits into
ruby:masterfrom
ydah:enable-type

Conversation

@ydah

@ydah ydah commented Mar 2, 2025

Copy link
Copy Markdown
Member

No description provided.

Comment thread lib/lrama/reporter/states.rb Outdated
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
Copy Markdown
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
@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