Commit Graph

16 Commits

Author SHA1 Message Date
practicalswift
cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Satish Chauhan
51b659f6b3 Update ErrorHandling.rst
Fix typos in "Error Handling in Swift 2.0" doc
2016-08-15 13:11:12 -07:00
Doug Gregor
823c24b355 [SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last
major piece to be implemented.
2016-07-12 10:53:52 -07:00
practicalswift
c760f6dfbf [gardening] Add whitespace: "foo,bar" → "foo, bar" 2016-04-12 22:31:46 +02:00
practicalswift
befbebcd30 [gardening] "OSX" → "OS X" 2016-04-11 23:12:40 +02:00
Manav Gabhawala
7928140f79 [SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary 2016-04-06 20:21:58 -04:00
Max Moiseev
61c837209b Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines 2016-02-04 16:13:39 -08:00
practicalswift
71e00fefa1 [gardening] Fix typos: "word word" (two spaces) → "word word" (one space) 2016-01-24 21:27:16 +01:00
Max Moiseev
786e1ea2b1 Merge remote-tracking branch 'origin' into swift-3-api-guidelines 2015-12-11 15:19:02 -08:00
vicky002
8f21af71ca typo and spelling fixes 2015-12-10 06:56:55 +05:30
Dmitri Gribenko
feacbc4433 Rename ErrorType to ErrorProtocol 2015-12-09 17:12:19 -08:00
John McCall
21b35b5e43 Spell out that initializers are imported as throwing instead
of failable if they have an error parameter.

Swift SVN r27648
2015-04-23 22:40:14 +00:00
John McCall
bfa2038e60 Describe the order in which multiple defer actions are executed.
Swift SVN r27645
2015-04-23 21:15:06 +00:00
John McCall
aa0a8670e0 Editorial changes; credit to Quinn Taylor and Mark Lacey.
Swift SVN r27630
2015-04-23 07:07:17 +00:00
John McCall
b40e297ff2 Describe the implicit binding of 'error' within a catch clause.
Swift SVN r27624
2015-04-23 02:40:44 +00:00
John McCall
229df4d230 Add the error-handling proposal to the repository.
Swift SVN r27619
2015-04-23 00:56:48 +00:00