[swift-evolution] [swift-evolution-announce] [Review] SE-0072: Fully eliminate implicit bridging conversions from Swift

Chris Lattner clattner at apple.com
Wed Apr 27 00:11:24 CDT 2016


> On Apr 26, 2016, at 2:55 PM, Brent Royal-Gordon via swift-evolution <swift-evolution at swift.org> wrote:
> 
>> The review of "SE-0072: Fully eliminate implicit bridging conversions from Swift" begins now and runs through May 2. The proposal is available here:
>> 
>> 	https://github.com/apple/swift-evolution/blob/master/proposals/0072-eliminate-implicit-bridging-conversions.md
> 
> The problem with removing things that are implicit is that it's really hard to know when you're depending on them. :^) Is there a feature flag or branch we can turn on to disable them, or some way we can discover where code depends on implicit conversions? Without that, it's really hard to assess the effects of this proposal.

Fair point.  I believe that Joe has this implemented already somewhere.  Joe, is it possible to make your branch public?

-Chris


More information about the swift-evolution mailing list