Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "antitypical/Result" ~> 1.0
github "antitypical/Result" ~> 1.0.2
4 changes: 2 additions & 2 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"
github "Quick/Quick" ~> 0.7
github "Quick/Nimble" ~> 2.0
github "Quick/Quick" ~> 0.9
github "Quick/Nimble" ~> 3.1
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Nimble" "v2.0.0"
github "Quick/Quick" "v0.7.0"
github "antitypical/Result" "1.0.0"
github "Quick/Nimble" "v3.1.0"
github "Quick/Quick" "v0.9.0"
github "antitypical/Result" "1.0.2"
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Nimble
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick
Submodule Quick updated 102 files
3 changes: 0 additions & 3 deletions Commandant/Errors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ extension CommandantError: CustomStringConvertible {
}
}

/// Used to represent that a ClientError will never occur.
internal enum NoError: ErrorType {}

/// Constructs an `InvalidArgument` error that indicates a missing value for
/// the argument by the given name.
internal func missingArgumentError<ClientError>(argumentName: String) -> CommandantError<ClientError> {
Expand Down