You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OrderedDictionary] Deprecate `subscript(offset:)` for now (#92)
* [OrderedDictionary] Deprecate index(forKey:), subscript(offset:) and friends for now
* [OrderedDictionary] Update tests
* Update benchmarks
* Un-deprecate index(forKey:)
Add arm64 support to CMake build (#64)
This is pretty speculative, I just copied the `SwiftSupport.cmake` from swift-argument-parser which seems to have support for arm64.
[test] checkCollection: Don’t pass decreasing indices to distance(fro…
…m:to:) (#63)
Also, try running the conformance checkers on the minimal collection types to catch similar issues.