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

Fixing regression issue with weird breaking of linq statement. #1133

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

belav
Copy link
Owner

@belav belav commented Jan 17, 2024

closes #1130

As part of this work I ended up cleaning a number of related edge cases. Examples can be seen in https://github.com/belav/csharpier-repos/pull/100/files

There may be some cases it made a bit worse, but I think the changes are a step forward.

@belav belav marked this pull request as ready for review January 21, 2024 23:14
Copy link
Collaborator

@shocklateboy92 shocklateboy92 left a comment

Choose a reason for hiding this comment

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

LGTM.

@shocklateboy92 shocklateboy92 merged commit 0ac449e into main Jan 22, 2024
3 checks passed
@shocklateboy92 shocklateboy92 deleted the invocation-regression branch January 22, 2024 08:42
alanssitis pushed a commit to alanssitis/csharpier that referenced this pull request Jan 22, 2024
…#1133)

* Adding test case and tracking the code that caused the problem

closes belav#1130

* Fixing regression with invocations

* Fixing some edge cases

* One last edge case

* format file
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.

Weird formatting of linq chain
2 participants