The Week Of Monday 20 June 2016 Archives by thread
Starting: Mon Jun 20 01:30:25 CDT 2016
Ending: Sun Jun 26 23:50:56 CDT 2016
Messages: 807
- [swift-evolution] An implicit return for guard
Yarden Eitan
- [swift-evolution] [Discussion] access control modifier inconsistency
Adrian Zubarev
- [swift-evolution] LibDispatch : access to current queue, or queue name
Ben Rimmington
- [swift-evolution] Thoughts on clarity of Double and Float type names?
Ben Rimmington
- [swift-evolution] generic typealias inside generic type
Vladimir.S
- [swift-evolution] [Pitch] Allow use of the name "default" for enum cases and function names
Vladimir.S
- [swift-evolution] generic typealias inside generic type
Vladimir.S
- [swift-evolution] State of @noescape ?
Антон Жилин
- [swift-evolution] Fixing modules that contain a type with the same name
Félix Cloutier
- [swift-evolution] [Proposal] Make non-escaping closures the default
Jose Cheyo Jimenez
- [swift-evolution] specialize a generic type in a method
Vladimir.S
- [swift-evolution] Marking sort and sorted with rethrows
Dave Abrahams
- [swift-evolution] [Pitch] Consistent bridging for NSErrors at the language boundary
Shawn Erickson
- [swift-evolution] Prohibit invisible characters in identifier names
João Pinheiro
- [swift-evolution] [Proposal] Generic and `throw`ing subscripts
Robert Widmann
- [swift-evolution] [Proposal] Make non-escaping closures the default
Anton Zhilin
- [swift-evolution] [Discussion] File-level declarations having highest priority for shadowing
Charlie Monroe
- [swift-evolution] [Idea] Allowing definition of custom behaviors for `as` casting
Yaman JAIOUCH
- [swift-evolution] Stdlib closure argument labels and parameter names
Dave Abrahams
- [swift-evolution] [Draft] Apply -ed/-ing rule to core functional methods (e.g. filter => filtered)
Dave Abrahams
- [swift-evolution] [Draft] Apply -ed/-ing rule to core functional methods (e.g. filter => filtered)
Dave Abrahams
- [swift-evolution] [Pitch] remove(at: Set<Index>)
Dave Abrahams
- [swift-evolution] [Proposal] Make non-escaping closures the default
Joe Groff
- [swift-evolution] Fixing modules that contain a type with the same name
Jordan Rose
- [swift-evolution] [SE-0088] Dispatch API names
Darren Mo
- [swift-evolution] Make UUID conform to RawRepresentable
Alsey Miller
- [swift-evolution] the "guard" keyword, again
Dave Yost
- [swift-evolution] [Pitch] Detecting and working with Optionals from Any
Charlie Monroe
- [swift-evolution] Placeholder in UITextView as UITextField
Sunil Sharma
- [swift-evolution] specialize a generic type in a method
Vladimir.S
- [swift-evolution] [Review] SE-0101: Rename sizeof and related functions to comply with API Guidelines
Chris Lattner
- [swift-evolution] [Review] SE-0102: Remove @noreturn attribute and introduce an empty NoReturn type
Chris Lattner
- [swift-evolution] [Discussion] func/closure parameters and tuples
Vladimir.S
- [swift-evolution] IUO in Swift 3.0
David Hart
- [swift-evolution] Thoughts on replacing \() with $() or some other symbol
Kenny Wyland
- [swift-evolution] [swigt-evolution] [Pitch] Make NSOrderedSet behave like any other collections from Foundation
Tony Parker
- [swift-evolution] Thoughts on replacing \() with $() or some other symbol
Xiaodi Wu
- [swift-evolution] Thoughts on replacing \() with $() or some other symbol
Xiaodi Wu
- [swift-evolution] [Review] SE-0103: Make non-escaping closures the default
Chris Lattner
- [swift-evolution] Swift 3 vs "additive" proposals
Chris Lattner
- [swift-evolution] [Draft] Tuple-Based Compound Optional Binding
Chris Lattner
- [swift-evolution] [Discussion] Design guideline rule for `:`
Adrian Zubarev
- [swift-evolution] viewWill/DidAppear and viewWill/DidDisappear should have "animated" argument label (Victor Gao)
Victor Gao
- [swift-evolution] viewWill/DidAppear and viewWill/DidDisappear should have "animated" argument label (Victor Gao)
Victor Gao
- [swift-evolution] [swift-evolution-announce] [Review] SE-0089: Replace protocol<P1, P2> syntax with Any<P1, P2>
Jonathan Hull
- [swift-evolution] [Pitch] Remove transparent bridging between Swift strings and char *
Kenny Leung
- [swift-evolution] Submodules (was: A Problem With SE-0025?)
Jordan Rose
- [swift-evolution] Revisiting SE-0041 Names
Erica Sadun
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Chris Lattner
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Ian Partridge
- [swift-evolution] [swift-evolution-announce] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Scott James Remnant
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Tony Allevato
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Matthew Johnson
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Sean Heber
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
Trent Nadeau
- [swift-evolution] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `Any<P1, P2>`
L. Mihalkovic
- [swift-evolution] [swift-evolution-announce] [Review] SE-0095: Replace `protocol<P1, P2>` syntax with `P1 & P2`
Jordan Rose
- [swift-evolution] Swift *less* safe than C for imported API that uses opaque struct pointers
Timothy J. Wood
- [swift-evolution] [Pitch] Remove destructive consumption from Sequence
David Waite
- [swift-evolution] Add an implicit return nil if function reaches end before return explicitly called
Logan Sease
- [swift-evolution] [Review] SE-0102: Remove @noreturn attribute and introduce an empty NoReturn type
James Froggatt
- [swift-evolution] Add an implicit return nil if function reaches end before return explicitly called
James Froggatt
- [swift-evolution] [Pitch] Retiring `where` from for-in loops
Erica Sadun
- [swift-evolution] [Pitch] Retiring `where` from for-in loops
Erica Sadun
- [swift-evolution] SE-0103: Make non-escaping closures the default
William Shipley
- [swift-evolution] [PITCH] WatchKit API Design Change to use properties instead of methods to set properties
michie.swift at riffic.io
- [swift-evolution] [Review] SE-0104: Protocol-oriented integers
Chris Lattner
- [swift-evolution] Partial list of open Swift 3 design topics
Chris Lattner
- [swift-evolution] [Accepted] SE-0089: Renaming String.init<T>(_: T)
Chris Lattner
- [swift-evolution] [Returned for revision] SE-0077: Improved operator declarations
Joe Groff
- [swift-evolution] [Review] SE-0105: Removing Where Clauses from For-In Loops
Chris Lattner
- [swift-evolution] [Pitch] Add Null struct to Foundation
Alsey Miller
- [swift-evolution] final class performance
Fabian Ehrentraud
- [swift-evolution] [Draft] Rationalizing Sequence end-operation names
Brent Royal-Gordon
- [swift-evolution] [Pitch] Remove destructive consumption from Sequence
Jonathan Hull
- [swift-evolution] [Review] SE-0105: Removing Where Clauses from For-In Loops
Jonathan Hull
- [swift-evolution] Arrays Returning Optionals instead of Index Out of Bounds
Andreas Ley
- [swift-evolution] operator or wrapper for NSLocalizedString
Kwanghoon Choi
- [swift-evolution] [Proposal Draft] Literal Syntax Protocols
Matthew Johnson
- [swift-evolution] Shorthand unwrap proposal
James Campbell
- [swift-evolution] [Review] SE-0105: Removing Where Clauses from For-In Loops
Denis Nikitenko
- [swift-evolution] modifying Array<Element> to return Element! when subscripted
Pranjal Satija
- [swift-evolution] [Pitch] Make the formal type of 'self' consistent in class methods
Slava Pestov
- [swift-evolution] [Pitch] Simpler interpretation of a reference to a generic type with no arguments
Slava Pestov
- [swift-evolution] [Review] SE-0102: Remove @noreturn attribute and introduce an empty NoReturn type
Denis Nikitenko
- [swift-evolution] [Proposal] Remove Boolean
Anton Zhilin
- [swift-evolution] [Discussion] A Problem With SE-0025?
Jordan Rose
- [swift-evolution] SE-0105: Removing Where Clauses from For-In Loops
William Shipley
- [swift-evolution] [Draft] UnsafeRawPointer API
Andrew Trick
- [swift-evolution] Fwd: [Draft] Rationalizing Sequence end-operation names
Xiaodi Wu
- [swift-evolution] Having reference semantics counterpart of value types in an easier way
Amir Abbas Mousavian
- [swift-evolution] Fwd: [Returned for revision] SE-0077: Improved operator declarations
L. Mihalkovic
- [swift-evolution] Fw: Re: [Proposal Draft] Literal Syntax Protocols
Adrian Zubarev
- [swift-evolution] Collection index complexity and data structures
David Waite
- [swift-evolution] [Pitch] Remove type inference for associated types
Austin Zheng
- [swift-evolution] [Proposal] Revising access modifiers on extensions
Adrian Zubarev
- [swift-evolution] [Proposal] Add floor() and ceiling() functions to FloatingPoint
Karl
- [swift-evolution] [Proposal] Remove force unwrapping in function signature.
Spromicky
- [swift-evolution] [Proposal] Disallow implicit conversion between function/closure with a list of parameters and with tuple parameter. Remove function type inconsistency.
Vladimir.S
- [swift-evolution] [swift-evolution-announce] [Review] SE-0089: Replace protocol<P1, P2> syntax with Any<P1, P2>
Thorsten Seitz
- [swift-evolution] BigDecimal functionalities or modulus support for NSDecimalNumber
Andrea Leganza
- [swift-evolution] Fixed-sized arrays
Daryle Walker
- [swift-evolution] An upcoming proposal for simplifying leak free, safe closures.
Christopher Kornher
- [swift-evolution] An upcoming proposal for simplifying leak free, safe closures.
James Froggatt
- [swift-evolution] [Pitch] Remove destructive consumption from Sequence
Jonathan Hull
Last message date:
Sun Jun 26 23:50:56 CDT 2016
Archived on: Sun Jun 26 23:55:46 CDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).