> On Sep 20, 2017, at 4:15 PM, Dave DeLong via swift-evolution > <[email protected]> wrote: > > Hi Jordan, > > One thing I’m still not clear on exhaustive vs non-exhaustive… > > What will stop a developer from releasing an exhaustive enum in version 1 of > their library, and then adding a new case in version 2?
Nothing, other than it would break code written using version 1. - Dave Sweeris _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
