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

Adds Passthrough representable #79

Merged
merged 13 commits into from Jul 26, 2021
Merged

Commits on Jul 23, 2021

  1. [ci skip] passthrough-representable - added basic implementation of P…

    …assthroughFlowRepresentable, works good so far - TT
    Tyler-Keith-Thompson committed Jul 23, 2021
    Copy the full SHA
    cfe1b17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    946abd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. [skip ci] passthrough-representable - added a bunch of tests for the …

    …generic constraints, still have 3 to uncomment and get compiling - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    d42499c View commit details
    Browse the repository at this point in the history
  2. [passthrough-representable] - Finished all the permutations of generi…

    …c constraints in tests, including passthrough representables - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    da285b2 View commit details
    Browse the repository at this point in the history
  3. [passthrough-representable] - Deprecated and renamed thenPresent meth…

    …ods with thenProceedWith methods so that the API surface is easier to keep track of - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    c1419f4 View commit details
    Browse the repository at this point in the history
  4. [passthrough-representable] - Fixed the renames to actually rename co…

    …rrectly - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    67214ee View commit details
    Browse the repository at this point in the history
  5. [passthrough-representable] - Used xcode driven development and click…

    …ed fix on everything, then reveled in how effective that was. API upgrade path tested - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    596eced View commit details
    Browse the repository at this point in the history
  6. [passthrough-representable] - With a series of clever regular express…

    …ion replaces we are up and running with SwiftUI generic constraint tests - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    dba6ee9 View commit details
    Browse the repository at this point in the history
  7. [passthrough-representable] - Had one more set of constraints to sort…

    … out, we should be all set now - TT
    
    Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 24, 2021
    Copy the full SHA
    1f70376 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Copy the full SHA
    6939dd9 View commit details
    Browse the repository at this point in the history
  2. [passthrough-representable] - Fix passthrough on StoryboardLoadable - TT

    Co-authored-by: Tyler Thompson <Tyler.Thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 26, 2021
    Copy the full SHA
    2b58bbb View commit details
    Browse the repository at this point in the history
  3. [passthrough-representable] - Fixed the runtime issue with passthroug…

    …h on storyboard loadable - TT
    
    Co-authored-by: Tyler Thompson <Tyler.Thompson@wwt.com>
    Tyler-Keith-Thompson and Tyler-Keith-Thompson committed Jul 26, 2021
    Copy the full SHA
    0bd9aa2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5a1698e View commit details
    Browse the repository at this point in the history