Skip to content

Commit e96492e

Browse files
amordeparkera
authored andcommitted
Update status doc (#1422)
Merging without test since this is a markdown-only change.
1 parent a17cdd0 commit e96492e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Docs/Status.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ There is no _Complete_ status for test coverage because there are always additio
5353
| `URLProtectionSpace` | Unimplemented | None | |
5454
| `URLProtocol` | Unimplemented | None | |
5555
| `URLProtocolClient` | Unimplemented | None | |
56-
| `NSURLRequest` | Mostly Complete | Incomplete | |
57-
| `NSMutableURLRequest` | Mostly Complete | Incomplete | |
58-
| `URLResponse` | Mostly Complete | Incomplete | |
59-
| `NSHTTPURLResponse` | Mostly Complete | Substantial | |
56+
| `NSURLRequest` | Complete | Incomplete | |
57+
| `NSMutableURLRequest` | Complete | Incomplete | |
58+
| `URLResponse` | Complete | Incomplete | |
59+
| `NSHTTPURLResponse` | Complete | Substantial | |
6060
| `NSURL` | Mostly Complete | Substantial | Resource values remain unimplemented |
61-
| `NSURLQueryItem` | Mostly Complete | N/A | |
61+
| `NSURLQueryItem` | Complete | N/A | |
6262
| `URLResourceKey` | Complete | N/A | |
6363
| `URLFileResourceType` | Complete | N/A | |
6464
| `URL` | Complete | Incomplete | |
@@ -67,7 +67,7 @@ There is no _Complete_ status for test coverage because there are always additio
6767
| `URLRequest` | Complete | None | |
6868
| `HTTPCookie` | Complete | Incomplete | |
6969
| `HTTPCookiePropertyKey` | Complete | N/A | |
70-
| `HTTPCookieStorage` | Unimplemented | None | |
70+
| `HTTPCookieStorage` | Mostly Complete | Substantial | |
7171
| `Host` | Complete | None | |
7272
| `Configuration` | N/A | N/A | For internal use only |
7373
| `EasyHandle` | N/A | N/A | For internal use only |
@@ -155,8 +155,8 @@ There is no _Complete_ status for test coverage because there are always additio
155155
| `NSOrderedSet` | Mostly Complete | Substantial | `NS[Mutable]Copying`, and `array` & `set` (and associated indexing methods) remain unimplemented |
156156
| `NSMutableOrderedSet` | Mostly Complete | Substantial | `NSCoding` and `sortRange(_:options:, usingComparator:)` with non-empty options remain unimplemented |
157157
| `NSCFArray` | N/A | N/A | For internal use only |
158-
| `NSIndexSet` | Mostly Complete | Incomplete | `NSCoding`, `NSCopying`, and concurrent `enumerateWithOptions(_:range:paramType:returnType:block:)` remain unimplemented |
159-
| `NSMutableIndexSet` | Mostly Complete | Incomplete | `shiftIndexesStarting(at:by:)` remains unimplemented |
158+
| `NSIndexSet` | Mostly Complete | Incomplete | `NSCoding` remains to be implemented |
159+
| `NSMutableIndexSet` | Mostly Complete | Incomplete | `NSCoding` remains to be implemented |
160160
| `IndexSet` | Complete | Incomplete | |
161161
| `NSIndexPath` | Mostly Complete | None | `NSCoding`, `NSCopying`, `getIndexes(_:)` remain unimplemented |
162162
| `IndexPath` | Complete | Incomplete | |
@@ -198,15 +198,15 @@ There is no _Complete_ status for test coverage because there are always additio
198198
| Entity Name | Status | Test Coverage | Notes |
199199
|-----------------------------|-----------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
200200
| `NSRegularExpression` | Complete | Substantial | |
201-
| `Scanner` | Mostly Complete | Incomplete | `scanHex<T: _FloatLike>(_:locale:locationToScanFrom:to:)` and `localizedScannerWithString(_:)` remain unimplemented |
201+
| `Scanner` | Mostly Complete | Incomplete | `localizedScannerWithString(_:)` remains unimplemented |
202202
| `NSTextCheckingResult` | Mostly Complete | Incomplete | `NSCoding`, `NSCopying`, `resultType`, and `range(at:)` remain unimplemented |
203-
| `NSAttributedString` | Incomplete | Incomplete | `NSCoding`, `NS[Mutable]Copying`, `attributedSubstring(from:)`, `isEqual(to:)`, `init(NSAttributedString:)` remain unimplemented |
204-
| `NSMutableAttributedString` | Unimplemented | Incomplete | Only `addAttribute(_:value:range:)` is implemented |
203+
| `NSAttributedString` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
204+
| `NSMutableAttributedString` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
205205
| `NSCharacterSet` | Mostly Complete | Incomplete | `NSCoding` remains unimplemented |
206206
| `NSMutableCharacterSet` | Mostly Complete | None | Decoding remains unimplemented |
207207
| `NSCFCharacterSet` | N/A | N/A | For internal use only |
208208
| `CharacterSet` | Complete | Incomplete | |
209-
| `NSString` | Mostly Complete | Substantial | `init(contentsOf:usedEncoding:)`, `init(contentsOfFile:usedEncoding:)`, `enumerateSubstrings(in:options:using:)` remain unimplemented |
209+
| `NSString` | Mostly Complete | Substantial | `enumerateSubstrings(in:options:using:)` remains unimplemented |
210210
| `NSStringEncodings` | Complete | N/A | Contains definitions of string encodings |
211211
| `NSCFString` | N/A | N/A | For internal use only |
212212
| `NSStringAPI` | N/A | N/A | Exposes `NSString` APIs on `String` |
@@ -307,7 +307,7 @@ There is no _Complete_ status for test coverage because there are always additio
307307
| Entity Name | Status | Test Coverage | Notes |
308308
|----------------------|-----------------|---------------|------------------------------------------------------------|
309309
| `NSNotification` | Complete | N/A | |
310-
| `NotificationCenter` | Mostly Complete | Substantial | Adding observers to non-`nil` queues remains unimplemented |
310+
| `NotificationCenter` | Complete | Substantial | |
311311
| `Notification` | Complete | N/A | |
312312
| `NotificationQueue` | Complete | Substantial | |
313313

0 commit comments

Comments
 (0)