Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict concurrency #30

Merged
merged 22 commits into from
Mar 24, 2024
Merged

Commits on Sep 25, 2023

  1. Merge branch 'develop'

    helje5 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    064d17c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge branch 'develop'

    helje5 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    13f62cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    helje5 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8587fc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge branch 'develop'

    helje5 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a4165f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Merge branch 'develop'

    helje5 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    ef2358f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    helje5 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    82846f7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    helje5 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b4991dc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Merge branch 'develop'

    helje5 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4b29c44 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge branch 'develop'

    helje5 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1530d28 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    helje5 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    40e531d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'develop'

    helje5 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2955475 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge branch 'develop'

    helje5 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cc4ba2b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge branch 'develop'

    helje5 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2ebc35a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge branch 'develop'

    helje5 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    885e546 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Enable strict-concurrency

    radianttap committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c077bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075ad96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f632da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ce2bfb View commit details
    Browse the repository at this point in the history
  5. Another close your eyes and pretend all is fine

    Is this is not Sendable then static let schemaMetadata on each Model object will error out in Swift 6.
    But this can't be truly Sendable because of AnyKeyPath.
    radianttap committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c9d363a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix indent

    Tabs.
    helje5 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c5e69c5 View commit details
    Browse the repository at this point in the history
  2. Use proper main actor isolation for modelToContainer

    Only backing SwiftUI modifiers, aka main.
    helje5 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    72287cc View commit details
    Browse the repository at this point in the history
  3. Fix Swift 5.9 build

    5.10 not available on GH yet.
    Disabled concurrency checks, given that they
    are not fully supported in 5.9 yet.
    helje5 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    054aef4 View commit details
    Browse the repository at this point in the history