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

Maintenance #38

Merged
merged 20 commits into from
Dec 5, 2023
Merged

Maintenance #38

merged 20 commits into from
Dec 5, 2023

Conversation

albertbori
Copy link
Collaborator

@albertbori albertbori commented Dec 4, 2023

Description

This PR addresses some outstanding maintenance issues:

  • The RenderedContainer type declared a generic alias of State, however, its enclosing type RenderedViewState already declared an alias of State, and therefore these generic aliases were contradicting. Swift produced a warning about this issue that, "will be an error in Swift 6". The simple fix was to remove the redundant generic alias.
  • The Settings UI tests were failing 100% of the time due to a bug(?) introduced in Xcode 14.3, which required the switch XCUIElement query to be further clarified by adding .switches.firstMatch.
  • Upgraded TestableCombinePublishers to the next minor version to improve automatically equatable stability.
  • Upgraded CI jobs to use newer macOS and Xcode versions

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe) - Maintenance

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@albertbori albertbori merged commit 4f56213 into main Dec 5, 2023
3 checks passed
@albertbori albertbori deleted the maintenance branch December 5, 2023 23:34
bdunay3 pushed a commit that referenced this pull request Dec 6, 2023
* Updated testable combine publishers

* Fixed Swift 6 conflicting generic aliases warning

* Fixed Xcode 14.3 UI test bug

* Update CI macOS and Xcode versions

* build destination corrections

* tidy up ci devices

* Fix flaky tests

* Upgrade actions

* Temporarily™ disabled broken UI tests
bdunay3 pushed a commit that referenced this pull request Jan 12, 2024
* Updated testable combine publishers

* Fixed Swift 6 conflicting generic aliases warning

* Fixed Xcode 14.3 UI test bug

* Update CI macOS and Xcode versions

* build destination corrections

* tidy up ci devices

* Fix flaky tests

* Upgrade actions

* Temporarily™ disabled broken UI tests
albertbori added a commit that referenced this pull request Jan 18, 2024
* Added support for visionOS

* Maintenance (#38)

* Updated testable combine publishers

* Fixed Swift 6 conflicting generic aliases warning

* Fixed Xcode 14.3 UI test bug

* Update CI macOS and Xcode versions

* build destination corrections

* tidy up ci devices

* Fix flaky tests

* Upgrade actions

* Temporarily™ disabled broken UI tests

* Bumpped CI to use Xcode 15.2. Also enabled unit tests for the VisionOS test target

---------

Co-authored-by: Bill Dunay <wdunay@wayfair.com>
Co-authored-by: Albert Bori <github@albertbori.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants