Skip to content

Handle breaking changes when upgrading the Xcode/SDK version? #338

@madsmtm

Description

@madsmtm

In #334 there were exactly two breaking changes:

  • The signature of NSDiffableDataSourceSnapshot::appendSectionsWithIdentifiers was changed (added correct array type).
  • ASWebAuthenticationSessionWebBrowserSessionManager::registerDefaultsForASWASInSetupAssistantIfNeeded was removed

Which would definitely have been possible to stub out, and avoid it being a breaking change.

But do we want to? Or would we expect this functionality to be so rarely used, if ever, that it goes under "acceptable breakage"?

(Not really that important to figure out yet, since icrate is quite far from finished. But still important to do at some point!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frameworkAffects the framework crates and the translator for themhelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions