Skip to content

[README] Update release tags #310

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

Merged
merged 1 commit into from
Sep 21, 2021
Merged

Conversation

akyrtzi
Copy link
Contributor

@akyrtzi akyrtzi commented Sep 21, 2021

No description provided.

@akyrtzi akyrtzi merged commit 717dbba into swiftlang:main Sep 21, 2021
@akyrtzi akyrtzi deleted the update-release-tag-5.5 branch September 21, 2021 21:30
adevress pushed a commit to adevress/swift-syntax that referenced this pull request Jan 14, 2024
*   Don't merge cases involving value binding patterns. For example,
    `case .foo(let x)` can only be merged with other cases that match
    compatible patterns and types. Since we don't know those types,
    play it safe and don't merge them at all.
*   Allow merging of cases before a `default` or `@unknown default`,
    but only into their own `fallthrough`-only case, never into the
    `default` itself.
*   In lint mode, don't diagnose that a case before a `default` should
    be merged into the `default`.

Fixes swiftlang#310.
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.

1 participant