Summary: 19 instances, 16 unique Text Count /// FIXME: Fix error reporting. We ought to throw errors instead of trapping 1 // FIXME: Add this to the stdlib on BidirectionalCollection 1 // FIXME: Add direct implementation & see if it makes a difference 1 // FIXME: Replace with something better. 1 // FIXME: Add suppport for segmented (a.k.a. piecewise contiguous) 1 // FIXME: Rotate storage such that it becomes contiguous. 1 // FIXME: Is putting this in a separate compilation unit enough to make 1 // FIXME: See if a more cache friendly algorithm would be faster. 1 // FIXME: This ought to be a thread-local variable. 1 // FIXME: When a stdlib is released that contains a fix, add a check for it. 1 // FIXME: Implement in-place sorting. 1 // FIXME: Port all of the collection validation tests from the Swift compiler codebase. 3 // FIXME: Port the collection validation tests from the Swift compiler codebase. 2 // FIXME: Implement storage shrinking 1 // FIXME: Update hash table contents in place. 1 // FIXME: Implement `partition(by:)` by making storage contiguous, 1