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

[Beta] Removes usage of AnyView #77

Merged
merged 39 commits into from Jul 22, 2021
Merged

[Beta] Removes usage of AnyView #77

merged 39 commits into from Jul 22, 2021

Commits on Jul 19, 2021

  1. Copy the full SHA
    e82633d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Copy the full SHA
    a506427 View commit details
    Browse the repository at this point in the history
  2. [die-anyview-die] - as long as you do not want to ever skip items or …

    …present more than one thing there is no longer an AnyView! WOOO! - MW MZ TT
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    d779b05 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a5b75f View commit details
    Browse the repository at this point in the history
  4. [die-anyview-die] - We can now proceed forward one item deep, if you …

    …do not skip anything and if you do not look at it too hard - TT MZ MW
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    5202360 View commit details
    Browse the repository at this point in the history
  5. [die-anyview-die] - Added all the thenProceed methods to ModifiedWork…

    …flowContent and replaced custom model with existing WorkflowViewModel - TT MZ MW
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    fec95bf View commit details
    Browse the repository at this point in the history
  6. [die-anyview-die] - Added a test that forced us to correctly wrap mod…

    …ified body in an if statement - MW TT
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    888d675 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    083ba80 View commit details
    Browse the repository at this point in the history
  8. [die-anyview-die] - Workflow can now take in launched arguments and d…

    …o something with them! - TT MZ MW
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    6765115 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    86d2abd View commit details
    Browse the repository at this point in the history
  10. [die-anyview-die] - Abandoning now works more better, because there i…

    …s an explicit publisher and not some value that got set to nil - MZ MW TT
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    7bafbc9 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    2ce4459 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f6b6f7f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    241781f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    469d6a8 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0b6151b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c13d360 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    e79a307 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    caa40c2 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    e7bb596 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b556706 View commit details
    Browse the repository at this point in the history
  21. [die-anyview-die] - Cover a gap on ModifiedWorkflowView for when a pa…

    …ssthrough representable is in the middle of a Workflow - TT
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    72e1074 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    4bbadbe View commit details
    Browse the repository at this point in the history
  23. [die-anyview-die] - ModifiedWorkflowView init with a different modifi…

    …edWorkflowView can be private - TT
    Tyler-Keith-Thompson committed Jul 20, 2021
    Copy the full SHA
    ed88365 View commit details
    Browse the repository at this point in the history
  24. Update Sources/SwiftCurrent_SwiftUI/Views/ModifiedWorkflowView.swift

    Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
    Tyler-Keith-Thompson and Richard-Gist committed Jul 20, 2021
    Copy the full SHA
    7e9a2e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge remote-tracking branch 'origin/main' into die-anyview-die

     Conflicts:
    	Tests/SwiftCurrent_SwiftUITests/SwiftCurrent_SwiftUITests.swift
     Updates:
            ExampleApps/SwiftUIExample/SwiftUIExampleTests/Views/ContentViewTests.swift
            ExampleApps/SwiftUIExample/SwiftUIExampleTests/Views/AccountInformationViewTests.swift
            ExampleApps/SwiftUIExample/SwiftUIExampleTests/ViewInspector/InspectableExtensions.swift
    Richard-Gist committed Jul 21, 2021
    Copy the full SHA
    ae2d310 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. [die-anyview-die] - Broke the example app tests but fixed the StateOb…

    …ject issues. Production code behaves exactly as expected and tests merely need to adapt - TT
    Tyler-Keith-Thompson committed Jul 22, 2021
    Copy the full SHA
    969487f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8f96372 View commit details
    Browse the repository at this point in the history
  3. [die-anyview-die] - onFinish and onAbandon now work if they are put a…

    …fter the first thenProceed but before the last - TT
    Tyler-Keith-Thompson committed Jul 22, 2021
    Copy the full SHA
    0af5a1e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    30bb9df View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ab71bf9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    af92939 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4474284 View commit details
    Browse the repository at this point in the history
  8. [die-anyview-die] - Fixed PR pipeline by merging in test and fixing i…

    …t for the new world - RAG
    Richard-Gist committed Jul 22, 2021
    Copy the full SHA
    dbdcd13 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    054dbca View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bcc6f4d View commit details
    Browse the repository at this point in the history
  11. [die-anyview-die] - Added binding selection to tab view and fixed all…

    … the stuff I accidentally broke when I went from form to vstack - TT
    Tyler-Keith-Thompson committed Jul 22, 2021
    Copy the full SHA
    445dcc5 View commit details
    Browse the repository at this point in the history
  12. [die-anyview-die] - Change noView to return text so that it tries to …

    …render and actually throws the fatal error - TT
    Tyler-Keith-Thompson committed Jul 22, 2021
    Copy the full SHA
    cc6c955 View commit details
    Browse the repository at this point in the history
  13. [die-anyview-die] - We have added compiler safety and painstakingly m…

    …ade sure we aren't lying to our users! - MOB
    Tyler-Keith-Thompson committed Jul 22, 2021
    Copy the full SHA
    1f459b1 View commit details
    Browse the repository at this point in the history