The Week Of Monday 11 January 2016 Archives by thread
Starting: Mon Jan 11 00:20:00 CST 2016
Ending: Sun Jan 17 23:59:28 CST 2016
Messages: 711
- [swift-evolution] Proposal: Add scan, takeWhile, dropWhile, and iterate to the stdlib
Kevin Ballard
- [swift-evolution] ternary operator ?: suggestion
Craig Cruden
- [swift-evolution] [swift-build-dev] [Review] SE-0019 Swift Testing (Package Manager)
Drew Crawford
- [swift-evolution] [Review] SE-0018 Flexible Memberwise Initialization
Douglas Gregor
- [swift-evolution] Properties on Default Protocol Implementations
品雪
- [swift-evolution] [Proposal draft] Remove objc requirement for optional protocol methods/properties
David Scrève
- [swift-evolution] Draft proposal: multi-property assignment .= operator
Jacob Bandes-Storch
- [swift-evolution] Proposal: Improve switch control flow substituting fallthrough with a more safe one
Jacopo Andrea Giola
- [swift-evolution] two protocols with the same method name
Andrew Bennett
- [swift-evolution] [Proposal draff] abstract classes and methods
davesweeris at mac.com
- [swift-evolution] Rethink about the SequenceType, GeneratorType and CollectionType
Susan Cheng
- [swift-evolution] [Review] SE-0018 Flexible Memberwise Initialization
Tino Heth
- [swift-evolution] Draft proposal: multi-property assignment .= operator
Michel Fortin
- [swift-evolution] Draft proposal: multi-property assignment .= operator
Michel Fortin
- [swift-evolution] Properties on Default Protocol Implementations
Wallacy
- [swift-evolution] Proposal: XCTest Support for Swift Error Handling
Jérôme Duquennoy
- [swift-evolution] Proposal: "if switch x case" and "for switch x case ... in"
Amir Michail
- [swift-evolution] Add stableSort() to the standard library.
Janosch Hildebrand
- [swift-evolution] [Proposal Draft] parameter forwarding
Matthew Johnson
- [swift-evolution] Add stableSort() to the standard library.
Daniel Vollmer
- [swift-evolution] [Proposal Draft] property lists
Janosch Hildebrand
- [swift-evolution] map-like operation that returns a dictionary
Kenny Leung
- [swift-evolution] [swift-evolution-announce] [Review] SE-0018 Flexible Memberwise Initialization
Austin Zheng
- [swift-evolution] Pitch: @autoreleasepool attribute for loops
Thorsten Seitz
- [swift-evolution] Pitch: @autoreleasepool attribute for loops
Thorsten Seitz
- [swift-evolution] [Proposal Draft] partial initializers
John McCall
- [swift-evolution] Pitch: @autoreleasepool attribute for loops
David Waite
- [swift-evolution] What are the rules for including @ with attributes/keywords and the possibility of removing it
Brandon Knope
- [swift-evolution] Add stableSort() to the standard library.
Kenny Leung
- [swift-evolution] Add stableSort() to the standard library.
Davide Italiano
- [swift-evolution] Properties on Default Protocol Implementations
Chris Lattner
- [swift-evolution] [Proposal draft #2] Naming Functions with Argument Labels
Douglas Gregor
- [swift-evolution] [Review] SE-0018 Flexible Memberwise Initialization
Jordan Rose
- [swift-evolution] Initializer labelling and forwarding
David James
- [swift-evolution] Proposal Idea: Use of =?utf-8?Q?=3D=3D_?=outside of comparisons should be treated as an error.
Jared Sinclair
- [swift-evolution] [Proposal draft] Referencing the Objective-C selector of a method
Douglas Gregor
- [swift-evolution] [Review] Replace `typealias` keyword with `associatedtype` for associated type declarations
David Hart
- [swift-evolution] Proposal: Add replace(_:with:) function to the stdlib
Jordan Rose
- [swift-evolution] [Review] SE-0013 Remove Partial Application of Non-Final Super Methods
Jordan Rose
- [swift-evolution] [Draft proposal] Faster/lower-level external String initialization
Zach Waldowski
- [swift-evolution] Proposal: Add public(objc) modifier
Kevin Ballard
- [swift-evolution] About the PermutationGenerator
Jordan Rose
- [swift-evolution] About the PermutationGenerator
Dmitri Gribenko
- [swift-evolution] private(call) and internal(call)
Charles Srstka
- [swift-evolution] [Proposal Draft] partial initializers
David Owens II
- [swift-evolution] [Proposal Draft] parameter forwarding
Chris Lattner
- [swift-evolution] Pre-proposal: Convert reference params to tuples
Philippe Hausler
- [swift-evolution] Proposal: XCTest Support for Swift Error Handling
Philippe Hausler
- [swift-evolution] Shorthand Optional Notation proposal
Pranjal Satija
- [swift-evolution] [Idea] Type erasure for protocols with Self or associated type requirements.
Vatsal Manot
- [swift-evolution] [Idea] Type erasure for protocols with Self or associated type requirements.
Vatsal Manot
- [swift-evolution] Unify covariant return type behaviour
Howard Lovatt
- [swift-evolution] Make generics covariant and add generics to protocols
Howard Lovatt
- [swift-evolution] [Review] Replace `typealias` keyword with `associatedtype` for associated type declarations
Howard Lovatt
- [swift-evolution] Bridging the gap between protocols and protocol extensions
Howard Lovatt
- [swift-evolution] Custom didSet methods
James Campbell
- [swift-evolution] Epic: Typesafe calculations
Tino Heth
- [swift-evolution] Proposal: XCTest Support for Swift Error Handling (Chris Hanson)
Joe Masilotti
- [swift-evolution] [Draft] intendeduse documentation attribute
Félix Cloutier
- [swift-evolution] [Review] SE-0020 Swift Language Version Build Configuration
Douglas Gregor
- [swift-evolution] Email
Maximilian Hünenberger
- [swift-evolution] Proposal proposal: @pure keyword
John Randolph
- [swift-evolution] Epic: Typesafe calculations
davesweeris at mac.com
- [swift-evolution] [Review] SE-0018 Flexible Memberwise Initialization
Chris Lattner
- [swift-evolution] Epic: Typesafe calculations
Dave Abrahams
- [swift-evolution] Idea for Restricted "Pseudo-Dynamic" Typing
davesweeris at mac.com
- [swift-evolution] [Review] SE-0019 Swift Testing (Package Manager)
Rick Ballard
- [swift-evolution] [Review] SE-0018 Flexible Memberwise Initialization
Chris Lattner
- [swift-evolution] two protocols with the same method name
Grzegorz Leszek
- [swift-evolution] Proposal: switchValue
Amir Michail
- [swift-evolution] [Proposal] Property behaviors
Wallacy
- [swift-evolution] [Proposal] Property behaviors
Joe Groff
- [swift-evolution] [Review] Naming Functions with Argument Labels
Joe Groff
- [swift-evolution] [swift-evolution-announce] [Review] Naming Functions with Argument Labels
Pelaia II, Tom
- [swift-evolution] Proposals folder
Erica Sadun
- [swift-evolution] [Draft Proposal] Refactor SILParser::parseSILInstruction
Sergey Bolshedvorsky
- [swift-evolution] [Proposal] Property behaviors
Joe Groff
- [swift-evolution] Partially Constrained Protocols [Was: [Proposal] Separate protocols and interfaces]
David Waite
- [swift-evolution] two protocols with the same method name
Joe Groff
- [swift-evolution] Proposal: XCTest Support for Swift Error Handling
Chris Hanson
- [swift-evolution] Proposal: Add scan, takeWhile, dropWhile, and iterate to the stdlib
John Randolph
- [swift-evolution] Custom annotation processors?
Talin
- [swift-evolution] Code Contracts
Suminda Dharmasena
- [swift-evolution] Effects Typing | Type Extensions | Attributes
Suminda Dharmasena
- [swift-evolution] Active Objects | Actors | Synchronisations
Suminda Dharmasena
- [swift-evolution] [Proposal idea] Support for pure functions
Andrew Trick
- [swift-evolution] Proposal Idea : Library (third party) Importable Checking
Jo Albright
- [swift-evolution] [Heads up] Upcoming review of API Design Guidelines, Standard Library API, and Clang Importer changes
Douglas Gregor
- [swift-evolution] Proposal: Namespaces
David Owens II
- [swift-evolution] Proposal: Remove the space before the colon in compiler-generated [Key : Value] dictionary types
Kevin Ballard
- [swift-evolution] Proposal: Add public(objc) modifier
plx
- [swift-evolution] Proposal: for loops with return values
Amir Michail
- [swift-evolution] ternary operator ?: suggestion
Charles Constant
- [swift-evolution] Proposal: Make it easier to use unicode identifiers in Swift.
Amir Michail
- [swift-evolution] [Preemptive Proposal] Operator for Lenses
Michael Henson
- [swift-evolution] [Idea] Extend "required" to methods other than init()
Nate Birkholz
- [swift-evolution] [Draft proposal] Faster/lower-level external String initialization
Zachary Waldowski
- [swift-evolution] [proposal] Either in the Swift Standard Library
Developer
- [swift-evolution] [Proposal] Partial initializers
Matthew Johnson
- [swift-evolution] Swift should support generics as arguments to closures in any context
Spencer Kohan
- [swift-evolution] Proposal: Add a sequence-based initializer to Dictionary
Nicola Salmoria
- [swift-evolution] Proposal: Add a sequence-based initializer to Dictionary
Nicola Salmoria
- [swift-evolution] Simplified Conversion of Integer Types
Haravikk
- [swift-evolution] Adding a new filter method which returns 2 arrays
Arman Shanjani
- [swift-evolution] Adding a new filter method which returns 2 arrays
davesweeris at mac.com
- [swift-evolution] [Review] SE-0019 Swift Testing (Package Manager)
Rick Ballard
- [swift-evolution] Dotless case names in switch cases
Jens Persson
- [swift-evolution] [Idea] Type erasure for protocols with Self or associated type requirements.
Howard Lovatt
- [swift-evolution] [Proposal draft #2] Naming Functions with Argument Labels
Patrick Smith
- [swift-evolution] [Proposal draft] Importing Objective-C Lightweight Generics
Douglas Gregor
- [swift-evolution] [Proposal] Allow protocols to require functions with default parameter values.
Vatsal Manot
- [swift-evolution] Dot notation as shorthand in subscripts and functions
Haravikk
- [swift-evolution] Dot notation as shorthand in subscripts and functions
Vatsal Manot
- [swift-evolution] [Proposal] Allow protocols to require functions with default parameter values.
Vatsal Manot
- [swift-evolution] Proposal: Make it easier to use unicode identifiers in Swift.
Rainer Brockerhoff
- [swift-evolution] Protocol extension function overrides the default value in implementations
肇鑫
- [swift-evolution] Proposal: Adding precedence option for prefix and postfix operators
Jason Nielsen
- [swift-evolution] Proposal: Unicode visualization annotations in declarations.
Amir Michail
- [swift-evolution] Optional safe subscripting for arrays
Rudolf Adamkovič
- [swift-evolution] Make generics covariant and add generics to protocols
Maximilian Hünenberger
- [swift-evolution] Proposal: support multi-line string text when assign a string variable
杨晖
- [swift-evolution] Draft Proposal: count property for enum types
Martin Crossley
- [swift-evolution] Compiler should generate code base on the functions that have default values
肇鑫
- [swift-evolution] Pre-proposal: CaseEnumerable protocol (derived collection of enum cases)
Jacob Bandes-Storch
- [swift-evolution] [Idea] Extend "required" to methods other than init()
Jesse Squires
- [swift-evolution] Pre-proposal: CaseEnumerable protocol (derived collection of enum cases)
Jacob Bandes-Storch
- [swift-evolution] Pitch: Progress Tracking in Swift
cocoadev at charlessoft.com
- [swift-evolution] Pitch: Import Objective-C Constants as Enums
Jeff Kelley
- [swift-evolution] [Pitch] Version-pinned patching of public declarations
Curt Clifton
Last message date:
Sun Jan 17 23:59:28 CST 2016
Archived on: Tue Jan 19 11:11:52 CST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).