Skip to content

Update status doc #1422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2018
Merged
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
26 changes: 13 additions & 13 deletions Docs/Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ There is no _Complete_ status for test coverage because there are always additio
| `URLProtectionSpace` | Unimplemented | None | |
| `URLProtocol` | Unimplemented | None | |
| `URLProtocolClient` | Unimplemented | None | |
| `NSURLRequest` | Mostly Complete | Incomplete | |
| `NSMutableURLRequest` | Mostly Complete | Incomplete | |
| `URLResponse` | Mostly Complete | Incomplete | |
| `NSHTTPURLResponse` | Mostly Complete | Substantial | |
| `NSURLRequest` | Complete | Incomplete | |
| `NSMutableURLRequest` | Complete | Incomplete | |
| `URLResponse` | Complete | Incomplete | |
| `NSHTTPURLResponse` | Complete | Substantial | |
| `NSURL` | Mostly Complete | Substantial | Resource values remain unimplemented |
| `NSURLQueryItem` | Mostly Complete | N/A | |
| `NSURLQueryItem` | Complete | N/A | |
| `URLResourceKey` | Complete | N/A | |
| `URLFileResourceType` | Complete | N/A | |
| `URL` | Complete | Incomplete | |
Expand All @@ -67,7 +67,7 @@ There is no _Complete_ status for test coverage because there are always additio
| `URLRequest` | Complete | None | |
| `HTTPCookie` | Complete | Incomplete | |
| `HTTPCookiePropertyKey` | Complete | N/A | |
| `HTTPCookieStorage` | Unimplemented | None | |
| `HTTPCookieStorage` | Mostly Complete | Substantial | |
| `Host` | Complete | None | |
| `Configuration` | N/A | N/A | For internal use only |
| `EasyHandle` | N/A | N/A | For internal use only |
Expand Down Expand Up @@ -155,8 +155,8 @@ There is no _Complete_ status for test coverage because there are always additio
| `NSOrderedSet` | Mostly Complete | Substantial | `NS[Mutable]Copying`, and `array` & `set` (and associated indexing methods) remain unimplemented |
| `NSMutableOrderedSet` | Mostly Complete | Substantial | `NSCoding` and `sortRange(_:options:, usingComparator:)` with non-empty options remain unimplemented |
| `NSCFArray` | N/A | N/A | For internal use only |
| `NSIndexSet` | Mostly Complete | Incomplete | `NSCoding`, `NSCopying`, and concurrent `enumerateWithOptions(_:range:paramType:returnType:block:)` remain unimplemented |
| `NSMutableIndexSet` | Mostly Complete | Incomplete | `shiftIndexesStarting(at:by:)` remains unimplemented |
| `NSIndexSet` | Mostly Complete | Incomplete | `NSCoding` remains to be implemented |
| `NSMutableIndexSet` | Mostly Complete | Incomplete | `NSCoding` remains to be implemented |
| `IndexSet` | Complete | Incomplete | |
| `NSIndexPath` | Mostly Complete | None | `NSCoding`, `NSCopying`, `getIndexes(_:)` remain unimplemented |
| `IndexPath` | Complete | Incomplete | |
Expand Down Expand Up @@ -198,15 +198,15 @@ There is no _Complete_ status for test coverage because there are always additio
| Entity Name | Status | Test Coverage | Notes |
|-----------------------------|-----------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `NSRegularExpression` | Complete | Substantial | |
| `Scanner` | Mostly Complete | Incomplete | `scanHex<T: _FloatLike>(_:locale:locationToScanFrom:to:)` and `localizedScannerWithString(_:)` remain unimplemented |
| `Scanner` | Mostly Complete | Incomplete | `localizedScannerWithString(_:)` remains unimplemented |
| `NSTextCheckingResult` | Mostly Complete | Incomplete | `NSCoding`, `NSCopying`, `resultType`, and `range(at:)` remain unimplemented |
| `NSAttributedString` | Incomplete | Incomplete | `NSCoding`, `NS[Mutable]Copying`, `attributedSubstring(from:)`, `isEqual(to:)`, `init(NSAttributedString:)` remain unimplemented |
| `NSMutableAttributedString` | Unimplemented | Incomplete | Only `addAttribute(_:value:range:)` is implemented |
| `NSAttributedString` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
| `NSMutableAttributedString` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
| `NSCharacterSet` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
| `NSMutableCharacterSet` | Mostly Complete | None | Decoding remains unimplemented |
| `NSCFCharacterSet` | N/A | N/A | For internal use only |
| `CharacterSet` | Complete | Incomplete | |
| `NSString` | Mostly Complete | Substantial | `init(contentsOf:usedEncoding:)`, `init(contentsOfFile:usedEncoding:)`, `enumerateSubstrings(in:options:using:)` remain unimplemented |
| `NSString` | Mostly Complete | Substantial | `enumerateSubstrings(in:options:using:)` remains unimplemented |
| `NSStringEncodings` | Complete | N/A | Contains definitions of string encodings |
| `NSCFString` | N/A | N/A | For internal use only |
| `NSStringAPI` | N/A | N/A | Exposes `NSString` APIs on `String` |
Expand Down Expand Up @@ -307,7 +307,7 @@ There is no _Complete_ status for test coverage because there are always additio
| Entity Name | Status | Test Coverage | Notes |
|----------------------|-----------------|---------------|------------------------------------------------------------|
| `NSNotification` | Complete | N/A | |
| `NotificationCenter` | Mostly Complete | Substantial | Adding observers to non-`nil` queues remains unimplemented |
| `NotificationCenter` | Complete | Substantial | |
| `Notification` | Complete | N/A | |
| `NotificationQueue` | Complete | Substantial | |

Expand Down