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

CFG: fix wrong exit with binop and for loop #413

Merged
merged 7 commits into from
Oct 14, 2023

Conversation

EagleoutIce
Copy link
Member

No description provided.

@EagleoutIce EagleoutIce linked an issue Oct 14, 2023 that may be closed by this pull request
src/util/mermaid/mermaid.ts Dismissed Show dismissed Hide dismissed
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/cli/repl/commands/dataflow.ts 38.46% <ø> (ø)
src/cli/repl/commands/normalize.ts 38.46% <ø> (ø)
src/cli/repl/commands/parse.ts 28.57% <ø> (ø)
src/dataflow/index.ts 100.00% <100.00%> (ø)
src/util/mermaid/dfg.ts 83.33% <100.00%> (ø)
src/util/mermaid/index.ts 100.00% <100.00%> (ø)
src/util/mermaid/mermaid.ts 100.00% <100.00%> (ø)
src/cli/repl/commands/cfg.ts 37.50% <33.33%> (ø)
src/util/mermaid/ast.ts 46.66% <46.66%> (ø)
src/util/cfg.ts 45.76% <38.09%> (+5.25%) ⬆️
... and 1 more

📢 Thoughts on this report? Let us know!.

@EagleoutIce EagleoutIce merged commit 4f6c183 into main Oct 14, 2023
21 checks passed
@EagleoutIce EagleoutIce deleted the 405-cfg-wrong-exit-with-binop-and-for-loop branch October 14, 2023 11:30
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.

CFG Wrong Exit with binop and for-loop
1 participant