Skip to content

Stack.sync() is deprecated, "Please use seqSync instead" #92

@TheNightmanCodeth

Description

@TheNightmanCodeth

The sync(_:syncTypes:then:) method is marked deprecated:

@available(*, deprecated, message: "This method will be deprecated soon. Please use seqSync instead")
public func sync(_ syncStack: SyncStack = SyncStack(),
syncTypes: [SyncStack.SyncableTypes] = [.all],
then completion: @escaping (_ result: Result<SyncStack, Error>) -> Void) {

Is this method actually deprecated? I can't find any seqSync methods in the codebase. Should we be using a different function for sync?

It's just the only compiler warning we can't resolve in our project 😅. It would be nice to remove it if it's not actually deprecated yet.

Thanks for your time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions