Skip to content

Swift: Accept test regressions #12638

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

Merged
merged 2 commits into from
Mar 22, 2023
Merged

Swift: Accept test regressions #12638

merged 2 commits into from
Mar 22, 2023

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Mar 22, 2023

A PR got merged without the tests having run correctly, and unfortunately it has caused some regressions. This PR simply accepts the regressions so that people won't get bugged by test failures they're not responsible for. I'll follow-up with a proper fix for the regressions. This PR now fully fixes the issue.

@geoffw0 geoffw0 added no-change-note-required This PR does not need a change note Swift labels Mar 22, 2023
@geoffw0 geoffw0 requested a review from a team as a code owner March 22, 2023 16:26
@geoffw0 geoffw0 changed the title Swift: Accept test regressions. :( Swift: Accept test regressions. Mar 22, 2023
@geoffw0 geoffw0 changed the title Swift: Accept test regressions. Swift: Accept test regressions Mar 22, 2023
redsun82
redsun82 previously approved these changes Mar 22, 2023
@geoffw0
Copy link
Contributor Author

geoffw0 commented Mar 22, 2023

... I've just pushed the actual fix as a second commit, you'll have to re-review, sorry.

It was very straightforward - in a few places we were using getFullName() = [shortname], which worked due to the bug the original PR that opened this can of worms addresses. Now you have to do getName() = [shortname] or getFullName() = [fullname] as was always intended.

@redsun82 redsun82 self-requested a review March 22, 2023 16:52
Copy link
Contributor

@redsun82 redsun82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 great, many thanks!!

@geoffw0 geoffw0 merged commit bcca18d into github:main Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants