X Tutup
The Wayback Machine - https://web.archive.org/web/20201018064349/https://github.com/prettier/plugin-ruby/pull/656
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

Don't convert between `lambda {}` and `-> {}`. #656

Merged
merged 1 commit into from Oct 17, 2020
Merged

Don't convert between `lambda {}` and `-> {}`. #656

merged 1 commit into from Oct 17, 2020

Conversation

@kddeisz
Copy link
Member

@kddeisz kddeisz commented Oct 17, 2020

Technically it's breaking the semantics of the program. Also because lambda method call arguments can't handle everything that stabby lambda can. Closes #651.

Technically it's breaking the semantics of the program. Also because lambda method call arguments can't handle everything that stabby lambda can.
@kddeisz kddeisz force-pushed the lambdas branch from 52b1598 to 9c1b1a4 Oct 17, 2020
@kddeisz kddeisz merged commit 5ebc0b9 into master Oct 17, 2020
4 checks passed
4 checks passed
CI (2.5)
Details
CI (2.5)
Details
CI (2.6)
Details
CI (2.6)
Details
@kddeisz kddeisz deleted the lambdas branch Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

1 participant
You can’t perform that action at this time.
X Tutup