Skip to content

Latest commit

 

History

History
92 lines (57 loc) · 6.71 KB

TWISt-shout-2017-03-13.md

File metadata and controls

92 lines (57 loc) · 6.71 KB

TWISt-shout Newsletter 2017-03-13

This Week In Swift for the week of 2017-03-06 to 2017-03-12

Existential Question of the Week

##Code Updates

  • swift:179 - Slava Pestov (27), Doug Gregor (20), Michael Gottesman (16)
  • swift-compiler-rt:1 - Erik Pilkington (1)
  • swift-corelibs-foundation:9 - Sergey Minakov (2), John Holdsworth (2), Ian Partridge (1)
  • swift-corelibs-libdispatch:3 - Kim Topley (3)
  • swift-package-manager:26 - Ankit Aggarwal (21), Joe Heck (4), Bouke Haarsma (1)
  • swift-protobuf:28 - Thomas Van Lenten (13), Tim Kientzle (8), Chris Burrows (4)
  • swift-clang:9 - Argyrios Kyrtzidis (4), Alex Lorenz (2), Aleksei Sidorin (1)
  • swift-llvm:32 - Tim Northover (13), Ahmed Bougacha (8), Hans Wennborg (5)
  • swift-evolution:3 - Ankit Aggarwal (1), Constantino Tsarouhas (1), Rick Ballard (1)

###swift

###swift-corelibs

Changes in Foundation:

  • NSCFBoolean - Account for kCFBooleanTrue and kCFBooleanFalse being present in bridged payloads
  • NSCoder - Account for kCFBooleanTrue and kCFBooleanFalse being present in bridged payloads
  • NSData - Slight refinement?
  • NSJSONSerialization - Implementing jsonObject with streams api of NSJSONSerialization.
  • NSKeyedArchiver - Merge pull request #902 from naithar/defer-usage; Account for kCFBooleanTrue and kCFBooleanFalse being present in bridged payloads
  • NSKeyedUnarchiver - Merge pull request #902 from naithar/defer-usage; Account for kCFBooleanTrue and kCFBooleanFalse being present in bridged payloads
  • NSNumber - Account for kCFBooleanTrue and kCFBooleanFalse being present in bridged payloads
  • NSURL - Change NSURL 'checkResourceIsReachableAndReturnError' to 'checkResourceIsReachable' with throw as Linux does not support Autoreleasing pointers
  • NSURLSessionTask - [URLSession]Fix for a timeout bug(SR-2681)
  • NSUUID - Fix for memory leak in NSUUID
  • URL - Change NSURL 'checkResourceIsReachableAndReturnError' to 'checkResourceIsReachable' with throw as Linux does not support Autoreleasing pointers

##Server Dev

##Evolution

###Proposals Up For Review

###Draft Proposals

###Cocktail Chatter