Skip to content

Conversation

@DougGregor
Copy link
Member

Reverts #30006. It caused a regression that we'd like to address before re-landing:

struct X {
  var cgf: CGFloat
}

func test(x: X?) {
  let _ = (x?.cgf ?? 0) <= 0.5
}

@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@xedin
Copy link
Contributor

xedin commented Mar 7, 2020

That’s unfortunate, I will try to take a look asap...

@xedin
Copy link
Contributor

xedin commented Mar 8, 2020

I'm going to close this one in favor of #30283 where I've fixed failing test-case and added a new one for rdar://problem/60185506.

@xedin xedin closed this Mar 8, 2020
@DougGregor
Copy link
Member Author

Okay!

@DougGregor DougGregor deleted the revert-30006-rdar-56212087 branch March 9, 2020 03: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.

3 participants