1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Joel Martin
42b8fe1683 Swift3: updates/fixes for Swift 3.0.1 2016-10-17 22:37:42 -05:00
Fred Im
8903188f8b Squashed commits, updated to latest swift3 (swift-3.0-PREVIEW-2)
Main changes:
* consistency of func arguments, while every argument has both an outer and an inner name,
  but the first argument's outer was "unnamed" by default in swift<2. now all arguments are consistent
  and requires the initial "_" to declare the outer "unnamed" for the first argument
* indexes are now simpler types, the Array.index function computes successor/predecessor
* many, many API changes, that result in shorter "verb" names of functions with named arguments
  ex: Array.joinWithSeparator(String) -> Array.joined(separator: String)
2016-07-29 18:37:32 +00:00
Joel Martin
b8ab80ba3a Swift3: add meta to all collections. Simplify types.
Also, tweak swift stats targets to more align with others.
2016-03-01 14:58:59 -06:00
Joel Martin
6fc6e971d2 swift3: add missed updates to core/types 2016-02-24 00:47:16 -06:00
Joel Martin
b50a410591 swift3: step0-step5 basics 2016-02-23 00:49:28 -06:00