Skip to content

Instantly share code, notes, and snippets.

@gustavopinto
Last active May 29, 2016 15:31
Show Gist options
  • Save gustavopinto/4df5808b79a0f5f00853dc2e9ece983e to your computer and use it in GitHub Desktop.
Save gustavopinto/4df5808b79a0f5f00853dc2e9ece983e to your computer and use it in GitHub Desktop.
swift projects with error handling messages
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 24.
commit,author,email,date,message
https://github.com/tadija/AEXML/commit/4a14c27,Marko Tadic,[email protected],2016-05-03 00:13:49 +0200,Improved error handling (fixed Issue #62) Added error property of ErrorType enum with possible error cases Removed errorElementName static property Modified subscript logic of AEXMLElement to return empty element with ElementNotFound error (if element does not exist) Modified root property of AEXMLDocument to return empty element with RootElementMissing error (if root element does not exist) Improved logic in testRootElement and testNotExistingElement unit tests Minor changes in example ViewController and README.md
https://github.com/Alamofire/Alamofire/commit/94d1128,Christian Noon,[email protected],2015-07-26 17:33:46 -0700,Refactored the MultipartFormData encoding to leverage Swift 2.0 error handling.
https://github.com/Alamofire/Alamofire/commit/b87fb42,Christian Noon,[email protected],2015-06-11 15:49:17 -0700,Modified error handling to use implicit error catching to avoid fatal errors.
https://github.com/Alamofire/Alamofire/commit/34f8f2f,Mattt Thompson,[email protected],2014-08-24 13:56:01 -0700,[Issue #50] Fixing error handling in response
https://github.com/Alecrim/AlecrimCoreData/commit/1171a1e,Vanderlei Martinelli,[email protected],2015-07-25 17:14:39 -0300,Reintroduced `delete` method to `TableType`; better error handling
https://github.com/Thomvis/BrightFutures/commit/58f8070,Thomas Visser,[email protected],2014-12-20 12:02:22 +0100,refactored error handling from an inout to using Result
https://github.com/Carthage/Carthage/commit/4d20f54,Syo Ikeda,[email protected],2015-10-05 00:03:02 +0900,Fix error handling
https://github.com/Carthage/Commandant/commit/50e2dec,Syo Ikeda,[email protected],2015-12-16 18:40:22 +0900,Fix error handling in CommandWrapper
https://github.com/jatoben/CommandLine/commit/64ad7de,Ben Gollmer,[email protected],2015-06-10 18:58:25 -0400,Use new error handling
https://github.com/evermeer/EVCloudKitDao/commit/79defb8,Edwin Vermeer,[email protected],2015-06-20 23:39:19 +0200,added error handler helper function
https://github.com/owensd/json-swift/commit/2753434,David Owens II,[email protected],2014-08-22 12:30:57 -0700,Removed the FailableOf<T> approach to error handling a switch to named tuples; savings of 700KB of memory in the sample.json test.
https://github.com/owensd/json-swift/commit/687ed6c,David Owens II,[email protected],2014-08-20 22:44:20 -0700,parseString now uses a buffer to store the UTF8 code points and uses this to create the string as this is a fairly significant performance win. Cleaned up the parseNumber section so that it is switch-based and reduces a lot of the error handling code. Performance is now nearly identical: 0.19s vs. 0.18s on my MacBookPro under release settings... so close!!
https://github.com/mileswd/mac2imgur/commit/2961206,Miles,[email protected],2015-07-24 03:22:00 +0100,Use vector icons, improve ImgurClient error handling and update dependencies.
https://github.com/mileswd/mac2imgur/commit/6d5fb31,Miles,[email protected],2014-10-15 20:35:38 +0100,Improve error handling
https://github.com/ashfurrow/Moya/commit/97f7af0,Paldom,[email protected],2016-05-04 18:09:24 +0200,Change .Underlying to NSError, add error handling docs
https://github.com/ashfurrow/Moya/commit/2c42cb5,Evgeny Aleksandrov,[email protected],2016-04-11 16:57:49 +0300,Add RxSwift error handling example
https://github.com/Quick/Nimble/commit/6929b1d,Marius Rackwitz,[email protected],2015-07-27 11:52:50 +0200,[README] New syntax in Swift Error Handling
https://github.com/Quick/Nimble/commit/fbe3522,Jeff Hui,[email protected],2015-07-05 17:52:11 -0700,Breaking Change: Support for Swift Error Handling
https://github.com/dongri/OAuthSwift/commit/0cff610,Fabio Milano,[email protected],2016-03-27 19:20:33 +0200,Improved error handling by introducing an enum struct that gathers all error used codes.
https://github.com/stephencelis/SQLite.swift/commit/2144caa,kujenga,[email protected],2015-10-23 15:54:41 -0400,update the readme and playground with error handling
https://github.com/nerdyc/Squeal/commit/5479612,Christian Niles,[email protected],2015-08-01 12:43:17 -0700,Fully updated to Swift 2's error handling model
https://github.com/nerdyc/Squeal/commit/0ea2a36,Christian Niles,[email protected],2015-06-27 22:20:10 -0700,Updated most methods to use Swift 2.0 error handling
https://github.com/daltoniam/Starscream/commit/f0b1886,Leif Bredgaard Honore,[email protected],2015-08-30 09:10:40 +0400,Revert "Better error handling of missing SSLContext"
https://github.com/daltoniam/Starscream/commit/fac6933,Leif Bredgaard Honore,[email protected],2015-08-27 14:38:25 +0400,Better error handling of missing SSLContext
https://github.com/daltoniam/Starscream/commit/5f46a90,Leif Bredgaard Honore,[email protected],2015-08-26 14:06:43 +0400,Improved cipher suite error handling
https://github.com/ryanfowler/SwiftData/commit/9df6ebd,ryanfowler,[email protected],2014-09-16 17:40:10 -0400,Improve error handling and messages
https://github.com/mattdonnelly/Swifter/commit/4394ee1,bradycoye,[email protected],2015-12-06 14:56:27 -0500,patched error handling on Success Auth
https://github.com/mrap/SwiftJSONParser/commit/5535d63,Mike Rapadas,[email protected],2014-09-02 12:51:45 -0700,Basic error handling
https://github.com/austinzheng/swift-lambdatron/commit/c0bab91,Austin Zheng,[email protected],2015-02-03 00:26:41 -0800,Improving error handling
https://github.com/austinzheng/swift-lambdatron/commit/ddaf1e2,Austin Zheng,[email protected],2015-01-07 01:53:44 -0800,Adding basic user-level error handling
https://github.com/austinzheng/swift-lambdatron/commit/fdf5cc0,Austin Zheng,[email protected],2014-12-30 15:53:07 -0800,Implementing proper error handling for reader macro expansion phase
https://github.com/austinzheng/swift-lambdatron/commit/c5be375,Austin Zheng,[email protected],2014-12-23 00:22:56 -0800,Enhancing parser error handling
https://github.com/austinzheng/swift-lambdatron/commit/998620e,Austin Zheng,[email protected],2014-12-22 14:25:05 -0800,Adding error handling to eval phase
https://github.com/elpassion/SwiftMustaches/commit/4007b26,Dariusz Rybicki,[email protected],2014-09-19 16:20:35 +0200,Error handling, display alert when unable to add mustaches
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/99fb539,Helge Heß,[email protected],2014-07-22 03:45:04 +0200,Another error handler.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/e836c48,Helge Hess,[email protected],2014-07-07 17:27:43 +0200,Great error handling. Well, check return code of getaddrinfo so that we don't crash on a lookup failure ...
https://github.com/SwiftyJSON/SwiftyJSON/commit/ad17a21,Jonathan Porta,[email protected],2014-11-13 17:21:23 -0800,Add a super simple error handling example
https://github.com/SwiftyJSON/SwiftyJSON/commit/794b9c3,tangplin,[email protected],2014-09-23 22:40:49 +0800,add error handle
https://github.com/SwiftyJSON/SwiftyJSON/commit/0e0a5e6,ruoyuf,[email protected],2014-06-27 01:34:19 +0800,Add Error Handling And Wrong Keypath tracking
https://github.com/SwiftyJSON/SwiftyJSON/commit/40b7b4b,ruoyuf,[email protected],2014-06-27 01:15:24 +0800,Add Error Handling
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 60.
commit,author,email,date,message
https://github.com/Ramotion/adaptive-tab-bar/commit/28056d2,Artem Kislitsyn,[email protected],2014-10-17 18:58:33 +0400,try fix image asset
https://github.com/Ramotion/adaptive-tab-bar/commit/e248a06,Arcilite,[email protected],2014-09-16 19:34:21 +0400,refactor extension try add to Framework
https://github.com/tadija/AEXML/commit/4a14c27,Marko Tadic,[email protected],2016-05-03 00:13:49 +0200,Improved error handling (fixed Issue #62) Added error property of ErrorType enum with possible error cases Removed errorElementName static property Modified subscript logic of AEXMLElement to return empty element with ElementNotFound error (if element does not exist) Modified root property of AEXMLDocument to return empty element with RootElementMissing error (if root element does not exist) Improved logic in testRootElement and testNotExistingElement unit tests Minor changes in example ViewController and README.md
https://github.com/tadija/AEXML/commit/832564d,Marko Tadic,[email protected],2015-09-23 01:17:22 +0200,Implemented special characters escaping (finally) in `xmlString` property of `AEXMLElement` - thanks @ghowen (issue #22 and pull request #23) Improved `testXMLString` to cover special characters escaping
https://github.com/tadija/AEXML/commit/0554b01,Marko Tadic,[email protected],2015-09-20 22:33:31 +0200,Modified AEXMLParser to use error throwing Modified AEXMLDocument to use error throwing Minor improvements in AEXMLParser and AEXMLDocument Modified ViewController and AEXMLTests to use new API with error throwing
https://github.com/Alamofire/Alamofire/commit/2b91b8f,Cédric Luthi,[email protected],2016-04-09 18:21:43 -0700,Added status code and content type values into NSError userInfo dictionaries.
https://github.com/Alamofire/Alamofire/commit/83b32fa,Christian Noon,[email protected],2015-10-26 21:20:50 -0700,JSON and plist validation now throw Alamofire error when data has zero length.
https://github.com/Alamofire/Alamofire/commit/64a0044,Christian Noon,[email protected],2015-09-03 08:17:59 -0700,[Issue #732] Swapped out NSError for ErrorType in all Result types.
https://github.com/Alamofire/Alamofire/commit/e489c5f,Christian Noon,[email protected],2015-08-23 09:55:37 -0700,[Issue #703] Updated Result Failure to store an ErrorType instead of NSError.
https://github.com/Alamofire/Alamofire/commit/94d1128,Christian Noon,[email protected],2015-07-26 17:33:46 -0700,Refactored the MultipartFormData encoding to leverage Swift 2.0 error handling.
https://github.com/Alamofire/Alamofire/commit/b87fb42,Christian Noon,[email protected],2015-06-11 15:49:17 -0700,Modified error handling to use implicit error catching to avoid fatal errors.
https://github.com/Alamofire/Alamofire/commit/2cd782a,Christian Noon,[email protected],2015-05-30 16:25:39 -0700,Switched assert to assertEquals to catch why this test is sporadically failing.
https://github.com/Alamofire/Alamofire/commit/fb5592e,Mattt Thompson,[email protected],2014-11-20 16:49:05 -0800,[Issue #226] Fixing optional cookie entry in cURL output
https://github.com/Alamofire/Alamofire/commit/34f8f2f,Mattt Thompson,[email protected],2014-08-24 13:56:01 -0700,[Issue #50] Fixing error handling in response
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON/commit/db57a74,Julien Regnauld,[email protected],2015-08-24 16:26:16 -0600,Update Alamofire NSError -> ErrorType and SwiftyJson
https://github.com/Alecrim/AlecrimCoreData/commit/6d34d0b,Vanderlei Martinelli,[email protected],2015-09-13 14:14:27 -0300,`DataContextOptions` initialisers now can throw.
https://github.com/Alecrim/AlecrimCoreData/commit/e11b3e7,Vanderlei Martinelli,[email protected],2015-07-27 23:37:34 -0300,Managed object contexts: trying to keep them simple
https://github.com/Alecrim/AlecrimCoreData/commit/255aabd,Vanderlei Martinelli,[email protected],2015-07-27 22:57:18 -0300,Managed object contexts: trying to keep them simple
https://github.com/Alecrim/AlecrimCoreData/commit/1171a1e,Vanderlei Martinelli,[email protected],2015-07-25 17:14:39 -0300,Reintroduced `delete` method to `TableType`; better error handling
https://github.com/Alecrim/AlecrimCoreData/commit/37053a8,Vanderlei Martinelli,[email protected],2015-05-08 04:39:21 -0300,Trying to put some order in ContextOptions
https://github.com/Alecrim/AlecrimCoreData/commit/acf5296,Vanderlei Martinelli,[email protected],2015-05-06 00:49:06 -0300,HAX: try to fix aggregateWithFunctionName result
https://github.com/aschuch/AwesomeCache/commit/fb7f816,Javier Soto,[email protected],2016-05-17 16:59:58 -0700,Implemented NSKeyedUnarchiver wrapper in Obj-C since it can throw exceptions which can't be caught in Swift
https://github.com/aschuch/AwesomeCache/commit/151bef4,Victor Sigler,[email protected],2016-03-11 18:45:47 -0500,Remove do-catch and refactor regular expression matching
https://github.com/aschuch/AwesomeCache/commit/68d78da,Victor Sigler,[email protected],2016-03-11 18:22:21 -0500,Remove do-catch statement
https://github.com/troystribling/BlueCap/commit/8bec2d6,troy Stribling,[email protected],2015-12-03 07:27:12 -0800,trying decide what to do with mocks
https://github.com/troystribling/BlueCap/commit/b378b0d,Troy Stribling,[email protected],2015-04-11 16:40:26 -0700,trying to fix sigining problem
https://github.com/troystribling/BlueCap/commit/900c807,Troy Stribling,[email protected],2015-02-18 08:43:00 -0800,trying to work through test abstraction
https://github.com/troystribling/BlueCap/commit/b16997b,Troy Stribling,[email protected],2015-02-18 08:43:00 -0800,trying to work through test abstraction
https://github.com/Thomvis/BrightFutures/commit/bc2c5e2,Thomas Visser,[email protected],2015-07-12 12:05:31 +0200,made (try)success & (try)failure on Async internal
https://github.com/Thomvis/BrightFutures/commit/ec614e3,Thomas Visser,[email protected],2015-07-12 10:47:40 +0200,moved isComplete & tryCompletr to a protocol extension, made Async.complete properly internal
https://github.com/Thomvis/BrightFutures/commit/b1aead1,Thomas Visser,[email protected],2015-07-10 09:39:37 +0200,updated tests for throwing functions and removed value property on Future
https://github.com/Thomvis/BrightFutures/commit/30036ac,Thomas Visser,[email protected],2015-07-10 09:37:54 +0200,invalidation token's invalidate now throws
https://github.com/Thomvis/BrightFutures/commit/db8a858,Thomas Visser,[email protected],2015-07-09 22:04:25 +0200,added throwing sync to Queue
https://github.com/Thomvis/BrightFutures/commit/d0ecab0,Thomas Visser,[email protected],2015-07-08 08:18:44 +0200,added changelog entry, bumped version in podspec
https://github.com/Thomvis/BrightFutures/commit/f7f70e4,Thomas Visser,[email protected],2015-07-06 22:00:21 +0200,added changelog entry for 3.0.0-beta.1
https://github.com/Thomvis/BrightFutures/commit/f441ccf,Anthony Mittaz,[email protected],2015-06-10 19:44:12 +1000,removed nsError from ErrorType
https://github.com/Thomvis/BrightFutures/commit/a3b0c1b,Thomas Visser,[email protected],2015-05-15 17:21:42 +0200,refactoring to remove dependency on NSError, tests do not compile yet
https://github.com/Thomvis/BrightFutures/commit/ad6d2c0,Thomas Visser,[email protected],2015-05-14 20:58:37 +0200,Trying to fix CircleCI build by just building for mac
https://github.com/Thomvis/BrightFutures/commit/36c398b,Niels van Hoorn,[email protected],2015-05-12 20:47:11 +0200,Added NSError to all type signatures of Result
https://github.com/Thomvis/BrightFutures/commit/5b7067d,Ward van Teijlingen,[email protected],2015-01-08 19:28:06 +0100,Fixed NSError domain and code
https://github.com/Thomvis/BrightFutures/commit/58f8070,Thomas Visser,[email protected],2014-12-20 12:02:22 +0100,refactored error handling from an inout to using Result
https://github.com/Thomvis/BrightFutures/commit/8f8eab8,Brandon Kase,[email protected],2014-07-14 20:08:48 -0700,Add inout NSError parameter to map et. al
https://github.com/larcus94/BRNImagePickerSheet/commit/3fc03e1,Laurin Brandner,[email protected],2014-09-09 16:06:19 +0200,Another try
https://github.com/larcus94/BRNImagePickerSheet/commit/9141772,Laurin Brandner,[email protected],2014-09-07 15:23:44 +0200,Adapt to official geometry
https://github.com/C4Framework/C4iOS/commit/2e33759,-- C4 --,[email protected],2014-11-25 17:03:05 -0800,Switching out VisibleMediaObject protocol: for some reason keeping it makes the whole project crash when building, i get a ton of random EXEC_BAD_ACCESS errors (will try to figure out what going on tomorrow)
https://github.com/C4Framework/C4iOS/commit/48daaeb,Travis,[email protected],2013-04-15 22:50:22 -0600,Finally, a year later, I'm finally developing C4Camera.
https://github.com/C4Framework/C4iOS/commit/7a155eb,Travis,[email protected],2013-04-10 10:08:16 -0600,Working on examples for Geometry tutorial
https://github.com/C4Framework/C4iOS/commit/701f3dd,Travis,[email protected],2013-04-09 13:08:50 -0600,Working on example for Geometry Tutorial
https://github.com/C4Framework/C4iOS/commit/9d43b4c,Travis,[email protected],2013-04-09 10:04:02 -0600,Experimenting with Geometry
https://github.com/C4Framework/C4iOS/commit/8afe4fd,Travis,[email protected],2012-06-04 00:32:01 -0600,Trying out the Analyze tool in Xcode
https://github.com/C4Framework/C4iOS/commit/dc8c8be,Travis,[email protected],2012-02-29 16:36:12 -0700,Working on the text label system... tricky still... taking a break to try out CATransactions as per a thread i'm involved with on StackOverflow
https://github.com/C4Framework/C4iOS/commit/c87fe55,Travis,[email protected],2012-02-24 01:50:23 -0700,finally, finished the shapes class... worked on object communication, and realized that's it's a pain in the butt to do it the way i thought of... i.e. [myobject target:objecttotarget action:actiontotrigger value:valuetosend on:myobjectaction]; instead, i put notifications in things and added a function that specifically looks at individual objects (detailed in C4CommonMethods.h)
https://github.com/C4Framework/C4iOS/commit/06e5c1b,Travis,[email protected],2012-02-21 02:03:25 -0700,hacking around trying to make sure that all the animation components actually animate they way they're supposed to... i think i have the strokeEnd property animating properly... we'll see in the morning...
https://github.com/Carthage/Carthage/commit/8e32707,Bernard Gatt,[email protected],2016-05-12 18:05:22 +0200,Fixes issue with archive command trying to include xctest files in framework archive.
https://github.com/Carthage/Carthage/commit/5d31b26,Marco Conti,[email protected],2016-02-28 10:14:55 +0100,Avoid deleting resource when trying to copy to and from the same path
https://github.com/Carthage/Carthage/commit/9854291,Matt Diephouse,[email protected],2016-02-11 20:24:28 -0800,Add a timeout + retry for loading build settings
https://github.com/Carthage/Carthage/commit/5532d9a,Matt Diephouse,[email protected],2016-02-11 20:20:25 -0800,Shorten the timeout, but retry
https://github.com/Carthage/Carthage/commit/7c5adce,Stephen Marquis,[email protected],2016-01-08 08:55:51 -0800,Call cloneOrFetchDependency before trying to access the Cartfile
https://github.com/Carthage/Carthage/commit/dd979bf,Syo Ikeda,[email protected],2015-10-14 12:39:14 +0900,Revert "Just catch and cast"
https://github.com/Carthage/Carthage/commit/a638e02,Syo Ikeda,[email protected],2015-10-06 12:32:54 +0900,Just catch and cast
https://github.com/Carthage/Carthage/commit/fbc0fbf,Syo Ikeda,[email protected],2015-10-05 01:27:59 +0900,Use throwError matcher
https://github.com/Carthage/Carthage/commit/4d20f54,Syo Ikeda,[email protected],2015-10-05 00:03:02 +0900,Fix error handling
https://github.com/Carthage/Carthage/commit/377d0fd,Syo Ikeda,[email protected],2015-10-04 16:39:34 +0900,try -> attempt
https://github.com/Carthage/Carthage/commit/26d007a,Syo Ikeda,[email protected],2015-10-04 16:17:08 +0900,catch -> flatMapError
https://github.com/Carthage/Carthage/commit/6a602c4,Syo Ikeda,[email protected],2015-10-04 16:16:08 +0900,tryMap -> attemptMap
https://github.com/Carthage/Carthage/commit/6e621c5,Syo Ikeda,[email protected],2015-10-04 16:15:21 +0900,try -> attempt
https://github.com/Carthage/Carthage/commit/eee9be0,Syo Ikeda,[email protected],2015-09-28 11:12:49 +0900,Try to implement platform filter for universal framework targets through `sdkFilter`
https://github.com/Carthage/Carthage/commit/71f14e8,Guido Marucci Blas,[email protected],2015-09-18 18:21:23 -0300,Replaces try for its polyformic version that expect a Bool instead of T?.
https://github.com/Carthage/Carthage/commit/61ccff2,Eric Horacek,[email protected],2015-09-16 09:29:52 -0700,Move map within tryMap
https://github.com/Carthage/Carthage/commit/56533be,Eric Horacek,[email protected],2015-09-16 09:28:03 -0700,Adopt SignalProducer.try
https://github.com/Carthage/Carthage/commit/08f9a1b,Dov Frankel,[email protected],2015-09-08 07:14:05 -0400,Removed unused NSError variable (left over from refactoring)
https://github.com/Carthage/Carthage/commit/4027c0e,Jernej Strasner,[email protected],2015-08-08 12:54:08 +0200,Added -destination-timeout flag to prevent xcodebuild taking a long time to throw and error when looking for an ivalid destination.
https://github.com/Carthage/Carthage/commit/5c836c2,Syo Ikeda,[email protected],2015-06-23 14:47:09 +0900,Try to limit setting ONLY_ACTIVE_ARCH when building
https://github.com/Carthage/Carthage/commit/0363c51,Syo Ikeda,[email protected],2015-06-18 12:31:09 +0900,Use mapError() instead of catch() where enabled
https://github.com/Carthage/Carthage/commit/b44aa63,Justin Spahr-Summers,[email protected],2015-05-25 23:41:41 -0700,Automatically catch and log exceptional signals from Swift
https://github.com/Carthage/Carthage/commit/7634edf,Matt Diephouse,[email protected],2015-04-24 16:15:56 -0400,Try an authenticated request first
https://github.com/Carthage/Carthage/commit/a525d41,Matt Diephouse,[email protected],2015-04-24 15:54:25 -0400,Try with credentials no matter the error
https://github.com/Carthage/Carthage/commit/6282920,Justin Spahr-Summers,[email protected],2015-03-06 23:29:47 -0800,Include an optional NSError in file operation errors
https://github.com/Carthage/Carthage/commit/098a787,Bavarious,[email protected],2015-03-02 11:30:43 -0300,Use tryMap() instead of map().first().value()
https://github.com/Carthage/Carthage/commit/8f21eb1,Justin Spahr-Summers,[email protected],2015-01-02 08:43:16 -0800,Don't try building dependencies not checked out
https://github.com/Carthage/Carthage/commit/3f58bc8,Justin Spahr-Summers,[email protected],2014-12-27 17:40:34 -0800,Restore error-catching for module merging
https://github.com/Carthage/Carthage/commit/e4c9c83,Justin Spahr-Summers,[email protected],2014-12-26 10:03:08 -0800,Try using Argo for parsing JSON (so slowwwwwwwwww)
https://github.com/Carthage/Carthage/commit/b9664cb,Robert Böhnke,[email protected],2014-12-26 00:35:56 +0100,Merge pull request #252 from Carthage/extract-entry-point
https://github.com/Carthage/Carthage/commit/eee5836,Justin Spahr-Summers,[email protected],2014-12-25 15:04:00 -0800,Merge branch 'extract-help-command' into extract-entry-point
https://github.com/Carthage/Carthage/commit/7e7e08b,Justin Spahr-Summers,[email protected],2014-12-25 15:03:29 -0800,Merge branch 'master' into extract-entry-point
https://github.com/Carthage/Carthage/commit/d568760,Justin Spahr-Summers,[email protected],2014-12-25 10:35:29 -0800,Migrate entry point code to Commandant
https://github.com/Carthage/Carthage/commit/9b76e0b,Justin Spahr-Summers,[email protected],2014-12-20 22:42:28 -0800,Catch xcodebuild messages indicating no schemes
https://github.com/Carthage/Carthage/commit/9d6a7c7,Robert Böhnke,[email protected],2014-12-20 19:00:28 +0100,Use tryMap
https://github.com/Carthage/Carthage/commit/f3eb920,Robert Böhnke,[email protected],2014-12-20 18:19:01 +0100,Always try to remove an existing framework
https://github.com/Carthage/Carthage/commit/b4e5b18,Justin Spahr-Summers,[email protected],2014-12-20 05:59:15 -0800,Migrate Carthage.checkout one entry at a time
https://github.com/Carthage/Carthage/commit/e1a5660,Rob Rix,[email protected],2014-12-01 16:26:31 -0500,try(), try() again.
https://github.com/Carthage/Carthage/commit/9cfd822,Rob Rix,[email protected],2014-11-30 17:39:08 -0500,Add try() temporarily.
https://github.com/Carthage/Carthage/commit/740ff29,Justin Spahr-Summers,[email protected],2014-11-13 00:16:50 -0800,Catch all errors loading dependencies' Cartfiles
https://github.com/Carthage/Carthage/commit/b483283,Justin Spahr-Summers,[email protected],2014-11-12 20:36:34 -0800,Use NSError.description for non-Carthage errors
https://github.com/Carthage/Carthage/commit/8ca5e78,Justin Spahr-Summers,[email protected],2014-11-09 23:51:33 -0800,Try graphing higher-versioned nodes first
https://github.com/Carthage/Carthage/commit/f44e7b5,Alan Rogers,[email protected],2014-11-08 18:34:44 +1100,Don't bother with an NSError here.
https://github.com/Carthage/Carthage/commit/72bedb9,Alan Rogers,[email protected],2014-10-29 13:06:05 +1100,catch errors.
https://github.com/Carthage/Carthage/commit/2b3ce22,Alan Rogers,[email protected],2014-10-26 21:44:07 +1100,catch and log errors.
https://github.com/Carthage/Carthage/commit/72f8733,Justin Spahr-Summers,[email protected],2014-10-25 23:05:05 -0700,Use registry for listing commands in `help`
https://github.com/Carthage/Carthage/commit/a2f594e,Justin Spahr-Summers,[email protected],2014-10-25 23:01:13 -0700,Abstract command lookup/running into a registry
https://github.com/robb/Cartography/commit/b30b5f8,Robert Böhnke,[email protected],2015-09-18 15:31:16 +0200,Trying to get CI to use the simulator
https://github.com/robb/Cartography/commit/b1b8e69,Robert Böhnke,[email protected],2015-09-18 15:26:36 +0200,Trying to get Carthage to use binaries on CI
https://github.com/robb/Cartography/commit/a20a5ee,Robert Böhnke,[email protected],2015-02-19 11:37:23 +0100,Throw an assert if no common superview is found
https://github.com/Anviking/Chromatism/commit/7f04b23,Johannes Lund,[email protected],2013-11-12 22:19:04 +0100,Trying to ease subclassing
https://github.com/kylef/CLIKit/commit/f116e85,Boris Bügling,[email protected],2016-01-03 20:57:51 +0100,Fix a potential crash when `UsageError` is thrown
https://github.com/kylef/CLIKit/commit/4c5dc99,Kyle Fuller,[email protected],2015-10-08 23:14:38 -0700,Allow command functions to throw errors
https://github.com/Carthage/Commandant/commit/4e903ea,JP Simard,[email protected],2016-01-29 22:29:34 -0800,try a few things to fix https://github.com/travis-ci/travis-ci/issues/4681
https://github.com/Carthage/Commandant/commit/50e2dec,Syo Ikeda,[email protected],2015-12-16 18:40:22 +0900,Fix error handling in CommandWrapper
https://github.com/Carthage/Commandant/commit/21668a1,Nate Stedman,[email protected],2015-10-16 10:02:36 -0400,Add CommandRegistry “main” with explicit arguments
https://github.com/Carthage/Commandant/commit/d045900,Justin Spahr-Summers,[email protected],2014-12-25 10:32:48 -0800,Add CommandRegistry.main() as a CLI entry point
https://github.com/Carthage/Commandant/commit/dd6f52d,Robert Böhnke,[email protected],2014-11-23 13:48:59 +0100,Cast errorType to NSError
https://github.com/jatoben/CommandLine/commit/3fb9ae6,Ben Gollmer,[email protected],2016-03-01 02:49:00 -0700,XCTest still fails build, trying again
https://github.com/jatoben/CommandLine/commit/28a551d,Ben Gollmer,[email protected],2015-08-28 20:37:19 -0400,Try out Travis's new Xcode 7 support
https://github.com/jatoben/CommandLine/commit/a161fe5,Ben Gollmer,[email protected],2015-06-14 17:08:17 -0400,Let printUsage() callers include a thrown error & output stream
https://github.com/jatoben/CommandLine/commit/64ad7de,Ben Gollmer,[email protected],2015-06-10 18:58:25 -0400,Use new error handling
https://github.com/krzyzanowskim/CryptoSwift/commit/39bf366,Marcin Krzyżanowski,[email protected],2016-01-24 20:55:41 +0100,Do not throw error for incorrect padding #184
https://github.com/krzyzanowskim/CryptoSwift/commit/6cb03cd,Marcin Krzyżanowski,[email protected],2016-01-13 02:04:49 +0100,Padding remove() is failable operation and may throws error now. #184
https://github.com/krzyzanowskim/CryptoSwift/commit/9504f1d,Marcin Krzyżanowski,[email protected],2015-07-16 00:51:06 +0200,Use throws in place of nil for ciphers
https://github.com/krzyzanowskim/CryptoSwift/commit/7704ab0,Marcin Krzyżanowski,[email protected],2014-09-04 17:51:59 +0200,shiftLeft as Generic - tryout
https://github.com/krzyzanowskim/CryptoSwift/commit/035a023,Marcin Krzyżanowski,[email protected],2014-09-02 22:34:32 +0200,Poly not crashing finally
https://github.com/ochococo/Design-Patterns-In-Swift/commit/35ed618,Oktawian Chojnacki,[email protected],2015-05-01 20:37:43 +0200,Merge branch 'patch-1' of https://github.com/TheDmitry/Design-Patterns-In-Swift into TheDmitry-patch-1
https://github.com/ochococo/Design-Patterns-In-Swift/commit/2c42b3a,TheDmitry,[email protected],2015-04-10 10:52:09 +0300,generation
https://github.com/ochococo/Design-Patterns-In-Swift/commit/1b4ad9d,TheDmitry,[email protected],2015-04-09 17:10:35 +0300,Add Interpreter pattern
https://github.com/ankurp/Dollar.swift/commit/ab56a4e,Ankur Patel,[email protected],2014-10-18 08:24:59 -0400,Adding defensive check around min method and trying it in playground
https://github.com/artsy/eidolon/commit/5fd8eeb,Ash Furrow,[email protected],2016-02-05 14:09:23 -0500,[Tests] Updates Manual entry CC tests.
https://github.com/artsy/eidolon/commit/14fee31,Ash Furrow,[email protected],2015-11-23 14:37:49 -0500,[FRP] Manual CC entry.
https://github.com/artsy/eidolon/commit/24b18cd,Ash Furrow,[email protected],2015-10-27 14:42:58 -0400,[Performance] Removed unnecessary retry.
https://github.com/artsy/eidolon/commit/39fac15,Ash Furrow,[email protected],2015-10-08 22:36:48 +0200,Merge pull request #522 from artsy/auctions-96_add_cvv_to_manual_card_entry
https://github.com/artsy/eidolon/commit/14db2b6,Ash Furrow,[email protected],2015-10-08 22:26:22 +0200,[Manual Entry] Fixes unit tests.
https://github.com/artsy/eidolon/commit/b93144b,Ash Furrow,[email protected],2015-10-08 22:04:17 +0200,Merge branch 'master' into auctions-96_add_cvv_to_manual_card_entry
https://github.com/artsy/eidolon/commit/cf4137a,Alan Johnson,[email protected],2015-10-07 11:44:34 -0400,Merge branch 'master' into auctions-96_add_cvv_to_manual_card_entry
https://github.com/artsy/eidolon/commit/6fec8d0,Alan Johnson,[email protected],2015-10-07 06:17:18 -0400,add CVV to manual card entry (untried)
https://github.com/artsy/eidolon/commit/8920fdb,Eloy Durán,[email protected],2015-06-29 20:49:03 +0200,Merge pull request #475 from artsy/cc-entry
https://github.com/artsy/eidolon/commit/ca0f921,Ash Furrow,[email protected],2015-06-29 14:44:14 -0400,[Manual CC Entry] Changelog update.
https://github.com/artsy/eidolon/commit/e0e1bde,Ash Furrow,[email protected],2015-06-29 13:07:43 -0400,[Manual CC Entry] Fixes UI not advancing after CC registration.
https://github.com/artsy/eidolon/commit/06c753e,Ash Furrow,[email protected],2015-06-29 12:09:02 -0400,[Manual CC Entry] Fixes problems with first responder changes.
https://github.com/artsy/eidolon/commit/7253dda,Ash Furrow,[email protected],2015-06-29 12:08:33 -0400,[Manual CC Entry] Fixed UI to show placeholder year in the future.
https://github.com/artsy/eidolon/commit/2a61165,Ash Furrow,[email protected],2015-06-29 12:06:13 -0400,[Manual CC Entry] Fixed problem entering expiry dates.
https://github.com/artsy/eidolon/commit/7fbcd04,Ash Furrow,[email protected],2015-05-05 18:45:33 +0200,Trying to fix Travis.
https://github.com/artsy/eidolon/commit/5ba8632,Ash Furrow,[email protected],2015-04-01 20:46:10 -0400,Trying to set up deploys.
https://github.com/artsy/eidolon/commit/d186b38,Ash Furrow,[email protected],2015-03-27 13:50:33 -0400,Rejiggered test scheme and added travis_retry to make ci command.
https://github.com/artsy/eidolon/commit/00e1b1f,Ash Furrow,[email protected],2015-02-26 16:59:49 -0500,Adds retry ability.
https://github.com/artsy/eidolon/commit/ea30262,Ash Furrow,[email protected],2015-02-20 15:22:21 -0500,Merge pull request #381 from pietbrauer/try_fix_build
https://github.com/artsy/eidolon/commit/a792928,Ash Furrow,[email protected],2014-10-07 12:05:13 +0200,Trying something.
https://github.com/evermeer/EVCloudKitDao/commit/8cf5cf0,Edwin Vermeer,[email protected],2015-11-13 07:56:20 +0100,Always first check the retry userinfo setting
https://github.com/evermeer/EVCloudKitDao/commit/79defb8,Edwin Vermeer,[email protected],2015-06-20 23:39:19 +0200,added error handler helper function
https://github.com/evermeer/EVCloudKitDao/commit/d7025b4,Edwin Vermeer,[email protected],2015-05-15 09:11:01 +0200,trying https://circleci.com/ for Xcode 6.3
https://github.com/evermeer/EVCloudKitDao/commit/2a1ae21,Edwin Vermeer,[email protected],2015-04-29 10:25:43 +0200,Added try catch for the unachieve functions
https://github.com/evermeer/EVCloudKitDao/commit/1bac0d1,Edwin Vermeer,[email protected],2015-02-27 10:30:09 +0100,trying to get cocoapods working with v0.36 RC1
https://github.com/fullstackio/FlappySwift/commit/4e94e7b,Nate Murray,[email protected],2015-09-15 09:41:20 -0700,Merge remote-tracking branch 'origin/pr/46' into try/p46
https://github.com/fullstackio/FlappySwift/commit/6c655e6,Nate Murray,[email protected],2014-06-06 20:16:11 -0700,use optionals instead of objects that are thrown away. /ht @solomon23
https://github.com/KhaosT/HomeKit-Demo/commit/26c42a6,Khaos Tian,[email protected],2015-01-13 00:15:26 -0800,Finally fixed the issue with menu item.
https://github.com/KhaosT/HomeKit-Demo/commit/8d147f4,Khaos Tian,[email protected],2014-08-07 14:17:42 +0800,Try some private apis.
https://github.com/KhaosT/HomeKit-Demo/commit/f8d1e4d,Khaos Tian,[email protected],2014-08-05 04:17:41 +0800,Finally get trigger to work...
https://github.com/ShinobiControls/iOS8-day-by-day/commit/bcb0395,Sam Davies,[email protected],2014-10-15 15:13:56 +0100,Finally it works. Almost as if I designed it like this
https://github.com/ShinobiControls/iOS8-day-by-day/commit/f5486b0,Sam Davies,[email protected],2014-10-14 12:38:42 +0100,Wrote the conclusion. I think we're done. Finally
https://github.com/ShinobiControls/iOS8-day-by-day/commit/16e494e,Sam Davies,[email protected],2014-08-12 16:39:49 +0100,Thrown together a data layer based around weapons
https://github.com/ShinobiControls/iOS8-day-by-day/commit/eb37977,Sam Davies,[email protected],2014-06-25 16:12:51 +0100,Try specifying the height of the cells
https://github.com/ShinobiControls/iOS8-day-by-day/commit/cec68a8,Sam Davies,[email protected],2014-06-25 16:12:19 +0100,Try adding some cells with different sized text in them
https://github.com/owensd/json-swift/commit/2753434,David Owens II,[email protected],2014-08-22 12:30:57 -0700,Removed the FailableOf<T> approach to error handling a switch to named tuples; savings of 700KB of memory in the sample.json test.
https://github.com/owensd/json-swift/commit/687ed6c,David Owens II,[email protected],2014-08-20 22:44:20 -0700,parseString now uses a buffer to store the UTF8 code points and uses this to create the string as this is a fairly significant performance win. Cleaned up the parseNumber section so that it is switch-based and reduces a lot of the error handling code. Performance is now nearly identical: 0.19s vs. 0.18s on my MacBookPro under release settings... so close!!
https://github.com/LlamaKit/LlamaKit/commit/72d9eb7,Rob Napier,[email protected],2014-11-27 22:19:16 -0500,Merge pull request #14 from ReactiveCocoa/try
https://github.com/LlamaKit/LlamaKit/commit/d46e217,Rob Rix,[email protected],2014-11-22 17:00:13 -0500,Test try -> Bool failure.
https://github.com/LlamaKit/LlamaKit/commit/9a55aa2,Rob Rix,[email protected],2014-11-22 16:59:59 -0500,Add a helper to make try functions.
https://github.com/LlamaKit/LlamaKit/commit/00245f2,Rob Rix,[email protected],2014-11-22 16:53:22 -0500,Test try -> Bool success.
https://github.com/LlamaKit/LlamaKit/commit/6ca1f61,Rob Rix,[email protected],2014-11-22 16:47:39 -0500,Test try -> Result<T> failure.
https://github.com/LlamaKit/LlamaKit/commit/e7d0f45,Rob Rix,[email protected],2014-11-22 16:47:31 -0500,Test try -> Result<T> success.
https://github.com/LlamaKit/LlamaKit/commit/bec9a2d,Rob Rix,[email protected],2014-11-22 16:33:30 -0500,try forms take defaulted file/line.
https://github.com/LlamaKit/LlamaKit/commit/0ce260c,Rob Rix,[email protected],2014-11-21 17:16:37 -0500,try() taking NSErrorPointer -> BooleanType
https://github.com/LlamaKit/LlamaKit/commit/d4354ac,Rob Rix,[email protected],2014-11-21 17:16:25 -0500,try() taking NSErrorPointer → T?
https://github.com/LlamaKit/LlamaKit/commit/8ca5369,Rob Napier,[email protected],2014-09-29 18:06:59 -0400,Fixes #5 Switches from explicit NSError to ErrorType NSError is an ErrorType Remove == from Result. It was never well defined Split into one file per class
https://github.com/LlamaKit/LlamaKit/commit/3a76c3e,Rob Napier,[email protected],2014-09-10 10:00:58 -0400,Try using dispatch_group for the completion handlers, too.
https://github.com/lexrus/LTMorphingLabel/commit/c9d34d4,Lex,[email protected],2015-12-11 11:40:58 +0800,Try EOF of YAML.
https://github.com/lexrus/LTMorphingLabel/commit/611b677,lexrus,[email protected],2015-09-10 20:51:15 +0800,Try to fix Travis.
https://github.com/mileswd/mac2imgur/commit/2961206,Miles,[email protected],2015-07-24 03:22:00 +0100,Use vector icons, improve ImgurClient error handling and update dependencies.
https://github.com/mileswd/mac2imgur/commit/6d5fb31,Miles,[email protected],2014-10-15 20:35:38 +0100,Improve error handling
https://github.com/ashfurrow/Moya/commit/ff04e40,Łukasz Mróz,[email protected],2016-05-23 23:03:56 +0200,[Tests] Remove redundant as NSError.
https://github.com/ashfurrow/Moya/commit/f40d23a,Łukasz Mróz,[email protected],2016-05-19 22:41:13 +0200,[General] NSError to Moya.Error.
https://github.com/ashfurrow/Moya/commit/07f26c2,Antoine van der Lee,[email protected],2016-05-06 09:28:27 +0200,Added changelog entry
https://github.com/ashfurrow/Moya/commit/97f7af0,Paldom,[email protected],2016-05-04 18:09:24 +0200,Change .Underlying to NSError, add error handling docs
https://github.com/ashfurrow/Moya/commit/2c42cb5,Evgeny Aleksandrov,[email protected],2016-04-11 16:57:49 +0300,Add RxSwift error handling example
https://github.com/ashfurrow/Moya/commit/790bbcf,Cihat Gündüz,[email protected],2016-03-22 07:11:00 +0100,[Documentation] Clean up enum cases without parameter catches
https://github.com/ashfurrow/Moya/commit/633741f,Ash Furrow,[email protected],2016-01-31 13:01:06 -0500,[Changelog] Added entry for #394.
https://github.com/ashfurrow/Moya/commit/ff88f26,Ash Furrow,[email protected],2015-12-15 20:09:54 -0500,[Changelog] Adds entry for #343.
https://github.com/ashfurrow/Moya/commit/a55c195,Pierre-Marc Airoldi,[email protected],2015-11-12 21:59:04 -0500,Improve test coverage and try to fix CI by upgrading simulator
https://github.com/ashfurrow/Moya/commit/ef9e362,Jarrod Robins,[email protected],2015-09-10 15:07:49 +1000,Fixed NSError compilation issues with reactive extensions.
https://github.com/ashfurrow/Moya/commit/5203a73,Jarrod Robins,[email protected],2015-09-04 11:56:40 +1000,Changed the MoyaCompletion closure to take ErrorType? rather than NSError? to accommodate recent Alamofire changes.
https://github.com/ashfurrow/Moya/commit/9e0fb95,Maurice Kelly,[email protected],2015-08-19 15:16:28 +0100,Add CHANGELOG.md entry and update typo in comment
https://github.com/ashfurrow/Moya/commit/2e6e878,esttorhe,[email protected],2015-07-09 14:36:11 -0600,@alcarvalho => Added back `defer`
https://github.com/ashfurrow/Moya/commit/025feb4,Andre Carvalho,[email protected],2015-07-07 12:50:36 -0300,Trying to solve concurrency bug for inflight requests
https://github.com/ashfurrow/Moya/commit/bfee302,Ash Furrow,[email protected],2015-05-23 12:43:34 -0400,First try at CircleCI.
https://github.com/ashfurrow/Moya/commit/c548922,James Power,[email protected],2014-09-17 12:18:37 -0400,If a status code is sent back and an error is being sent use that status code as the error code to allow client code to easily get the failing status code from the NSError.
https://github.com/colemancda/NetworkObjects/commit/c164aeb,Alsey Coleman Miller,[email protected],2015-02-05 05:21:07 -0500,trying to get Travis CI working
https://github.com/colemancda/NetworkObjects/commit/946afb8,Alsey Coleman Miller,[email protected],2015-02-05 05:15:46 -0500,#93 trying to add Travis CI integration
https://github.com/colemancda/NetworkObjects/commit/ab85d66,Alsey Coleman Miller,[email protected],2014-10-13 21:56:46 -0400,fixed PUT trying to return JSON
https://github.com/colemancda/NetworkObjects/commit/889bf7a,Alsey Coleman Miller,[email protected],2014-10-04 10:18:34 -0400,removed unnecessary JSON parsing NSError pointer for Search Handler Block in Server
https://github.com/colemancda/NetworkObjects/commit/6cb09c3,Alsey Coleman Miller,[email protected],2014-09-20 00:50:36 -0400,reduced NSError generation code
https://github.com/colemancda/NetworkObjects/commit/3da5dc9,Alsey Coleman Miller,[email protected],2014-04-20 15:54:00 -0400,trying to integrate main context
https://github.com/colemancda/NetworkObjects/commit/26dd7dd,Alsey Coleman Miller,[email protected],2014-04-15 14:50:23 -0400,trying to fix empty cell bug
https://github.com/colemancda/NetworkObjects/commit/ed7680d,Alsey Coleman Miller,[email protected],2014-03-08 15:29:40 -0500,client example finally working
https://github.com/colemancda/NetworkObjects/commit/b44b15c,Alsey Coleman Miller,[email protected],2014-03-08 15:24:59 -0500,trying to fix limitation
https://github.com/colemancda/NetworkObjects/commit/ddef7cc,Alsey Coleman Miller,[email protected],2014-03-08 11:34:14 -0500,trying to register for changes in context
https://github.com/colemancda/NetworkObjects/commit/a80a085,Alsey Coleman Miller,[email protected],2014-03-07 22:03:53 -0500,trying to make NSFetchedResultsController register for changes on SNCStore's context
https://github.com/colemancda/NetworkObjects/commit/260a827,Alsey Coleman Miller,[email protected],2013-10-19 22:51:27 -0400,finally fixed fetchRequest bug!
https://github.com/colemancda/NetworkObjects/commit/241b1d8,Alsey Coleman Miller,[email protected],2013-10-01 22:39:35 -0400,trying to fix compiler errors
https://github.com/bennyguitar/News-YC---iPhone/commit/49b6d83,Benjamin Gordon,[email protected],2013-08-04 13:38:18 -0500,FINALLY - and I mean finally - stopped crashing on start
https://github.com/Quick/Nimble/commit/6929b1d,Marius Rackwitz,[email protected],2015-07-27 11:52:50 +0200,[README] New syntax in Swift Error Handling
https://github.com/Quick/Nimble/commit/4842e88,Marius Rackwitz,[email protected],2015-07-04 14:43:02 +0200,[Matcher/ThrowError] Allow to expect a specific errorType
https://github.com/Quick/Nimble/commit/d2b0f33,Marius Rackwitz,[email protected],2015-07-04 14:42:45 +0200,[Matcher/ThrowError] Support Equatable
https://github.com/Quick/Nimble/commit/a8c1cc1,Marius Rackwitz,[email protected],2015-06-29 13:19:24 +0200,[Matcher] Add ThrowError Matcher
https://github.com/Quick/Nimble/commit/fbe3522,Jeff Hui,[email protected],2015-07-05 17:52:11 -0700,Breaking Change: Support for Swift Error Handling
https://github.com/Quick/Nimble/commit/22e9f52,Robert Beeger,[email protected],2015-06-08 12:41:43 +0200,beAKindOf and beAnInstanceOf catch wrong usages
https://github.com/Quick/Nimble/commit/e122c03,Robert Beeger,[email protected],2015-02-17 21:41:16 +0100,Added missing toc entry
https://github.com/Quick/Nimble/commit/ab19697,Robert Beeger,[email protected],2014-09-30 16:20:57 +0200,New try without double wrapping of Optionals
https://github.com/p2/OAuth2/commit/f796c85,Pascal Pfiffner,[email protected],2016-02-03 18:17:38 +0100,You know what? Try Xcode 7.2 with Travis
https://github.com/p2/OAuth2/commit/859489c,Pascal Pfiffner,[email protected],2015-11-17 16:27:30 -0800,Start massive refactoring: goodbye NSError
https://github.com/p2/OAuth2/commit/803b424,Pascal Pfiffner,[email protected],2015-06-18 21:14:46 +0200,Update iOS sources to error throws
https://github.com/p2/OAuth2/commit/36db55e,Pascal Pfiffner,[email protected],2015-06-18 14:59:07 +0200,Start throwing errors
https://github.com/dongri/OAuthSwift/commit/0cff610,Fabio Milano,[email protected],2016-03-27 19:20:33 +0200,Improved error handling by introducing an enum struct that gathers all error used codes.
https://github.com/dongri/OAuthSwift/commit/be06937,Mike,[email protected],2015-10-26 00:31:39 -0700,broke off NSError check
https://github.com/kylef/PathKit/commit/511a310,Kare Morstol,[email protected],2015-10-19 00:40:42 +0200,Reduce two 'chdir' methods to one using 'rethrows'.
https://github.com/kylef/PathKit/commit/e9a0b24,Kyle Fuller,[email protected],2015-09-25 11:09:40 -0700,`Path.write()` should throw error on failure
https://github.com/kylef/PathKit/commit/c7b558a,Kyle Fuller,[email protected],2015-09-25 11:03:40 -0700,`Path.read()` should throw error on failure
https://github.com/kylef/PathKit/commit/0d53af3,Marius Rackwitz,[email protected],2015-09-07 17:37:55 +0200,Make uniqueTemporary and processUniqueTemporary throwing
https://github.com/kylef/PathKit/commit/bba0b62,Marius Rackwitz,[email protected],2015-08-26 11:41:40 +0200,Add variant of chdir which allows a throwing closure
https://github.com/kylef/PathKit/commit/bc288d7,Marius Rackwitz,[email protected],2015-07-30 12:37:52 +0200,[Tests] Use CatchingFire assertions
https://github.com/kylef/PathKit/commit/07e56ad,Marius Rackwitz,[email protected],2015-07-30 12:37:23 +0200,[Pods] Integrate to depend on CatchingFire for tests
https://github.com/modocache/personal-fork-of-Quick/commit/3383e31,Dmitry Rodionov,[email protected],2015-03-24 14:38:27 +0500,Mention Nimble in README
https://github.com/modocache/personal-fork-of-Quick/commit/aecbd73,Dmitry Rodionov,[email protected],2015-03-24 14:05:20 +0500,A small typo in documentation
https://github.com/modocache/personal-fork-of-Quick/commit/57a4443,Matthew Delves,[email protected],2015-01-20 11:47:57 +1100,Removed dependency on XCTest to try and resolve command line build issues
https://github.com/modocache/personal-fork-of-Quick/commit/a092012,Adam Sharp,[email protected],2014-06-14 22:05:35 +1000,Add functional test for unhandled exceptions thrown in examples
https://github.com/Quick/Quick/commit/2b97d57,Dov Frankel,[email protected],2016-01-21 15:09:03 -0500,Trying Travis build on the Xcode 7.1 image, which is on Yosemite
https://github.com/Quick/Quick/commit/72f3058,Jared Friese,[email protected],2016-01-20 08:36:48 -0800,Use 'raiseError' instead of throwing NSException directly
https://github.com/Quick/Quick/commit/95f8e48,Jared Friese,[email protected],2016-01-10 08:59:50 -0800,Throw error message when 'it' is used inside 'beforeEach'
https://github.com/Quick/Quick/commit/071ceed,Jared Friese,[email protected],2016-01-10 08:46:09 -0800,Throw error message when 'it' is used inside 'beforeEach'
https://github.com/Quick/Quick/commit/e889a13,Jared Friese,[email protected],2016-01-06 19:50:27 -0800,Throw better error message when itBehavesLike used during wrong phase
https://github.com/Quick/Quick/commit/01b2fa9,Jared Friese,[email protected],2016-01-06 19:22:19 -0800,Throw better error message when it used during wrong phase
https://github.com/Quick/Quick/commit/d1c29a9,Jared Friese,[email protected],2016-01-06 08:30:10 -0800,Throw better error message when afterEach used during wrong phase
https://github.com/Quick/Quick/commit/a479074,Jared Friese,[email protected],2016-01-06 08:21:54 -0800,Throw better error message when beforeEach used during wrong phase
https://github.com/Quick/Quick/commit/61fcac2,Jared Friese,[email protected],2016-01-06 05:40:03 -0800,Throw better error message when context func used during wrong phase
https://github.com/Quick/Quick/commit/181fcff,Jared Friese,[email protected],2016-01-06 05:38:56 -0800,Throw better error message when describe func used during wrong phase
https://github.com/Quick/Quick/commit/3383e31,Dmitry Rodionov,[email protected],2015-03-24 14:38:27 +0500,Mention Nimble in README
https://github.com/Quick/Quick/commit/aecbd73,Dmitry Rodionov,[email protected],2015-03-24 14:05:20 +0500,A small typo in documentation
https://github.com/Quick/Quick/commit/57a4443,Matthew Delves,[email protected],2015-01-20 11:47:57 +1100,Removed dependency on XCTest to try and resolve command line build issues
https://github.com/Quick/Quick/commit/a092012,Adam Sharp,[email protected],2014-06-14 22:05:35 +1000,Add functional test for unhandled exceptions thrown in examples
https://github.com/ReactKit/ReactKit/commit/5042506,Yasuhiro Inami,[email protected],2015-09-23 12:57:42 +0900,Rename catch() to recover() & repeat() to times()
https://github.com/ReactKit/ReactKit/commit/9eb7ba5,Yasuhiro Inami,[email protected],2015-09-23 11:35:31 +0900,Change error type from NSError to ErrorType.
https://github.com/ReactKit/ReactKit/commit/db59050,Yasuhiro Inami,[email protected],2015-05-11 23:40:22 +0900,Merge pull request #34 from ReactKit/fix/catch
https://github.com/ReactKit/ReactKit/commit/abd9ecb,Yasuhiro Inami,[email protected],2015-05-11 23:38:49 +0900,Fix ee04d7f catch() bug.
https://github.com/ReactKit/ReactKit/commit/ee04d7f,Yasuhiro Inami,[email protected],2015-05-11 23:34:07 +0900,Reproduce catch() bug when upstream fulfills.
https://github.com/ReactKit/ReactKit/commit/29f00d2,Yasuhiro Inami,[email protected],2015-04-22 01:15:13 +0900,Add retry()
https://github.com/ReactKit/ReactKit/commit/16f3641,Yasuhiro Inami,[email protected],2015-04-22 00:47:40 +0900,Add catch()
https://github.com/ReactKit/ReactKit/commit/9327047,Yasuhiro Inami,[email protected],2015-01-12 14:15:34 +0900,Change Signal<T>'s superclass from Task<T, T, NSError> to Task<T, Void, NSError>
https://github.com/ReactKit/ReactKit/commit/d7addaf,Yasuhiro Inami,[email protected],2014-12-01 09:05:19 +0900,Change Signal's Error-type from NSError? to NSError.
https://github.com/ReactKit/ReactKit/commit/93e2def,Yasuhiro Inami,[email protected],2014-11-05 10:12:03 +0900,Add ReactKitErrorDomain to attach domain-specific NSError info, improve signal.take()
https://github.com/yeahdongcn/RSBarcodes_Swift/commit/37f3de0,R0CKSTAR,[email protected],2015-02-13 10:34:36 +0800,Introduced crazy mode suggested by Klenov Dmitry
https://github.com/jspahrsummers/RxSwift/commit/113f0d5,Justin Spahr-Summers,[email protected],2014-06-28 00:42:01 -0700,Add DeferredCurrentScheduler
https://github.com/jspahrsummers/RxSwift/commit/93b73c6,Justin Spahr-Summers,[email protected],2014-06-15 00:18:39 -0700,Add Stream.catch
https://github.com/robrix/Set/commit/964b0fb,IngmarStein,[email protected],2015-05-27 14:29:49 +0200,Let's try xctool
https://github.com/robrix/Set/commit/75a757c,Rob Rix,[email protected],2015-02-08 22:54:11 -0500,Test complement asymmetry.
https://github.com/robrix/Set/commit/8c9b836,Adam Sharp,[email protected],2015-01-21 10:11:17 +1100,Try xcodebuild/xcpretty because xctool is failing
https://github.com/robrix/Set/commit/b33bab7,Rob Rix,[email protected],2014-06-28 10:16:00 -0400,Try not to expose implementation details in types.
https://github.com/liscio/SMUGMath-Swift/commit/eb792d7,Christopher Liscio,[email protected],2014-06-27 14:49:38 -0400,Checking in a line of code to test something I'm trying to avoid…
https://github.com/shuoli84/SocketIOCocoa/commit/b674b72,shuo li,[email protected],2015-02-06 23:16:54 +0800,#17 Set the skip reconnect flag, otherwise, the reconnect block will jump in and try to reconnect
https://github.com/FahimF/SQLiteDB/commit/6de03c8,Fahim Farook,[email protected],2014-08-01 06:54:30 +0800,Trying out variations on implementing the esc function in pure Swift
https://github.com/stephencelis/SQLite.swift/commit/2144caa,kujenga,[email protected],2015-10-23 15:54:41 -0400,update the readme and playground with error handling
https://github.com/stephencelis/SQLite.swift/commit/a502782,Stephen Celis,[email protected],2014-11-08 18:52:02 -0800,Throw assertions for all non-constraint-based errors
https://github.com/nerdyc/Squeal/commit/5479612,Christian Niles,[email protected],2015-08-01 12:43:17 -0700,Fully updated to Swift 2's error handling model
https://github.com/nerdyc/Squeal/commit/0ea2a36,Christian Niles,[email protected],2015-06-27 22:20:10 -0700,Updated most methods to use Swift 2.0 error handling
https://github.com/daltoniam/Starscream/commit/f0b1886,Leif Bredgaard Honore,[email protected],2015-08-30 09:10:40 +0400,Revert "Better error handling of missing SSLContext"
https://github.com/daltoniam/Starscream/commit/fac6933,Leif Bredgaard Honore,[email protected],2015-08-27 14:38:25 +0400,Better error handling of missing SSLContext
https://github.com/daltoniam/Starscream/commit/5f46a90,Leif Bredgaard Honore,[email protected],2015-08-26 14:06:43 +0400,Improved cipher suite error handling
https://github.com/kylef/Stencil/commit/67d4c52,Kyle Fuller,[email protected],2016-03-05 00:23:08 +0000,[Context] Ensure pop happens when an error is thrown
https://github.com/kylef/Stencil/commit/2190afe,Dan Trenz,[email protected],2016-02-27 15:20:55 -0500,Added `try` to throwing expressions in example.
https://github.com/kylef/Stencil/commit/8ac6e26,Kyle Fuller,[email protected],2015-10-24 14:41:37 -0700,Allow template filters to throw errors
https://github.com/kylef/Stencil/commit/f0abd34,Kyle Fuller,[email protected],2015-10-18 10:53:10 -0700,[Template] Throw when initialising with non-existant file
https://github.com/kylef/Stencil/commit/9c335ca,Kyle Fuller,[email protected],2015-09-25 12:53:45 -0700,Remove custom Result type and throw errors
https://github.com/kylef/Stencil/commit/25f5583,Kyle Fuller,[email protected],2015-09-25 11:17:04 -0700,[Template] Initialisers to throw on failure
https://github.com/indragiek/SwiftAutoLayout/commit/e59f862,noahd,[email protected],2014-07-26 17:18:01 +0200,Make ALLayoutItem a struct again (yay, finally!)
https://github.com/practicalswift/swift-compiler-crashes/commit/4664fb3,Sash Zats,[email protected],2015-09-30 10:58:25 -0700,Add crash for defer in init of subclass
https://github.com/practicalswift/swift-compiler-crashes/commit/3f55c01,practicalswift,[email protected],2015-08-28 22:32:57 +0200,Repeat timeout checks up to five times to catch intermittent timeouts.
https://github.com/practicalswift/swift-compiler-crashes/commit/3ec6578,Nesterenko Dmitry,[email protected],2015-08-19 22:11:04 +0300,Add test case for protocol's optional method with CGRect type argument
https://github.com/practicalswift/swift-compiler-crashes/commit/6827ef8,practicalswift,[email protected],2015-07-30 22:39:48 +0200,Retry up to five times. Use {1..5} syntax.
https://github.com/practicalswift/swift-compiler-crashes/commit/e51750c,practicalswift,[email protected],2015-07-30 22:17:05 +0200,Introduce retry logic to increase chance of catching intermittent crashes.
https://github.com/practicalswift/swift-compiler-crashes/commit/c6a2238,practicalswift,[email protected],2015-06-20 23:39:59 +0200,Catch crash case: "error: swift frontend command failed due to signal".
https://github.com/practicalswift/swift-compiler-crashes/commit/2d8730a,practicalswift,[email protected],2015-03-05 19:06:51 +0100,Tweak retry count.
https://github.com/practicalswift/swift-compiler-crashes/commit/5cb79a0,practicalswift,[email protected],2015-02-28 20:14:06 +0100,Adjust number of runs to catch crashes.
https://github.com/practicalswift/swift-compiler-crashes/commit/b72fb9e,practicalswift,[email protected],2014-12-26 18:47:07 +0100,crashes-fuzzing/04022-llvm-prettystacktraceentry-prettystacktraceentry.swift
https://github.com/practicalswift/swift-compiler-crashes/commit/d5dde6b,practicalswift,[email protected],2014-11-19 11:11:32 +0100,Now catching malloc errors. Using %05d numbering.
https://github.com/practicalswift/swift-compiler-crashes/commit/1fe1de1,practicalswift,[email protected],2014-10-25 13:04:01 +0200,Now catching linker errors.
https://github.com/practicalswift/swift-compiler-crashes/commit/5eb9fd3,practicalswift,[email protected],2014-10-18 12:25:11 +0200,Fixed command line parsing bug. Now re-running compiles to catch intermittent crashes.
https://github.com/practicalswift/swift-compiler-crashes/commit/ce467c8,practicalswift,[email protected],2014-09-06 00:15:17 +0200,Added support for catching Swift runtime crashes (*.runtime.swift).
https://github.com/practicalswift/swift-compiler-crashes/commit/b07571d,practicalswift,[email protected],2014-09-01 18:20:13 +0200,Now catching errors when "./foo" and "xcrun swift -I . foo.swift" give different results.
https://github.com/ryanfowler/SwiftData/commit/9df6ebd,ryanfowler,[email protected],2014-09-16 17:40:10 -0400,Improve error handling and messages
https://github.com/glock45/swifter/commit/679c5a4,Damian Kołakowski,[email protected],2016-02-09 15:44:05 +0100,do { } catch { } replaced by "defer".
https://github.com/glock45/swifter/commit/76b68bd,Damian Kołakowski,[email protected],2014-06-17 23:19:42 +0200,Added more values for Response enumeration. Methods from Socket struct returns errors via NSErrorPointer class. Methods from HttpParser class returns errors via NSErrorPointer class. HttpServer::routes returns all urls handled by the server.
https://github.com/mattdonnelly/Swifter/commit/48857b7,meteochu,[email protected],2016-02-20 00:40:12 -0800,Fix OAuth trying to unwrap optional without credential
https://github.com/mattdonnelly/Swifter/commit/4394ee1,bradycoye,[email protected],2015-12-06 14:56:27 -0500,patched error handling on Success Auth
https://github.com/CodaFi/Swift-Extras/commit/af83b66,Robert Widmann,[email protected],2015-01-21 21:32:48 -0700,Try this all again
https://github.com/CodaFi/Swift-Extras/commit/f6c2afd,Robert Widmann,[email protected],2014-10-21 08:45:13 -0600,Try just a little bit harder
https://github.com/roadfire/SwiftFonts/commit/a6e0bb0,Josh Brown,[email protected],2014-11-13 21:27:20 -0500,trying out Travis CI
https://github.com/schwa/SwiftGraphics/commit/8233d62,Jonathan Wight,[email protected],2016-03-25 19:24:00 -0700,Add geometry code from path finding.
https://github.com/schwa/SwiftGraphics/commit/1fa24ee,Zhang Yungui,[email protected],2015-02-14 12:50:11 +0800,Add CGPath+Intersects and GeometryExtensions for iOS target. Fix missing elements in 'Cvalues' array (fix for 567e4aa8b4a09aee30dc1999a0bf9f67f9b36873)
https://github.com/schwa/SwiftGraphics/commit/beeaf61,Jonathan Wight,[email protected],2015-02-10 10:15:13 -0800,Moved CGPath+Intersects & GeometryExtensions to SwiftGraphics from Scratch
https://github.com/schwa/SwiftGraphics/commit/5e1de17,Jonathan Wight,[email protected],2015-02-05 15:09:28 -0800,Support more geometry protocols.
https://github.com/schwa/SwiftGraphics/commit/4aba36a,Jonathan Wight,[email protected],2015-02-01 15:37:36 -0800,Drawable shouldn’t necessarily be Geometry
https://github.com/schwa/SwiftGraphics/commit/8de9d88,Jonathan Wight,[email protected],2015-01-26 15:12:10 -0800,Rectangle is Geometry
https://github.com/schwa/SwiftGraphics/commit/397f5af,Jonathan Wight,[email protected],2015-01-12 12:27:03 -0800,Try and remove as much NSColor as possible. Make CGColor convenient to use.
https://github.com/schwa/SwiftGraphics/commit/c60f163,Jonathan Wight,[email protected],2014-11-20 13:16:01 -0800,More geometry types.
https://github.com/daltoniam/SwiftHTTP/commit/9ddf6c1,Robert M. Ryan,[email protected],2015-05-11 12:18:55 -0400,Tweak `create` to defer the call to `finish` until the last possible moment. It's generally nicer to make sure the client's closures are called before you complete the operation, in case there are dependencies and the client is expecting the first operation's closure to be called before the second operation starts.
https://github.com/mrap/SwiftJSONParser/commit/5535d63,Mike Rapadas,[email protected],2014-09-02 12:51:45 -0700,Basic error handling
https://github.com/gfx/Swift-JsonSerializer/commit/a39ad23,Logan Wright,[email protected],2015-12-28 01:27:11 -0500,moving json parser to use do catch
https://github.com/austinzheng/swift-lambdatron/commit/c0bab91,Austin Zheng,[email protected],2015-02-03 00:26:41 -0800,Improving error handling
https://github.com/austinzheng/swift-lambdatron/commit/db38658,Austin Zheng,[email protected],2015-01-07 02:21:27 -0800,Adding support for modulo (finally)
https://github.com/austinzheng/swift-lambdatron/commit/ddaf1e2,Austin Zheng,[email protected],2015-01-07 01:53:44 -0800,Adding basic user-level error handling
https://github.com/austinzheng/swift-lambdatron/commit/fdf5cc0,Austin Zheng,[email protected],2014-12-30 15:53:07 -0800,Implementing proper error handling for reader macro expansion phase
https://github.com/austinzheng/swift-lambdatron/commit/c5be375,Austin Zheng,[email protected],2014-12-23 00:22:56 -0800,Enhancing parser error handling
https://github.com/austinzheng/swift-lambdatron/commit/998620e,Austin Zheng,[email protected],2014-12-22 14:25:05 -0800,Adding error handling to eval phase
https://github.com/mythz/swift-linq-examples/commit/e7ce2cb,Demis Bellot,[email protected],2014-06-07 05:07:07 -0400,Try Go's syntax highlighting
https://github.com/elpassion/SwiftMustaches/commit/4007b26,Dariusz Rybicki,[email protected],2014-09-19 16:20:35 +0200,Error handling, display alert when unable to add mustaches
https://github.com/mslathrop/SwiftNote/commit/b3c4e0f,Matt Lathrop,[email protected],2014-06-14 02:12:26 -0400,- Refactored to allowing sharing of some classes between app and extension - Still trying to figure out why no cells are showing up
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/1a6bc6c,Helge Hess,[email protected],2015-12-14 16:01:12 +0100,Try new Swift snapshot, still crashes on compile.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/cff6475,Helge Hess,[email protected],2015-06-09 01:38:46 +0200,Xcode autoconvert, some manual stuff. Compiler coredumps when trying to fix the client.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/99fb539,Helge Heß,[email protected],2014-07-22 03:45:04 +0200,Another error handler.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/e836c48,Helge Hess,[email protected],2014-07-07 17:27:43 +0200,Great error handling. Well, check return code of getaddrinfo so that we don't crash on a lookup failure ...
https://github.com/ReactKit/SwiftState/commit/120291b,Yasuhiro Inami,[email protected],2016-01-13 17:45:45 +0900,[Test] Update testREADME_tryEvent()
https://github.com/ReactKit/SwiftState/commit/9f98bb0,Yasuhiro Inami,[email protected],2015-07-07 11:36:13 +0900,Fix 5dda47e by never tryState(.AnyState) when tryEvent()
https://github.com/ReactKit/SwiftState/commit/62e5e1a,Yasuhiro Inami,[email protected],2015-04-09 10:41:26 +0900,Merge pull request #21 from ReactKit/fix/canTryEvent
https://github.com/ReactKit/SwiftState/commit/90fab1f,Yasuhiro Inami,[email protected],2015-04-09 10:37:17 +0900,Fix e96beee canTryEvent() bug.
https://github.com/ReactKit/SwiftState/commit/ca80a53,Yasuhiro Inami,[email protected],2014-08-15 23:29:10 +0900,Change tryEvent custom operator from '<-' to '<-!' for ambiguity with tryState.
https://github.com/ReactKit/SwiftState/commit/5f5a243,Yasuhiro Inami,[email protected],2014-08-10 22:36:27 +0900,Fix canTryEvent for argument=anyStateEvent.
https://github.com/schwa/SwiftStateMachine/commit/4417538,Frederic Barthelemy,[email protected],2016-02-20 23:22:14 -0800,Add a TransitionContext Protocol to adopt in other to pass required state in to transition gates and entryAction/exitActions
https://github.com/f-dz-v/SwiftSTM/commit/c366583,f-dz-v,[email protected],2014-08-25 11:41:35 +0300,Merge branch 'retry-experiments'
https://github.com/f-dz-v/SwiftSTM/commit/cdb88ed,f-dz-v,[email protected],2014-08-25 11:40:30 +0300,fix retry using optionals
https://github.com/f-dz-v/SwiftSTM/commit/2614caf,f-dz-v,[email protected],2014-08-22 09:35:20 +0300,retry -> retryExperimental
https://github.com/ReactKit/SwiftTask/commit/d127eed,Yasuhiro Inami,[email protected],2015-09-23 11:21:29 +0900,Rename try() to retry()
https://github.com/ReactKit/SwiftTask/commit/3c3a4bb,Yasuhiro Inami,[email protected],2015-07-18 09:36:47 +0900,Use Swift2 defer.
https://github.com/ReactKit/SwiftTask/commit/de5c6f1,Yasuhiro Inami,[email protected],2014-12-30 22:08:15 +0900,Add clone() & improve try() using recursive-call.
https://github.com/ReactKit/SwiftTask/commit/6d6fbcb,Yasuhiro Inami,[email protected],2014-12-25 22:42:09 +0900,Fix 7464aca by not propagating pause/resume/cancel to upstream by default, but do so only in try() method instead (partially reverting #10 d489ef9)
https://github.com/ReactKit/SwiftTask/commit/7464aca,Yasuhiro Inami,[email protected],2014-12-25 22:29:39 +0900,[Test] Improve testPauseResume_innerTask & testTry_cancel to reproduce chained-task-pause/resume bug & try() bug.
https://github.com/ReactKit/SwiftTask/commit/92014dd,Yasuhiro Inami,[email protected],2014-12-07 11:27:26 +0900,[Test] Improve testTry_success by checking retry-stop on fulfilled before reaching maxTryCount.
https://github.com/ReactKit/SwiftTask/commit/bb658b4,Yasuhiro Inami,[email protected],2014-12-07 11:17:36 +0900,[Test] Add testTry_cancel.
https://github.com/ReactKit/SwiftTask/commit/113dae4,Yasuhiro Inami,[email protected],2014-12-05 23:07:55 +0900,Merge pull request #9 from ReactKit/retryable
https://github.com/ReactKit/SwiftTask/commit/d489ef9,Yasuhiro Inami,[email protected],2014-12-05 22:12:54 +0900,Fix 568e012 (unrecognized bug) & 9438564 (try()-pause/cancel)
https://github.com/ReactKit/SwiftTask/commit/568e012,Yasuhiro Inami,[email protected],2014-12-05 22:04:26 +0900,Reproduce pause/cancel bug when chained with then/success/catch.
https://github.com/ReactKit/SwiftTask/commit/9438564,Yasuhiro Inami,[email protected],2014-12-04 10:44:43 +0900,Add try() (retryable feature)
https://github.com/ReactKit/SwiftTask/commit/662d686,Yasuhiro Inami,[email protected],2014-11-18 08:39:50 +0900,Rename then/catch to onComplete/onSuccess/onFailure.
https://github.com/ReactKit/SwiftTask/commit/0fb1ba9,Yasuhiro Inami,[email protected],2014-08-26 08:29:02 +0900,Fix b3418c5 by using TaskConfiguration class instead of struct & improving then/catch bindings with returning tasks.
https://github.com/ReactKit/SwiftTask/commit/67b2d57,Yasuhiro Inami,[email protected],2014-08-25 21:02:33 +0900,[Test] Use ErrorString instead of NSError.
https://github.com/JakeLin/SwiftWeather/commit/ef54b5b,Jake Lin,[email protected],2015-08-22 00:22:13 +1000,Try to fix the custom class binding issue
https://github.com/SwiftyJSON/SwiftyJSON/commit/a669e50,Robert Otani,[email protected],2015-09-12 20:15:49 -0700,remove superfluous catch frame
https://github.com/SwiftyJSON/SwiftyJSON/commit/b848206,Robert Otani,[email protected],2015-09-12 19:54:30 -0700,While NSJSONSerialization states that it will throw, invalid JSON will make it throw prior to parsing. Apple recommends checking for valid JSON first. In practice, I've seen the case where do/try on rawData is never caught on exception, presumably because of the parsing issue (at least in XCode 7 GM.)
https://github.com/SwiftyJSON/SwiftyJSON/commit/ad17a21,Jonathan Porta,[email protected],2014-11-13 17:21:23 -0800,Add a super simple error handling example
https://github.com/SwiftyJSON/SwiftyJSON/commit/794b9c3,tangplin,[email protected],2014-09-23 22:40:49 +0800,add error handle
https://github.com/SwiftyJSON/SwiftyJSON/commit/feeaef0,ruoyuf,[email protected],2014-09-23 11:24:03 +0800,Add NSError to Null type
https://github.com/SwiftyJSON/SwiftyJSON/commit/0e0a5e6,ruoyuf,[email protected],2014-06-27 01:34:19 +0800,Add Error Handling And Wrong Keypath tracking
https://github.com/SwiftyJSON/SwiftyJSON/commit/40b7b4b,ruoyuf,[email protected],2014-06-27 01:15:24 +0800,Add Error Handling
https://github.com/typelift/swiftz/commit/70632fb,Robert Widmann,[email protected],2015-01-25 21:37:51 -0700,Let's try this grammar thing again
https://github.com/typelift/swiftz/commit/98c1348,Robert Widmann,[email protected],2015-01-22 19:09:41 -0700,try something else.
https://github.com/typelift/swiftz/commit/2df3105,Robert Widmann,[email protected],2015-01-22 15:40:24 -0700,trying something.
https://github.com/typelift/swiftz/commit/4f31824,Robert Widmann,[email protected],2014-11-04 16:13:27 -0700,Try to be a little more cross platform
https://github.com/typelift/swiftz/commit/02b290e,Max Cantor (MBPr),[email protected],2014-07-05 20:06:08 -0700,added deferred init to Futures so that they can be satisfied outside of the constructor
https://github.com/typelift/swiftz/commit/c1d795d,joshaber,[email protected],2014-06-08 00:41:29 -0700,Try to test :(
https://github.com/airspeedswift/SwooshKit/commit/017ae17,Airspeed Velocity,[email protected],2014-11-29 17:05:45 -0500,added a playground for trying out the library functions
https://github.com/rodionovd/SWRoute/commit/f45cf1f,Dmitry Rodionov,[email protected],2014-08-22 03:00:23 +0700,Update README.md
https://github.com/rodionovd/SWRoute/commit/c43c0fa,Dmitry Rodionov,[email protected],2014-08-11 20:14:48 +0700,Update README.md
https://github.com/rodionovd/SWRoute/commit/c7be7c8,Dmitry Rodionov,[email protected],2014-06-19 08:47:02 +0700,README: update link to the article
https://github.com/rodionovd/SWRoute/commit/f1ff1bd,Dmitry Rodionov,[email protected],2014-06-15 09:04:35 +0700,Add link to the blog post about function hooking
https://github.com/Weebly/TableSchemer/commit/8439664,James Richard,[email protected],2014-11-19 13:39:45 -0800,withAnimation -> withRowAnimation for consistency
https://github.com/archagon/tasty-imitation-keyboard/commit/d7b7853,Archagon,[email protected],2014-10-07 18:31:50 +0200,Whoa… that almost worked right on the first try!
https://github.com/nickoneill/thatthinginswift/commit/6671037,Nick O'Neill,[email protected],2015-11-30 14:41:11 -0800,Added pantry post.
https://github.com/Artwalk/TimeHacker-OSX/commit/d68050b,Artwalk,[email protected],2014-09-19 12:17:56 +0800,try swift
https://github.com/yeahdongcn/UIColor-Hex-Swift/commit/b062ce2,R0CKSTAR,[email protected],2015-10-20 23:09:08 +0800,Add public convenience init(rgba: String) throws
https://github.com/lexrus/VPNOn/commit/3f6c4b8,lexrus,[email protected],2015-11-28 23:24:36 +0800,Try to fix Travis.
https://github.com/lexrus/VPNOn/commit/ed24b60,lexrus,[email protected],2015-11-28 22:54:42 +0800,Try to fix Travis again.
https://github.com/lexrus/VPNOn/commit/d8b96e0,lexrus,[email protected],2015-11-26 23:02:20 +0800,Try to fix CI.
https://github.com/lexrus/VPNOn/commit/51ae771,lexrus,[email protected],2015-03-30 23:31:13 +0800,Display nothing while there is no country code.
https://github.com/lexrus/VPNOn/commit/1a0ef1e,lexrus,[email protected],2015-01-07 20:46:56 +0800,Try to fix travis error.
https://github.com/lexrus/VPNOn/commit/8c9acbd,lexrus,[email protected],2015-01-05 23:25:49 +0800,Try to push detail view.
https://github.com/DaveWoodCom/XCGLogger/commit/6a43940,Brian Doig,[email protected],2016-01-04 11:38:02 -0800,If current thread has no name, try to get the name of the current queue before defaulting to the threads memory address. This allows named NSOperationQueue and disaptch_queue to be properly labeled.
https://github.com/DaveWoodCom/XCGLogger/commit/f6c1690,Dave Wood,[email protected],2015-08-11 18:33:23 -0400,Added showThreadName to ReadMe (thanks for catching that @modnovolyk)
https://github.com/DaveWoodCom/XCGLogger/commit/93fc6b3,Dave Wood,[email protected],2015-04-14 01:49:46 -0400,Update the new closure methods to return an Optional String instead of a String so code can be executed without requiring a log entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment