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

Fixes StoryboardLoadable protocol not working with AnyWorkflow.PassedArgs #81

Merged
merged 16 commits into from Jul 27, 2021

Conversation

Richard-Gist
Copy link
Collaborator

@Richard-Gist Richard-Gist commented Jul 26, 2021

Linked Issue: Closes #80

Checklist:

…ssue. - RAG

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
@Richard-Gist Richard-Gist added the bug Something isn't working label Jul 26, 2021
@Richard-Gist
Copy link
Collaborator Author

Changes I made were in FlowRepresentable and AnyFlowRepresentable. I'm going to look at removing the force cast, next. Then I'll clean up all the code comments.

…o UIKitExample app - RAG TT

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 26, 2021

Codecov Report

Merging #81 (cdec6d6) into main (da2085c) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   94.68%   94.69%   +0.01%     
==========================================
  Files          61       62       +1     
  Lines        1598     1603       +5     
==========================================
+ Hits         1513     1518       +5     
  Misses         85       85              
Impacted Files Coverage Δ
...IKitExample/UIKitExample/SetupViewController.swift 100.00% <100.00%> (ø)
...le/UIKitExample/TermsOfServiceViewController.swift 100.00% <100.00%> (ø)
...ces/SwiftCurrent/Protocols/FlowRepresentable.swift 88.88% <100.00%> (ø)
...SwiftCurrent/TypeErased/AnyFlowRepresentable.swift 86.95% <100.00%> (ø)
...ources/SwiftCurrent_UIKit/StoryboardLoadable.swift 78.57% <100.00%> (-7.15%) ⬇️
...rrent/Protocols/PassthroughFlowRepresentable.swift 100.00% <0.00%> (+20.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00521be...cdec6d6. Read the comment docs.

Richard-Gist and others added 5 commits July 26, 2021 16:42
…RAG TT

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
…e fixed our storyboardloadable factory with no args - TT RAG

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
…d to update the example app tests to force abandon to be a thing - TT RAG

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
@Richard-Gist
Copy link
Collaborator Author

EOD: As @Tyler-Keith-Thompson pointed out in the last commit. We have gotten rid of some force casting, and everything is working BUT we still need to finish the example app for the Reject Terms of Service scenario. With the Reject of terms, we should also update the README to call out that screen as interesting.

@Tyler-Keith-Thompson Tyler-Keith-Thompson marked this pull request as ready for review July 26, 2021 23:38
morganzellers
morganzellers previously approved these changes Jul 27, 2021
wiemerm
wiemerm previously approved these changes Jul 27, 2021
Tyler-Keith-Thompson and others added 3 commits July 27, 2021 11:02
…- TT RAG MW

Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
Co-authored-by: Megan Wiemer <megan.wiemer@wwt.com>
@Richard-Gist Richard-Gist dismissed stale reviews from wiemerm and morganzellers via ef0b5df July 27, 2021 17:32
…talError - MW TT RAG

Co-authored-by: Megan Wiemer <megan.wiemer@wwt.com>
Co-authored-by: Tyler Thompson <tyler.thompson@wwt.com>
Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
@wiemerm wiemerm merged commit 1b60619 into main Jul 27, 2021
@wiemerm wiemerm deleted the passedargs-fix branch July 27, 2021 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StoryboardLoadable protocol doesn't work with AnyWorkflow.PassedArgs
5 participants