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

formatter fixes #764

Merged
merged 5 commits into from
Nov 20, 2023
Merged

formatter fixes #764

merged 5 commits into from
Nov 20, 2023

Conversation

rvcas
Copy link
Member

@rvcas rvcas commented Nov 18, 2023

closes #682

I also found some code that panics in the formatter

fn foo() {
  y == { x |> f }
}

‘attempt to subtract with overflow’, crates/aiken-lang/src/format.rs:1158:59

@rvcas rvcas marked this pull request as ready for review November 18, 2023 22:47
@rvcas rvcas requested a review from a team as a code owner November 18, 2023 22:47
@rvcas rvcas merged commit abd1865 into main Nov 20, 2023
2 checks passed
@rvcas rvcas deleted the rvcas/formatter_fixes branch November 20, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚀 Released
Development

Successfully merging this pull request may close these issues.

Formatting breaks code with logical operators and code blocks
1 participant