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,tadija@me.com,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,christian.noon@gmail.com,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,christian.noon@nike.com,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,m@mattt.me,2014-08-24 13:56:01 -0700,[Issue #50] Fixing error handling in response
https://github.com/Alecrim/AlecrimCoreData/commit/1171a1e,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-07-25 17:14:39 -0300,Reintroduced `delete` method to `TableType`; better error handling
https://github.com/Thomvis/BrightFutures/commit/58f8070,Thomas Visser,thomas.visser@gmail.com,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,suicaicoca@gmail.com,2015-10-05 00:03:02 +0900,Fix error handling
https://github.com/Carthage/Commandant/commit/50e2dec,Syo Ikeda,suicaicoca@gmail.com,2015-12-16 18:40:22 +0900,Fix error handling in CommandWrapper
https://github.com/jatoben/CommandLine/commit/64ad7de,Ben Gollmer,ben@telesector.net,2015-06-10 18:58:25 -0400,Use new error handling
https://github.com/evermeer/EVCloudKitDao/commit/79defb8,Edwin Vermeer,edwin@evict.nl,2015-06-20 23:39:19 +0200,added error handler helper function
https://github.com/owensd/json-swift/commit/2753434,David Owens II,owensd@kiadsoftware.com,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,owensd@kiadsoftware.com,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,me@mileswd.com,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,me@mileswd.com,2014-10-15 20:35:38 +0100,Improve error handling
https://github.com/ashfurrow/Moya/commit/97f7af0,Paldom,paldomonkos@gmail.com,2016-05-04 18:09:24 +0200,Change .Underlying to NSError, add error handling docs
https://github.com/ashfurrow/Moya/commit/2c42cb5,Evgeny Aleksandrov,evgeny@aleksandrov.ws,2016-04-11 16:57:49 +0300,Add RxSwift error handling example
https://github.com/Quick/Nimble/commit/6929b1d,Marius Rackwitz,git@mariusrackwitz.de,2015-07-27 11:52:50 +0200,[README] New syntax in Swift Error Handling
https://github.com/Quick/Nimble/commit/fbe3522,Jeff Hui,jeff@jeffhui.net,2015-07-05 17:52:11 -0700,Breaking Change: Support for Swift Error Handling
https://github.com/dongri/OAuthSwift/commit/0cff610,Fabio Milano,fabio@touchwonders.com,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,ataylor0123@gmail.com,2015-10-23 15:54:41 -0400,update the readme and playground with error handling
https://github.com/nerdyc/Squeal/commit/5479612,Christian Niles,christian@nerdyc.com,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,christian@nerdyc.com,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,lbanders@acosys.dk,2015-08-30 09:10:40 +0400,Revert "Better error handling of missing SSLContext"
https://github.com/daltoniam/Starscream/commit/fac6933,Leif Bredgaard Honore,lbanders@acosys.dk,2015-08-27 14:38:25 +0400,Better error handling of missing SSLContext
https://github.com/daltoniam/Starscream/commit/5f46a90,Leif Bredgaard Honore,lbanders@acosys.dk,2015-08-26 14:06:43 +0400,Improved cipher suite error handling
https://github.com/ryanfowler/SwiftData/commit/9df6ebd,ryanfowler,ryan.fowler19@gmail.com,2014-09-16 17:40:10 -0400,Improve error handling and messages
https://github.com/mattdonnelly/Swifter/commit/4394ee1,bradycoye,bradycoye@bradycoye.com,2015-12-06 14:56:27 -0500,patched error handling on Success Auth
https://github.com/mrap/SwiftJSONParser/commit/5535d63,Mike Rapadas,mike@mrap.me,2014-09-02 12:51:45 -0700,Basic error handling
https://github.com/austinzheng/swift-lambdatron/commit/c0bab91,Austin Zheng,austinzheng@gmail.com,2015-02-03 00:26:41 -0800,Improving error handling
https://github.com/austinzheng/swift-lambdatron/commit/ddaf1e2,Austin Zheng,austinzheng@gmail.com,2015-01-07 01:53:44 -0800,Adding basic user-level error handling
https://github.com/austinzheng/swift-lambdatron/commit/fdf5cc0,Austin Zheng,austinzheng@gmail.com,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,austinzheng@gmail.com,2014-12-23 00:22:56 -0800,Enhancing parser error handling
https://github.com/austinzheng/swift-lambdatron/commit/998620e,Austin Zheng,austinzheng@gmail.com,2014-12-22 14:25:05 -0800,Adding error handling to eval phase
https://github.com/elpassion/SwiftMustaches/commit/4007b26,Dariusz Rybicki,darrarski@gmail.com,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ß,helge@alwaysrightinstitute.com,2014-07-22 03:45:04 +0200,Another error handler.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/e836c48,Helge Hess,helge@alwaysrightinstitute.com,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,rurd4me@gmail.com,2014-11-13 17:21:23 -0800,Add a super simple error handling example
https://github.com/SwiftyJSON/SwiftyJSON/commit/794b9c3,tangplin,tangplin@gmail.com,2014-09-23 22:40:49 +0800,add error handle
https://github.com/SwiftyJSON/SwiftyJSON/commit/0e0a5e6,ruoyuf,lingoerer@gmail.com,2014-06-27 01:34:19 +0800,Add Error Handling And Wrong Keypath tracking
https://github.com/SwiftyJSON/SwiftyJSON/commit/40b7b4b,ruoyuf,lingoerer@gmail.com,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,arcilite.kd@gmail.com,2014-10-17 18:58:33 +0400,try fix image asset
https://github.com/Ramotion/adaptive-tab-bar/commit/e248a06,Arcilite,tork.the.knight@gmail.com,2014-09-16 19:34:21 +0400,refactor extension try add to Framework
https://github.com/tadija/AEXML/commit/4a14c27,Marko Tadic,tadija@me.com,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,tadija@me.com,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,tadija@me.com,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,cedric.luthi@gmail.com,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,christian.noon@gmail.com,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,christian.noon@gmail.com,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,christian.noon@gmail.com,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,christian.noon@gmail.com,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,christian.noon@nike.com,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,christian.noon@gmail.com,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,m@mattt.me,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,m@mattt.me,2014-08-24 13:56:01 -0700,[Issue #50] Fixing error handling in response
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON/commit/db57a74,Julien Regnauld,j.regnauld@gmail.com,2015-08-24 16:26:16 -0600,Update Alamofire NSError -> ErrorType and SwiftyJson
https://github.com/Alecrim/AlecrimCoreData/commit/6d34d0b,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-09-13 14:14:27 -0300,`DataContextOptions` initialisers now can throw.
https://github.com/Alecrim/AlecrimCoreData/commit/e11b3e7,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-07-27 23:37:34 -0300,Managed object contexts: trying to keep them simple
https://github.com/Alecrim/AlecrimCoreData/commit/255aabd,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-07-27 22:57:18 -0300,Managed object contexts: trying to keep them simple
https://github.com/Alecrim/AlecrimCoreData/commit/1171a1e,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-07-25 17:14:39 -0300,Reintroduced `delete` method to `TableType`; better error handling
https://github.com/Alecrim/AlecrimCoreData/commit/37053a8,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-05-08 04:39:21 -0300,Trying to put some order in ContextOptions
https://github.com/Alecrim/AlecrimCoreData/commit/acf5296,Vanderlei Martinelli,vanderlei.martinelli@gmail.com,2015-05-06 00:49:06 -0300,HAX: try to fix aggregateWithFunctionName result
https://github.com/aschuch/AwesomeCache/commit/fb7f816,Javier Soto,javiers@twitter.com,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,vikt0r.sigler@gmail.com,2016-03-11 18:45:47 -0500,Remove do-catch and refactor regular expression matching
https://github.com/aschuch/AwesomeCache/commit/68d78da,Victor Sigler,vikt0r.sigler@gmail.com,2016-03-11 18:22:21 -0500,Remove do-catch statement
https://github.com/troystribling/BlueCap/commit/8bec2d6,troy Stribling,troy.stribling@gmail.com,2015-12-03 07:27:12 -0800,trying decide what to do with mocks
https://github.com/troystribling/BlueCap/commit/b378b0d,Troy Stribling,troy.stribling@gmail.com,2015-04-11 16:40:26 -0700,trying to fix sigining problem
https://github.com/troystribling/BlueCap/commit/900c807,Troy Stribling,troy.stribling@gmail.com,2015-02-18 08:43:00 -0800,trying to work through test abstraction
https://github.com/troystribling/BlueCap/commit/b16997b,Troy Stribling,troy.stribling@gmail.com,2015-02-18 08:43:00 -0800,trying to work through test abstraction
https://github.com/Thomvis/BrightFutures/commit/bc2c5e2,Thomas Visser,thomas.visser@gmail.com,2015-07-12 12:05:31 +0200,made (try)success & (try)failure on Async internal
https://github.com/Thomvis/BrightFutures/commit/ec614e3,Thomas Visser,thomas.visser@gmail.com,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,thomas.visser@gmail.com,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,thomas.visser@gmail.com,2015-07-10 09:37:54 +0200,invalidation token's invalidate now throws
https://github.com/Thomvis/BrightFutures/commit/db8a858,Thomas Visser,thomas.visser@gmail.com,2015-07-09 22:04:25 +0200,added throwing sync to Queue
https://github.com/Thomvis/BrightFutures/commit/d0ecab0,Thomas Visser,thomas.visser@gmail.com,2015-07-08 08:18:44 +0200,added changelog entry, bumped version in podspec
https://github.com/Thomvis/BrightFutures/commit/f7f70e4,Thomas Visser,thomas.visser@gmail.com,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,anthony@marketplacer.com,2015-06-10 19:44:12 +1000,removed nsError from ErrorType
https://github.com/Thomvis/BrightFutures/commit/a3b0c1b,Thomas Visser,thomas.visser@gmail.com,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,thomas.visser@gmail.com,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,nvh@nvh.io,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,w.van.teijlingen@gmail.com,2015-01-08 19:28:06 +0100,Fixed NSError domain and code
https://github.com/Thomvis/BrightFutures/commit/58f8070,Thomas Visser,thomas.visser@gmail.com,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,bkase@cmu.edu,2014-07-14 20:08:48 -0700,Add inout NSError parameter to map et. al
https://github.com/larcus94/BRNImagePickerSheet/commit/3fc03e1,Laurin Brandner,mail@laurinbrandner.ch,2014-09-09 16:06:19 +0200,Another try
https://github.com/larcus94/BRNImagePickerSheet/commit/9141772,Laurin Brandner,mail@laurinbrandner.ch,2014-09-07 15:23:44 +0200,Adapt to official geometry
https://github.com/C4Framework/C4iOS/commit/2e33759,-- C4 --,travis@c4ios.com,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,code@c4ios.com,2013-04-15 22:50:22 -0600,Finally, a year later, I'm finally developing C4Camera.
https://github.com/C4Framework/C4iOS/commit/7a155eb,Travis,code@c4ios.com,2013-04-10 10:08:16 -0600,Working on examples for Geometry tutorial
https://github.com/C4Framework/C4iOS/commit/701f3dd,Travis,travis@c4ios.com,2013-04-09 13:08:50 -0600,Working on example for Geometry Tutorial
https://github.com/C4Framework/C4iOS/commit/9d43b4c,Travis,code@c4ios.com,2013-04-09 10:04:02 -0600,Experimenting with Geometry
https://github.com/C4Framework/C4iOS/commit/8afe4fd,Travis,travis@cocoaforartists.org,2012-06-04 00:32:01 -0600,Trying out the Analyze tool in Xcode
https://github.com/C4Framework/C4iOS/commit/dc8c8be,Travis,travis@cocoaforartists.org,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,travis@cocoaforartists.org,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,travis@cocoaforartists.org,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,bernard@blinkrocket.com,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,marcoconti83@gmail.com,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,matt@diephouse.com,2016-02-11 20:24:28 -0800,Add a timeout + retry for loading build settings
https://github.com/Carthage/Carthage/commit/5532d9a,Matt Diephouse,matt@diephouse.com,2016-02-11 20:20:25 -0800,Shorten the timeout, but retry
https://github.com/Carthage/Carthage/commit/7c5adce,Stephen Marquis,stephen.marquis@workday.com,2016-01-08 08:55:51 -0800,Call cloneOrFetchDependency before trying to access the Cartfile
https://github.com/Carthage/Carthage/commit/dd979bf,Syo Ikeda,suicaicoca@gmail.com,2015-10-14 12:39:14 +0900,Revert "Just catch and cast"
https://github.com/Carthage/Carthage/commit/a638e02,Syo Ikeda,suicaicoca@gmail.com,2015-10-06 12:32:54 +0900,Just catch and cast
https://github.com/Carthage/Carthage/commit/fbc0fbf,Syo Ikeda,suicaicoca@gmail.com,2015-10-05 01:27:59 +0900,Use throwError matcher
https://github.com/Carthage/Carthage/commit/4d20f54,Syo Ikeda,suicaicoca@gmail.com,2015-10-05 00:03:02 +0900,Fix error handling
https://github.com/Carthage/Carthage/commit/377d0fd,Syo Ikeda,suicaicoca@gmail.com,2015-10-04 16:39:34 +0900,try -> attempt
https://github.com/Carthage/Carthage/commit/26d007a,Syo Ikeda,suicaicoca@gmail.com,2015-10-04 16:17:08 +0900,catch -> flatMapError
https://github.com/Carthage/Carthage/commit/6a602c4,Syo Ikeda,suicaicoca@gmail.com,2015-10-04 16:16:08 +0900,tryMap -> attemptMap
https://github.com/Carthage/Carthage/commit/6e621c5,Syo Ikeda,suicaicoca@gmail.com,2015-10-04 16:15:21 +0900,try -> attempt
https://github.com/Carthage/Carthage/commit/eee9be0,Syo Ikeda,suicaicoca@gmail.com,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,guidomb@gmail.com,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,horacek.eric@gmail.com,2015-09-16 09:29:52 -0700,Move map within tryMap
https://github.com/Carthage/Carthage/commit/56533be,Eric Horacek,horacek.eric@gmail.com,2015-09-16 09:28:03 -0700,Adopt SignalProducer.try
https://github.com/Carthage/Carthage/commit/08f9a1b,Dov Frankel,dov@abbey-code.com,2015-09-08 07:14:05 -0400,Removed unused NSError variable (left over from refactoring)
https://github.com/Carthage/Carthage/commit/4027c0e,Jernej Strasner,jernej.strasner@gmail.com,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,suicaicoca@gmail.com,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,suicaicoca@gmail.com,2015-06-18 12:31:09 +0900,Use mapError() instead of catch() where enabled
https://github.com/Carthage/Carthage/commit/b44aa63,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2015-05-25 23:41:41 -0700,Automatically catch and log exceptional signals from Swift
https://github.com/Carthage/Carthage/commit/7634edf,Matt Diephouse,matt@diephouse.com,2015-04-24 16:15:56 -0400,Try an authenticated request first
https://github.com/Carthage/Carthage/commit/a525d41,Matt Diephouse,matt@diephouse.com,2015-04-24 15:54:25 -0400,Try with credentials no matter the error
https://github.com/Carthage/Carthage/commit/6282920,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2015-03-06 23:29:47 -0800,Include an optional NSError in file operation errors
https://github.com/Carthage/Carthage/commit/098a787,Bavarious,bavarious@icloud.com,2015-03-02 11:30:43 -0300,Use tryMap() instead of map().first().value()
https://github.com/Carthage/Carthage/commit/8f21eb1,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,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,Justin.SpahrSummers@gmail.com,2014-12-27 17:40:34 -0800,Restore error-catching for module merging
https://github.com/Carthage/Carthage/commit/e4c9c83,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,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,robb@robb.is,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,Justin.SpahrSummers@gmail.com,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,Justin.SpahrSummers@gmail.com,2014-12-25 15:03:29 -0800,Merge branch 'master' into extract-entry-point
https://github.com/Carthage/Carthage/commit/d568760,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-12-25 10:35:29 -0800,Migrate entry point code to Commandant
https://github.com/Carthage/Carthage/commit/9b76e0b,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-12-20 22:42:28 -0800,Catch xcodebuild messages indicating no schemes
https://github.com/Carthage/Carthage/commit/9d6a7c7,Robert Böhnke,robb@robb.is,2014-12-20 19:00:28 +0100,Use tryMap
https://github.com/Carthage/Carthage/commit/f3eb920,Robert Böhnke,robb@robb.is,2014-12-20 18:19:01 +0100,Always try to remove an existing framework
https://github.com/Carthage/Carthage/commit/b4e5b18,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-12-20 05:59:15 -0800,Migrate Carthage.checkout one entry at a time
https://github.com/Carthage/Carthage/commit/e1a5660,Rob Rix,rob.rix@github.com,2014-12-01 16:26:31 -0500,try(), try() again.
https://github.com/Carthage/Carthage/commit/9cfd822,Rob Rix,rob.rix@github.com,2014-11-30 17:39:08 -0500,Add try() temporarily.
https://github.com/Carthage/Carthage/commit/740ff29,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-11-13 00:16:50 -0800,Catch all errors loading dependencies' Cartfiles
https://github.com/Carthage/Carthage/commit/b483283,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-11-12 20:36:34 -0800,Use NSError.description for non-Carthage errors
https://github.com/Carthage/Carthage/commit/8ca5e78,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-11-09 23:51:33 -0800,Try graphing higher-versioned nodes first
https://github.com/Carthage/Carthage/commit/f44e7b5,Alan Rogers,alanjrogers@me.com,2014-11-08 18:34:44 +1100,Don't bother with an NSError here.
https://github.com/Carthage/Carthage/commit/72bedb9,Alan Rogers,alanjrogers@me.com,2014-10-29 13:06:05 +1100,catch errors.
https://github.com/Carthage/Carthage/commit/2b3ce22,Alan Rogers,alanjrogers@me.com,2014-10-26 21:44:07 +1100,catch and log errors.
https://github.com/Carthage/Carthage/commit/72f8733,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-10-25 23:05:05 -0700,Use registry for listing commands in `help`
https://github.com/Carthage/Carthage/commit/a2f594e,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-10-25 23:01:13 -0700,Abstract command lookup/running into a registry
https://github.com/robb/Cartography/commit/b30b5f8,Robert Böhnke,robb@robb.is,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,robb@robb.is,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,robb@robb.is,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,anviking@me.com,2013-11-12 22:19:04 +0100,Trying to ease subclassing
https://github.com/kylef/CLIKit/commit/f116e85,Boris Bügling,boris@icculus.org,2016-01-03 20:57:51 +0100,Fix a potential crash when `UsageError` is thrown
https://github.com/kylef/CLIKit/commit/4c5dc99,Kyle Fuller,kyle@fuller.li,2015-10-08 23:14:38 -0700,Allow command functions to throw errors
https://github.com/Carthage/Commandant/commit/4e903ea,JP Simard,jp@jpsim.com,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,suicaicoca@gmail.com,2015-12-16 18:40:22 +0900,Fix error handling in CommandWrapper
https://github.com/Carthage/Commandant/commit/21668a1,Nate Stedman,natesm@gmail.com,2015-10-16 10:02:36 -0400,Add CommandRegistry “main” with explicit arguments
https://github.com/Carthage/Commandant/commit/d045900,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,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,robb@robb.is,2014-11-23 13:48:59 +0100,Cast errorType to NSError
https://github.com/jatoben/CommandLine/commit/3fb9ae6,Ben Gollmer,ben@telesector.net,2016-03-01 02:49:00 -0700,XCTest still fails build, trying again
https://github.com/jatoben/CommandLine/commit/28a551d,Ben Gollmer,ben@telesector.net,2015-08-28 20:37:19 -0400,Try out Travis's new Xcode 7 support
https://github.com/jatoben/CommandLine/commit/a161fe5,Ben Gollmer,ben@telesector.net,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,ben@telesector.net,2015-06-10 18:58:25 -0400,Use new error handling
https://github.com/krzyzanowskim/CryptoSwift/commit/39bf366,Marcin Krzyżanowski,marcin.krzyzanowski@gmail.com,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,marcin.krzyzanowski@gmail.com,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,marcin.krzyzanowski@gmail.com,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,marcin.krzyzanowski@gmail.com,2014-09-04 17:51:59 +0200,shiftLeft as Generic - tryout
https://github.com/krzyzanowskim/CryptoSwift/commit/035a023,Marcin Krzyżanowski,marcin.krzyzanowski@gmail.com,2014-09-02 22:34:32 +0200,Poly not crashing finally
https://github.com/ochococo/Design-Patterns-In-Swift/commit/35ed618,Oktawian Chojnacki,oktawian.chojnacki@allegro.pl,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,TheDmitry@users.noreply.github.com,2015-04-10 10:52:09 +0300,generation
https://github.com/ochococo/Design-Patterns-In-Swift/commit/1b4ad9d,TheDmitry,TheDmitry@users.noreply.github.com,2015-04-09 17:10:35 +0300,Add Interpreter pattern
https://github.com/ankurp/Dollar.swift/commit/ab56a4e,Ankur Patel,ankur.patel@ymail.com,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,ash@ashfurrow.com,2016-02-05 14:09:23 -0500,[Tests] Updates Manual entry CC tests.
https://github.com/artsy/eidolon/commit/14fee31,Ash Furrow,ash@ashfurrow.com,2015-11-23 14:37:49 -0500,[FRP] Manual CC entry.
https://github.com/artsy/eidolon/commit/24b18cd,Ash Furrow,ash@ashfurrow.com,2015-10-27 14:42:58 -0400,[Performance] Removed unnecessary retry.
https://github.com/artsy/eidolon/commit/39fac15,Ash Furrow,ash@ashfurrow.com,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,ash@ashfurrow.com,2015-10-08 22:26:22 +0200,[Manual Entry] Fixes unit tests.
https://github.com/artsy/eidolon/commit/b93144b,Ash Furrow,ash@ashfurrow.com,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,alan@breakrs.com,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,alan@breakrs.com,2015-10-07 06:17:18 -0400,add CVV to manual card entry (untried)
https://github.com/artsy/eidolon/commit/8920fdb,Eloy Durán,eloy.de.enige@gmail.com,2015-06-29 20:49:03 +0200,Merge pull request #475 from artsy/cc-entry
https://github.com/artsy/eidolon/commit/ca0f921,Ash Furrow,ash@ashfurrow.com,2015-06-29 14:44:14 -0400,[Manual CC Entry] Changelog update.
https://github.com/artsy/eidolon/commit/e0e1bde,Ash Furrow,ash@ashfurrow.com,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,ash@ashfurrow.com,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,ash@ashfurrow.com,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,ash@ashfurrow.com,2015-06-29 12:06:13 -0400,[Manual CC Entry] Fixed problem entering expiry dates.
https://github.com/artsy/eidolon/commit/7fbcd04,Ash Furrow,ash@ashfurrow.com,2015-05-05 18:45:33 +0200,Trying to fix Travis.
https://github.com/artsy/eidolon/commit/5ba8632,Ash Furrow,ash@ashfurrow.com,2015-04-01 20:46:10 -0400,Trying to set up deploys.
https://github.com/artsy/eidolon/commit/d186b38,Ash Furrow,ash@ashfurrow.com,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,ash@ashfurrow.com,2015-02-26 16:59:49 -0500,Adds retry ability.
https://github.com/artsy/eidolon/commit/ea30262,Ash Furrow,ash@ashfurrow.com,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,ash@ashfurrow.com,2014-10-07 12:05:13 +0200,Trying something.
https://github.com/evermeer/EVCloudKitDao/commit/8cf5cf0,Edwin Vermeer,edwin@evict.nl,2015-11-13 07:56:20 +0100,Always first check the retry userinfo setting
https://github.com/evermeer/EVCloudKitDao/commit/79defb8,Edwin Vermeer,edwin@evict.nl,2015-06-20 23:39:19 +0200,added error handler helper function
https://github.com/evermeer/EVCloudKitDao/commit/d7025b4,Edwin Vermeer,edwin@evict.nl,2015-05-15 09:11:01 +0200,trying https://circleci.com/ for Xcode 6.3
https://github.com/evermeer/EVCloudKitDao/commit/2a1ae21,Edwin Vermeer,edwin@evict.nl,2015-04-29 10:25:43 +0200,Added try catch for the unachieve functions
https://github.com/evermeer/EVCloudKitDao/commit/1bac0d1,Edwin Vermeer,edwin@evict.nl,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,nate@natemurray.com,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,nate@natemurray.com,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,khaos.tian@gmail.com,2015-01-13 00:15:26 -0800,Finally fixed the issue with menu item.
https://github.com/KhaosT/HomeKit-Demo/commit/8d147f4,Khaos Tian,khaos.tian@gmail.com,2014-08-07 14:17:42 +0800,Try some private apis.
https://github.com/KhaosT/HomeKit-Demo/commit/f8d1e4d,Khaos Tian,khaos.tian@gmail.com,2014-08-05 04:17:41 +0800,Finally get trigger to work...
https://github.com/ShinobiControls/iOS8-day-by-day/commit/bcb0395,Sam Davies,sdavies@shinobicontrols.com,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,sdavies@shinobicontrols.com,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,sdavies@shinobicontrols.com,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,sdavies@shinobicontrols.com,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,sdavies@shinobicontrols.com,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,owensd@kiadsoftware.com,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,owensd@kiadsoftware.com,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,robnapier@gmail.com,2014-11-27 22:19:16 -0500,Merge pull request #14 from ReactiveCocoa/try
https://github.com/LlamaKit/LlamaKit/commit/d46e217,Rob Rix,rob.rix@github.com,2014-11-22 17:00:13 -0500,Test try -> Bool failure.
https://github.com/LlamaKit/LlamaKit/commit/9a55aa2,Rob Rix,rob.rix@github.com,2014-11-22 16:59:59 -0500,Add a helper to make try functions.
https://github.com/LlamaKit/LlamaKit/commit/00245f2,Rob Rix,rob.rix@github.com,2014-11-22 16:53:22 -0500,Test try -> Bool success.
https://github.com/LlamaKit/LlamaKit/commit/6ca1f61,Rob Rix,rob.rix@github.com,2014-11-22 16:47:39 -0500,Test try -> Result<T> failure.
https://github.com/LlamaKit/LlamaKit/commit/e7d0f45,Rob Rix,rob.rix@github.com,2014-11-22 16:47:31 -0500,Test try -> Result<T> success.
https://github.com/LlamaKit/LlamaKit/commit/bec9a2d,Rob Rix,rob.rix@github.com,2014-11-22 16:33:30 -0500,try forms take defaulted file/line.
https://github.com/LlamaKit/LlamaKit/commit/0ce260c,Rob Rix,rob.rix@github.com,2014-11-21 17:16:37 -0500,try() taking NSErrorPointer -> BooleanType
https://github.com/LlamaKit/LlamaKit/commit/d4354ac,Rob Rix,rob.rix@github.com,2014-11-21 17:16:25 -0500,try() taking NSErrorPointer → T?
https://github.com/LlamaKit/LlamaKit/commit/8ca5369,Rob Napier,robnapier@gmail.com,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,robnapier@gmail.com,2014-09-10 10:00:58 -0400,Try using dispatch_group for the completion handlers, too.
https://github.com/lexrus/LTMorphingLabel/commit/c9d34d4,Lex,lexrus@gmail.com,2015-12-11 11:40:58 +0800,Try EOF of YAML.
https://github.com/lexrus/LTMorphingLabel/commit/611b677,lexrus,lexrus@gmail.com,2015-09-10 20:51:15 +0800,Try to fix Travis.
https://github.com/mileswd/mac2imgur/commit/2961206,Miles,me@mileswd.com,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,me@mileswd.com,2014-10-15 20:35:38 +0100,Improve error handling
https://github.com/ashfurrow/Moya/commit/ff04e40,Łukasz Mróz,lukasz.mroz@droidsonroids.pl,2016-05-23 23:03:56 +0200,[Tests] Remove redundant as NSError.
https://github.com/ashfurrow/Moya/commit/f40d23a,Łukasz Mróz,lukasz.mroz@droidsonroids.pl,2016-05-19 22:41:13 +0200,[General] NSError to Moya.Error.
https://github.com/ashfurrow/Moya/commit/07f26c2,Antoine van der Lee,a.vanderlee@triple-it.nl,2016-05-06 09:28:27 +0200,Added changelog entry
https://github.com/ashfurrow/Moya/commit/97f7af0,Paldom,paldomonkos@gmail.com,2016-05-04 18:09:24 +0200,Change .Underlying to NSError, add error handling docs
https://github.com/ashfurrow/Moya/commit/2c42cb5,Evgeny Aleksandrov,evgeny@aleksandrov.ws,2016-04-11 16:57:49 +0300,Add RxSwift error handling example
https://github.com/ashfurrow/Moya/commit/790bbcf,Cihat Gündüz,CihatGuenduez@posteo.de,2016-03-22 07:11:00 +0100,[Documentation] Clean up enum cases without parameter catches
https://github.com/ashfurrow/Moya/commit/633741f,Ash Furrow,ash@ashfurrow.com,2016-01-31 13:01:06 -0500,[Changelog] Added entry for #394.
https://github.com/ashfurrow/Moya/commit/ff88f26,Ash Furrow,ash@ashfurrow.com,2015-12-15 20:09:54 -0500,[Changelog] Adds entry for #343.
https://github.com/ashfurrow/Moya/commit/a55c195,Pierre-Marc Airoldi,pierremarcairoldi@gmail.com,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,jarrod@jarrodrobins.com,2015-09-10 15:07:49 +1000,Fixed NSError compilation issues with reactive extensions.
https://github.com/ashfurrow/Moya/commit/5203a73,Jarrod Robins,jarrod@jarrodrobins.com,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,osv-github@chatswood.org.uk,2015-08-19 15:16:28 +0100,Add CHANGELOG.md entry and update typo in comment
https://github.com/ashfurrow/Moya/commit/2e6e878,esttorhe,me@estebantorr.es,2015-07-09 14:36:11 -0600,@alcarvalho => Added back `defer`
https://github.com/ashfurrow/Moya/commit/025feb4,Andre Carvalho,alcarvalho@gmail.com,2015-07-07 12:50:36 -0300,Trying to solve concurrency bug for inflight requests
https://github.com/ashfurrow/Moya/commit/bfee302,Ash Furrow,ash@ashfurrow.com,2015-05-23 12:43:34 -0400,First try at CircleCI.
https://github.com/ashfurrow/Moya/commit/c548922,James Power,heathen79@gmail.com,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,alseycmiller@gmail.com,2015-02-05 05:21:07 -0500,trying to get Travis CI working
https://github.com/colemancda/NetworkObjects/commit/946afb8,Alsey Coleman Miller,alseycmiller@gmail.com,2015-02-05 05:15:46 -0500,#93 trying to add Travis CI integration
https://github.com/colemancda/NetworkObjects/commit/ab85d66,Alsey Coleman Miller,alseycmiller@gmail.com,2014-10-13 21:56:46 -0400,fixed PUT trying to return JSON
https://github.com/colemancda/NetworkObjects/commit/889bf7a,Alsey Coleman Miller,alseycmiller@gmail.com,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,alseycmiller@gmail.com,2014-09-20 00:50:36 -0400,reduced NSError generation code
https://github.com/colemancda/NetworkObjects/commit/3da5dc9,Alsey Coleman Miller,alseycmiller@gmail.com,2014-04-20 15:54:00 -0400,trying to integrate main context
https://github.com/colemancda/NetworkObjects/commit/26dd7dd,Alsey Coleman Miller,alseycmiller@gmail.com,2014-04-15 14:50:23 -0400,trying to fix empty cell bug
https://github.com/colemancda/NetworkObjects/commit/ed7680d,Alsey Coleman Miller,alseycmiller@gmail.com,2014-03-08 15:29:40 -0500,client example finally working
https://github.com/colemancda/NetworkObjects/commit/b44b15c,Alsey Coleman Miller,alseycmiller@gmail.com,2014-03-08 15:24:59 -0500,trying to fix limitation
https://github.com/colemancda/NetworkObjects/commit/ddef7cc,Alsey Coleman Miller,alseycmiller@gmail.com,2014-03-08 11:34:14 -0500,trying to register for changes in context
https://github.com/colemancda/NetworkObjects/commit/a80a085,Alsey Coleman Miller,alseycmiller@gmail.com,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,alseycmiller@gmail.com,2013-10-19 22:51:27 -0400,finally fixed fetchRequest bug!
https://github.com/colemancda/NetworkObjects/commit/241b1d8,Alsey Coleman Miller,alseycmiller@gmail.com,2013-10-01 22:39:35 -0400,trying to fix compiler errors
https://github.com/bennyguitar/News-YC---iPhone/commit/49b6d83,Benjamin Gordon,brgordon@ua.edu,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,git@mariusrackwitz.de,2015-07-27 11:52:50 +0200,[README] New syntax in Swift Error Handling
https://github.com/Quick/Nimble/commit/4842e88,Marius Rackwitz,git@mariusrackwitz.de,2015-07-04 14:43:02 +0200,[Matcher/ThrowError] Allow to expect a specific errorType
https://github.com/Quick/Nimble/commit/d2b0f33,Marius Rackwitz,git@mariusrackwitz.de,2015-07-04 14:42:45 +0200,[Matcher/ThrowError] Support Equatable
https://github.com/Quick/Nimble/commit/a8c1cc1,Marius Rackwitz,git@mariusrackwitz.de,2015-06-29 13:19:24 +0200,[Matcher] Add ThrowError Matcher
https://github.com/Quick/Nimble/commit/fbe3522,Jeff Hui,jeff@jeffhui.net,2015-07-05 17:52:11 -0700,Breaking Change: Support for Swift Error Handling
https://github.com/Quick/Nimble/commit/22e9f52,Robert Beeger,robert@beeger.net,2015-06-08 12:41:43 +0200,beAKindOf and beAnInstanceOf catch wrong usages
https://github.com/Quick/Nimble/commit/e122c03,Robert Beeger,robert@beeger.net,2015-02-17 21:41:16 +0100,Added missing toc entry
https://github.com/Quick/Nimble/commit/ab19697,Robert Beeger,robert@beeger.net,2014-09-30 16:20:57 +0200,New try without double wrapping of Optionals
https://github.com/p2/OAuth2/commit/f796c85,Pascal Pfiffner,phase.of.matter@gmail.com,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,phase.of.matter@gmail.com,2015-11-17 16:27:30 -0800,Start massive refactoring: goodbye NSError
https://github.com/p2/OAuth2/commit/803b424,Pascal Pfiffner,phase.of.matter@gmail.com,2015-06-18 21:14:46 +0200,Update iOS sources to error throws
https://github.com/p2/OAuth2/commit/36db55e,Pascal Pfiffner,phase.of.matter@gmail.com,2015-06-18 14:59:07 +0200,Start throwing errors
https://github.com/dongri/OAuthSwift/commit/0cff610,Fabio Milano,fabio@touchwonders.com,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,mmusallam@gmail.com,2015-10-26 00:31:39 -0700,broke off NSError check
https://github.com/kylef/PathKit/commit/511a310,Kare Morstol,kare@nottoobadsoftware.com,2015-10-19 00:40:42 +0200,Reduce two 'chdir' methods to one using 'rethrows'.
https://github.com/kylef/PathKit/commit/e9a0b24,Kyle Fuller,kyle@fuller.li,2015-09-25 11:09:40 -0700,`Path.write()` should throw error on failure
https://github.com/kylef/PathKit/commit/c7b558a,Kyle Fuller,kyle@fuller.li,2015-09-25 11:03:40 -0700,`Path.read()` should throw error on failure
https://github.com/kylef/PathKit/commit/0d53af3,Marius Rackwitz,git@mariusrackwitz.de,2015-09-07 17:37:55 +0200,Make uniqueTemporary and processUniqueTemporary throwing
https://github.com/kylef/PathKit/commit/bba0b62,Marius Rackwitz,git@mariusrackwitz.de,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,git@mariusrackwitz.de,2015-07-30 12:37:52 +0200,[Tests] Use CatchingFire assertions
https://github.com/kylef/PathKit/commit/07e56ad,Marius Rackwitz,git@mariusrackwitz.de,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,i.am.rodionovd@gmail.com,2015-03-24 14:38:27 +0500,Mention Nimble in README
https://github.com/modocache/personal-fork-of-Quick/commit/aecbd73,Dmitry Rodionov,i.am.rodionovd@gmail.com,2015-03-24 14:05:20 +0500,A small typo in documentation
https://github.com/modocache/personal-fork-of-Quick/commit/57a4443,Matthew Delves,matt@reformedsoftware.com,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,adsharp@me.com,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,dov@abbey-code.com,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,jared.friese@gmail.com,2016-01-20 08:36:48 -0800,Use 'raiseError' instead of throwing NSException directly
https://github.com/Quick/Quick/commit/95f8e48,Jared Friese,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,jared.friese@gmail.com,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,i.am.rodionovd@gmail.com,2015-03-24 14:38:27 +0500,Mention Nimble in README
https://github.com/Quick/Quick/commit/aecbd73,Dmitry Rodionov,i.am.rodionovd@gmail.com,2015-03-24 14:05:20 +0500,A small typo in documentation
https://github.com/Quick/Quick/commit/57a4443,Matthew Delves,matt@reformedsoftware.com,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,adsharp@me.com,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,inamiy@gmail.com,2015-09-23 12:57:42 +0900,Rename catch() to recover() & repeat() to times()
https://github.com/ReactKit/ReactKit/commit/9eb7ba5,Yasuhiro Inami,inamiy@gmail.com,2015-09-23 11:35:31 +0900,Change error type from NSError to ErrorType.
https://github.com/ReactKit/ReactKit/commit/db59050,Yasuhiro Inami,inamiy@gmail.com,2015-05-11 23:40:22 +0900,Merge pull request #34 from ReactKit/fix/catch
https://github.com/ReactKit/ReactKit/commit/abd9ecb,Yasuhiro Inami,inamiy@gmail.com,2015-05-11 23:38:49 +0900,Fix ee04d7f catch() bug.
https://github.com/ReactKit/ReactKit/commit/ee04d7f,Yasuhiro Inami,inamiy@gmail.com,2015-05-11 23:34:07 +0900,Reproduce catch() bug when upstream fulfills.
https://github.com/ReactKit/ReactKit/commit/29f00d2,Yasuhiro Inami,inamiy@gmail.com,2015-04-22 01:15:13 +0900,Add retry()
https://github.com/ReactKit/ReactKit/commit/16f3641,Yasuhiro Inami,inamiy@gmail.com,2015-04-22 00:47:40 +0900,Add catch()
https://github.com/ReactKit/ReactKit/commit/9327047,Yasuhiro Inami,inamiy@gmail.com,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,inamiy@gmail.com,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,inamiy@gmail.com,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,yeahdongcn@gmail.com,2015-02-13 10:34:36 +0800,Introduced crazy mode suggested by Klenov Dmitry
https://github.com/jspahrsummers/RxSwift/commit/113f0d5,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-06-28 00:42:01 -0700,Add DeferredCurrentScheduler
https://github.com/jspahrsummers/RxSwift/commit/93b73c6,Justin Spahr-Summers,Justin.SpahrSummers@gmail.com,2014-06-15 00:18:39 -0700,Add Stream.catch
https://github.com/robrix/Set/commit/964b0fb,IngmarStein,IngmarStein@users.noreply.github.com,2015-05-27 14:29:49 +0200,Let's try xctool
https://github.com/robrix/Set/commit/75a757c,Rob Rix,rob.rix@github.com,2015-02-08 22:54:11 -0500,Test complement asymmetry.
https://github.com/robrix/Set/commit/8c9b836,Adam Sharp,adsharp@me.com,2015-01-21 10:11:17 +1100,Try xcodebuild/xcpretty because xctool is failing
https://github.com/robrix/Set/commit/b33bab7,Rob Rix,rob.rix@github.com,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,chris@supermegaultragroovy.com,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,shuoli84@gmail.com,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,fahimf@gmail.com,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,ataylor0123@gmail.com,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,stephen@stephencelis.com,2014-11-08 18:52:02 -0800,Throw assertions for all non-constraint-based errors
https://github.com/nerdyc/Squeal/commit/5479612,Christian Niles,christian@nerdyc.com,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,christian@nerdyc.com,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,lbanders@acosys.dk,2015-08-30 09:10:40 +0400,Revert "Better error handling of missing SSLContext"
https://github.com/daltoniam/Starscream/commit/fac6933,Leif Bredgaard Honore,lbanders@acosys.dk,2015-08-27 14:38:25 +0400,Better error handling of missing SSLContext
https://github.com/daltoniam/Starscream/commit/5f46a90,Leif Bredgaard Honore,lbanders@acosys.dk,2015-08-26 14:06:43 +0400,Improved cipher suite error handling
https://github.com/kylef/Stencil/commit/67d4c52,Kyle Fuller,kyle@fuller.li,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,dtrenz@gmail.com,2016-02-27 15:20:55 -0500,Added `try` to throwing expressions in example.
https://github.com/kylef/Stencil/commit/8ac6e26,Kyle Fuller,kyle@fuller.li,2015-10-24 14:41:37 -0700,Allow template filters to throw errors
https://github.com/kylef/Stencil/commit/f0abd34,Kyle Fuller,kyle@fuller.li,2015-10-18 10:53:10 -0700,[Template] Throw when initialising with non-existant file
https://github.com/kylef/Stencil/commit/9c335ca,Kyle Fuller,kyle@fuller.li,2015-09-25 12:53:45 -0700,Remove custom Result type and throw errors
https://github.com/kylef/Stencil/commit/25f5583,Kyle Fuller,kyle@fuller.li,2015-09-25 11:17:04 -0700,[Template] Initialisers to throw on failure
https://github.com/indragiek/SwiftAutoLayout/commit/e59f862,noahd,noahd@users.noreply.github.com,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,sash@zats.io,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,practicalswift@users.noreply.github.com,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,chebur.mail@gmail.com,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,practicalswift@users.noreply.github.com,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,practicalswift@users.noreply.github.com,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,practicalswift@users.noreply.github.com,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,practicalswift@users.noreply.github.com,2015-03-05 19:06:51 +0100,Tweak retry count.
https://github.com/practicalswift/swift-compiler-crashes/commit/5cb79a0,practicalswift,practicalswift@users.noreply.github.com,2015-02-28 20:14:06 +0100,Adjust number of runs to catch crashes.
https://github.com/practicalswift/swift-compiler-crashes/commit/b72fb9e,practicalswift,practicalswift@users.noreply.github.com,2014-12-26 18:47:07 +0100,crashes-fuzzing/04022-llvm-prettystacktraceentry-prettystacktraceentry.swift
https://github.com/practicalswift/swift-compiler-crashes/commit/d5dde6b,practicalswift,practicalswift@users.noreply.github.com,2014-11-19 11:11:32 +0100,Now catching malloc errors. Using %05d numbering.
https://github.com/practicalswift/swift-compiler-crashes/commit/1fe1de1,practicalswift,practicalswift@users.noreply.github.com,2014-10-25 13:04:01 +0200,Now catching linker errors.
https://github.com/practicalswift/swift-compiler-crashes/commit/5eb9fd3,practicalswift,practicalswift@users.noreply.github.com,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,practicalswift@users.noreply.github.com,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,practicalswift@users.noreply.github.com,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,ryan.fowler19@gmail.com,2014-09-16 17:40:10 -0400,Improve error handling and messages
https://github.com/glock45/swifter/commit/679c5a4,Damian Kołakowski,kolakowski.damian@gmail.com,2016-02-09 15:44:05 +0100,do { } catch { } replaced by "defer".
https://github.com/glock45/swifter/commit/76b68bd,Damian Kołakowski,damian.kolakowski@up-next.com,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,meteochu@gmail.com,2016-02-20 00:40:12 -0800,Fix OAuth trying to unwrap optional without credential
https://github.com/mattdonnelly/Swifter/commit/4394ee1,bradycoye,bradycoye@bradycoye.com,2015-12-06 14:56:27 -0500,patched error handling on Success Auth
https://github.com/CodaFi/Swift-Extras/commit/af83b66,Robert Widmann,devteam.codafi@gmail.com,2015-01-21 21:32:48 -0700,Try this all again
https://github.com/CodaFi/Swift-Extras/commit/f6c2afd,Robert Widmann,devteam.codafi@gmail.com,2014-10-21 08:45:13 -0600,Try just a little bit harder
https://github.com/roadfire/SwiftFonts/commit/a6e0bb0,Josh Brown,josh@roadfiresoftware.com,2014-11-13 21:27:20 -0500,trying out Travis CI
https://github.com/schwa/SwiftGraphics/commit/8233d62,Jonathan Wight,jwight@mac.com,2016-03-25 19:24:00 -0700,Add geometry code from path finding.
https://github.com/schwa/SwiftGraphics/commit/1fa24ee,Zhang Yungui,rhcad@hotmail.com,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,jwight@mac.com,2015-02-10 10:15:13 -0800,Moved CGPath+Intersects & GeometryExtensions to SwiftGraphics from Scratch
https://github.com/schwa/SwiftGraphics/commit/5e1de17,Jonathan Wight,jwight@mac.com,2015-02-05 15:09:28 -0800,Support more geometry protocols.
https://github.com/schwa/SwiftGraphics/commit/4aba36a,Jonathan Wight,jwight@mac.com,2015-02-01 15:37:36 -0800,Drawable shouldn’t necessarily be Geometry
https://github.com/schwa/SwiftGraphics/commit/8de9d88,Jonathan Wight,jwight@mac.com,2015-01-26 15:12:10 -0800,Rectangle is Geometry
https://github.com/schwa/SwiftGraphics/commit/397f5af,Jonathan Wight,jwight@mac.com,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,jwight@mac.com,2014-11-20 13:16:01 -0800,More geometry types.
https://github.com/daltoniam/SwiftHTTP/commit/9ddf6c1,Robert M. Ryan,robert.ryan@mindspring.com,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,mike@mrap.me,2014-09-02 12:51:45 -0700,Basic error handling
https://github.com/gfx/Swift-JsonSerializer/commit/a39ad23,Logan Wright,logan.william.wright@gmail.com,2015-12-28 01:27:11 -0500,moving json parser to use do catch
https://github.com/austinzheng/swift-lambdatron/commit/c0bab91,Austin Zheng,austinzheng@gmail.com,2015-02-03 00:26:41 -0800,Improving error handling
https://github.com/austinzheng/swift-lambdatron/commit/db38658,Austin Zheng,austinzheng@gmail.com,2015-01-07 02:21:27 -0800,Adding support for modulo (finally)
https://github.com/austinzheng/swift-lambdatron/commit/ddaf1e2,Austin Zheng,austinzheng@gmail.com,2015-01-07 01:53:44 -0800,Adding basic user-level error handling
https://github.com/austinzheng/swift-lambdatron/commit/fdf5cc0,Austin Zheng,austinzheng@gmail.com,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,austinzheng@gmail.com,2014-12-23 00:22:56 -0800,Enhancing parser error handling
https://github.com/austinzheng/swift-lambdatron/commit/998620e,Austin Zheng,austinzheng@gmail.com,2014-12-22 14:25:05 -0800,Adding error handling to eval phase
https://github.com/mythz/swift-linq-examples/commit/e7ce2cb,Demis Bellot,demis.bellot@gmail.com,2014-06-07 05:07:07 -0400,Try Go's syntax highlighting
https://github.com/elpassion/SwiftMustaches/commit/4007b26,Dariusz Rybicki,darrarski@gmail.com,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,mslathrop@gmail.com,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,helge@alwaysrightinstitute.com,2015-12-14 16:01:12 +0100,Try new Swift snapshot, still crashes on compile.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/cff6475,Helge Hess,helge@alwaysrightinstitute.com,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ß,helge@alwaysrightinstitute.com,2014-07-22 03:45:04 +0200,Another error handler.
https://github.com/AlwaysRightInstitute/SwiftSockets/commit/e836c48,Helge Hess,helge@alwaysrightinstitute.com,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,inamiy@gmail.com,2016-01-13 17:45:45 +0900,[Test] Update testREADME_tryEvent()
https://github.com/ReactKit/SwiftState/commit/9f98bb0,Yasuhiro Inami,inamiy@gmail.com,2015-07-07 11:36:13 +0900,Fix 5dda47e by never tryState(.AnyState) when tryEvent()
https://github.com/ReactKit/SwiftState/commit/62e5e1a,Yasuhiro Inami,inamiy@gmail.com,2015-04-09 10:41:26 +0900,Merge pull request #21 from ReactKit/fix/canTryEvent
https://github.com/ReactKit/SwiftState/commit/90fab1f,Yasuhiro Inami,inamiy@gmail.com,2015-04-09 10:37:17 +0900,Fix e96beee canTryEvent() bug.
https://github.com/ReactKit/SwiftState/commit/ca80a53,Yasuhiro Inami,inamiy@gmail.com,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,inamiy@gmail.com,2014-08-10 22:36:27 +0900,Fix canTryEvent for argument=anyStateEvent.
https://github.com/schwa/SwiftStateMachine/commit/4417538,Frederic Barthelemy,git@fbartho.com,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,f.dz.v.gh@gmail.com,2014-08-25 11:41:35 +0300,Merge branch 'retry-experiments'
https://github.com/f-dz-v/SwiftSTM/commit/cdb88ed,f-dz-v,f.dz.v.gh@gmail.com,2014-08-25 11:40:30 +0300,fix retry using optionals
https://github.com/f-dz-v/SwiftSTM/commit/2614caf,f-dz-v,f.dz.v.gh@gmail.com,2014-08-22 09:35:20 +0300,retry -> retryExperimental
https://github.com/ReactKit/SwiftTask/commit/d127eed,Yasuhiro Inami,inamiy@gmail.com,2015-09-23 11:21:29 +0900,Rename try() to retry()
https://github.com/ReactKit/SwiftTask/commit/3c3a4bb,Yasuhiro Inami,inamiy@gmail.com,2015-07-18 09:36:47 +0900,Use Swift2 defer.
https://github.com/ReactKit/SwiftTask/commit/de5c6f1,Yasuhiro Inami,inamiy@gmail.com,2014-12-30 22:08:15 +0900,Add clone() & improve try() using recursive-call.
https://github.com/ReactKit/SwiftTask/commit/6d6fbcb,Yasuhiro Inami,inamiy@gmail.com,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,inamiy@gmail.com,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,inamiy@gmail.com,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,inamiy@gmail.com,2014-12-07 11:17:36 +0900,[Test] Add testTry_cancel.
https://github.com/ReactKit/SwiftTask/commit/113dae4,Yasuhiro Inami,inamiy@gmail.com,2014-12-05 23:07:55 +0900,Merge pull request #9 from ReactKit/retryable
https://github.com/ReactKit/SwiftTask/commit/d489ef9,Yasuhiro Inami,inamiy@gmail.com,2014-12-05 22:12:54 +0900,Fix 568e012 (unrecognized bug) & 9438564 (try()-pause/cancel)
https://github.com/ReactKit/SwiftTask/commit/568e012,Yasuhiro Inami,inamiy@gmail.com,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,inamiy@gmail.com,2014-12-04 10:44:43 +0900,Add try() (retryable feature)
https://github.com/ReactKit/SwiftTask/commit/662d686,Yasuhiro Inami,inamiy@gmail.com,2014-11-18 08:39:50 +0900,Rename then/catch to onComplete/onSuccess/onFailure.
https://github.com/ReactKit/SwiftTask/commit/0fb1ba9,Yasuhiro Inami,inamiy@gmail.com,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,inamiy@gmail.com,2014-08-25 21:02:33 +0900,[Test] Use ErrorString instead of NSError.
https://github.com/JakeLin/SwiftWeather/commit/ef54b5b,Jake Lin,jakelinau@gmail.com,2015-08-22 00:22:13 +1000,Try to fix the custom class binding issue
https://github.com/SwiftyJSON/SwiftyJSON/commit/a669e50,Robert Otani,robert@otanistudio.com,2015-09-12 20:15:49 -0700,remove superfluous catch frame
https://github.com/SwiftyJSON/SwiftyJSON/commit/b848206,Robert Otani,robert@otanistudio.com,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,rurd4me@gmail.com,2014-11-13 17:21:23 -0800,Add a super simple error handling example
https://github.com/SwiftyJSON/SwiftyJSON/commit/794b9c3,tangplin,tangplin@gmail.com,2014-09-23 22:40:49 +0800,add error handle
https://github.com/SwiftyJSON/SwiftyJSON/commit/feeaef0,ruoyuf,lingoerer@gmail.com,2014-09-23 11:24:03 +0800,Add NSError to Null type
https://github.com/SwiftyJSON/SwiftyJSON/commit/0e0a5e6,ruoyuf,lingoerer@gmail.com,2014-06-27 01:34:19 +0800,Add Error Handling And Wrong Keypath tracking
https://github.com/SwiftyJSON/SwiftyJSON/commit/40b7b4b,ruoyuf,lingoerer@gmail.com,2014-06-27 01:15:24 +0800,Add Error Handling
https://github.com/typelift/swiftz/commit/70632fb,Robert Widmann,devteam.codafi@gmail.com,2015-01-25 21:37:51 -0700,Let's try this grammar thing again
https://github.com/typelift/swiftz/commit/98c1348,Robert Widmann,devteam.codafi@gmail.com,2015-01-22 19:09:41 -0700,try something else.
https://github.com/typelift/swiftz/commit/2df3105,Robert Widmann,devteam.codafi@gmail.com,2015-01-22 15:40:24 -0700,trying something.
https://github.com/typelift/swiftz/commit/4f31824,Robert Widmann,devteam.codafi@gmail.com,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),i@cantor.mx,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,joshaber@gmail.com,2014-06-08 00:41:29 -0700,Try to test :(
https://github.com/airspeedswift/SwooshKit/commit/017ae17,Airspeed Velocity,ben@airspeedvelocity.net,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,i.am.rodionovd@gmail.com,2014-08-22 03:00:23 +0700,Update README.md
https://github.com/rodionovd/SWRoute/commit/c43c0fa,Dmitry Rodionov,i.am.rodionovd@gmail.com,2014-08-11 20:14:48 +0700,Update README.md
https://github.com/rodionovd/SWRoute/commit/c7be7c8,Dmitry Rodionov,i.am.rodionovd@gmail.com,2014-06-19 08:47:02 +0700,README: update link to the article
https://github.com/rodionovd/SWRoute/commit/f1ff1bd,Dmitry Rodionov,i.am.rodionovd@gmail.com,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,james@weebly.com,2014-11-19 13:39:45 -0800,withAnimation -> withRowAnimation for consistency
https://github.com/archagon/tasty-imitation-keyboard/commit/d7b7853,Archagon,archagon@gmail.com,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,nick.oneill@gmail.com,2015-11-30 14:41:11 -0800,Added pantry post.
https://github.com/Artwalk/TimeHacker-OSX/commit/d68050b,Artwalk,frank.holy.art@gmail.com,2014-09-19 12:17:56 +0800,try swift
https://github.com/yeahdongcn/UIColor-Hex-Swift/commit/b062ce2,R0CKSTAR,yeahdongcn@gmail.com,2015-10-20 23:09:08 +0800,Add public convenience init(rgba: String) throws
https://github.com/lexrus/VPNOn/commit/3f6c4b8,lexrus,lexrus@gmail.com,2015-11-28 23:24:36 +0800,Try to fix Travis.
https://github.com/lexrus/VPNOn/commit/ed24b60,lexrus,lexrus@gmail.com,2015-11-28 22:54:42 +0800,Try to fix Travis again.
https://github.com/lexrus/VPNOn/commit/d8b96e0,lexrus,lexrus@gmail.com,2015-11-26 23:02:20 +0800,Try to fix CI.
https://github.com/lexrus/VPNOn/commit/51ae771,lexrus,lexrus@gmail.com,2015-03-30 23:31:13 +0800,Display nothing while there is no country code.
https://github.com/lexrus/VPNOn/commit/1a0ef1e,lexrus,lexrus@gmail.com,2015-01-07 20:46:56 +0800,Try to fix travis error.
https://github.com/lexrus/VPNOn/commit/8c9acbd,lexrus,lexrus@gmail.com,2015-01-05 23:25:49 +0800,Try to push detail view.
https://github.com/DaveWoodCom/XCGLogger/commit/6a43940,Brian Doig,brian.doig@ticketmaster.com,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,dave@cerebralgardens.com,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,dave@cerebralgardens.com,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