-
Notifications
You must be signed in to change notification settings - Fork 19
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
NavigationLinks are now supported in SwiftUI! #116
Conversation
…ed it nav tests, yay! - TT
…through to calling sites - TT
… attempted to fix it, I had to disable a couple of tests to prove it out, though - TT
…the current tests missed - TT
…the new way we are waiting - TT
…generic constraint tests - TT
… not yet gotten to, but we still need - TT
…ustness of nav links - TT
…em in a nav link workflow - TT
As discussed I am deliberately working on just writing failing tests, that leaves the team to focus on production code. As of the time of writing there are more tests that need to be written but I am quite confident in the testing suite, I am also confident in our ability to get nav stacks working along with skipping one or more items, backing up, I suspect NOTE: removedAfterProceeding may just outright work differently (see: very likely will) between Xcode 12.4, 12.5 and 13. SwiftUI changed a fair amount between all of those versions. Alternative approaches for removedAfterProceeding:
|
…n a nav stack - TT
… in a nav stack - TT
… was not able to verify that test is fully accurate - TT
Co-authored-by: Morgan Zellers <[email protected]> Co-authored-by: Tyler Thompson <[email protected]>
Co-authored-by: Morgan Zellers <[email protected]> Co-authored-by: Tyler Thompson <[email protected]>
Co-authored-by: Tyler Thompson <[email protected]> Co-authored-by: Morgan Zellers <[email protected]>
…unction - tt mz Co-authored-by: Tyler Thompson <[email protected]> Co-authored-by: Morgan Zellers <[email protected]>
…ct things - tt mz Co-authored-by: Tyler Thompson <[email protected]> Co-authored-by: Morgan Zellers <[email protected]>
SwiftCurrent.xcworkspace/xcshareddata/xcschemes/SwiftCurrent_SwiftUI.xcscheme
Outdated
Show resolved
Hide resolved
…ns of Xcode we support! ... we also broke testing and cannot fix it - TT RAG MZ Co-authored-by: Richard Gist <[email protected]> Co-authored-by: Morgan Zellers <[email protected]>
Co-authored-by: Morgan Zellers <[email protected]> Co-authored-by: Tyler Thompson <[email protected]>
…ing on that - TT RAG MZ Co-authored-by: Richard Gist <[email protected]> Co-authored-by: Morgan Zellers <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #116 +/- ##
==========================================
+ Coverage 93.98% 94.26% +0.28%
==========================================
Files 75 76 +1
Lines 1813 1867 +54
==========================================
+ Hits 1704 1760 +56
+ Misses 109 107 -2
Continue to review full report at Codecov.
|
… - MZ RAG Co-authored-by: Morgan Zellers <[email protected]>
…s - MZ RAG Co-authored-by: Morgan Zellers <[email protected]>
…he same type - MZ RAG Co-authored-by: Morgan Zellers <[email protected]>
…ing element reference - RAG
…navigation stack - TT
…rd broke, bringing it back though, also lets get compiling again for pure macOS - TT
…ier. There was a change needed to really support removedAfterProceeding behaving correctly - TT
…TT MZ Co-authored-by: Morgan Zellers <[email protected]>
…igationView - TT MZ Co-authored-by: Morgan Zellers <[email protected]>
…orrect locations in Jazzy now - TT MZ Co-authored-by: Morgan Zellers <[email protected]>
…tUI - TT rag Co-authored-by: Richard Gist <[email protected]>
Co-authored-by: Richard Gist <[email protected]>
…se SwiftCurrent with SwiftUI - RAG tt Co-authored-by: Richard Gist <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to follow this up with a bigger documentation PR, but for an initial BETA release, this is fine.
Linked Issue:
Checklist:
If Applicable: