Sources/TSFCASFileTree/CASBlob.swift (6 lines): - line 26: // FIXME: The logic in this clase is intimately tied to `CASTreeParser`, it - line 183: // FIXME: This is rather inefficient; we could at least alloc a - line 245: fileInfo.fixedChunkSize = UInt64(data.readableBytes) // TODO: Split - line 252: // FIXME: large files should be split. - line 293: /// FIXME: This export should be available only through CASFSNode. - line 307: fileInfo.fixedChunkSize = UInt64(size) // TODO: Split Sources/TSFCASFileTree/FileTreeImport.swift (4 lines): - line 291: // - FIXME: Move this to use TSC's FileSystem. For that, we need to add a - line 926: // FIXME: This feels like it should be automatically handled by - line 930: // FIXME: Double-scanning of files on disk. - line 984: // FIXME: no compression supported right now Sources/TSFUtility/FutureFileSystem.swift (3 lines): - line 128: // FIXME: Need to fix FileSystemError to not require an AbsolutePath. - line 141: // FIXME: Need to fix FileSystemError to allow ERANGE. - line 163: // FIXME: Need to fix FileSystemError to allow ERANGE. Sources/TSFCASFileTree/Internal/FileSegmenter.swift (2 lines): - line 21: /// Import path. FIXME: move logging itself out of this class. - line 185: // FIXME: Need to support ERANGE in FileSystemError. Sources/TSFCASFileTree/Generated/CASFileTreeProtocol/file_tree.pb.swift (1 line): - line 181: //// * FIXME: collation rules or UTF-8 normalization guarantees? Protos/CASFileTreeProtocol/file_tree.proto (1 line): - line 58: /// * FIXME: collation rules or UTF-8 normalization guarantees? Sources/TSFCASFileTree/FileTree.swift (1 line): - line 143: // FIXME: This does a wasteful redecode of what we just wrote. This