Re: [swift-evolution] [Review] SE-0124: `Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label

2016-07-19 Thread David Rönnqvist via swift-evolution
+1. Agreed. A minor but a clear improvement for clarity and consistency. - David On 16 Jul 2016, at 07:54, Jacob Bandes-Storch via swift-evolution wrote: >> * What is your evaluation of the proposal? > > +1 > >> * Is the problem being addressed

Re: [swift-evolution] [Review] SE-0124: `Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label

2016-07-16 Thread Hooman Mehr via swift-evolution
+1 Same answers. > On Jul 15, 2016, at 10:54 PM, Jacob Bandes-Storch via swift-evolution > wrote: > > * What is your evaluation of the proposal? > > +1 > > * Is the problem being addressed significant enough to warrant a > change to Swift? > >

Re: [swift-evolution] [Review] SE-0124: `Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label

2016-07-15 Thread Jacob Bandes-Storch via swift-evolution
> > * What is your evaluation of the proposal? > +1 > * Is the problem being addressed significant enough to warrant a > change to Swift? > Yes, minor but important. > * Does this proposal fit well with the feel and direction of Swift? > Yes, it's consistent with

[swift-evolution] [Review] SE-0124: `Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label

2016-07-15 Thread Chris Lattner via swift-evolution
Hello Swift community, The review of "SE-0124: `Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label" begins now and runs through July 20. The proposal is available here: