Skip to content

[Type checker] Don't shrink() arithmetic expressions of literals. #7123

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

Conversation

DougGregor
Copy link
Member

Shrinking such expressions will immediately restrict the solution set
to the default literal types (Int or Double), causing later solutions
to fail. Fixes rdar://problem/30220565.

(cherry picked from commit 545c43f)

Shrinking such expressions will immediately restrict the solution set
to the default literal types (Int or Double), causing later solutions
to fail. Fixes rdar://problem/30220565.

(cherry picked from commit 545c43f)
@DougGregor DougGregor added this to the Swift 3.1 milestone Jan 28, 2017
@DougGregor
Copy link
Member Author

@swift-ci please test

@tkremenek tkremenek merged commit 04fded6 into swiftlang:swift-3.1-branch Jan 28, 2017
@DougGregor DougGregor deleted the shrink-less-aggressively-3.1 branch January 29, 2017 04:51
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.

2 participants