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

[ABW-2289] Fastlane: Skip GH Release for Alpha/PreAlpha && Dont show quotation marks around empty strings in Persona Data name #788

Merged
merged 5 commits into from
Sep 23, 2023

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Sep 22, 2023

Jira ticket ABW-2289
Bonus: Fastlane: Disable GH Release for Alpha and PreAlpha

image

image

image

image

image

@CyonAlexRDX CyonAlexRDX changed the title [ABW-2289] Not show quotation marks around empty strings in Persona Data name [ABW-2289] Dont show quotation marks around empty strings in Persona Data name Sep 22, 2023
\(firstLine)
"\(nickname)"
"""
let quotedNicknameOrEmpty: String? = nickname.nilIfEmpty.map { "\"\($0)\"" }
Copy link
Contributor

Choose a reason for hiding this comment

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

I know you love long names but this one is a lie, it will never be empty. Instead of empty it will be nil. And the optionality is built into the type, so it would be more true to call it nonEmptyQuotedNickname...

I also know how much you love NonEmptyString, you could use that. Would also make the compactMap less sad.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed now

@CyonAlexRDX CyonAlexRDX changed the title [ABW-2289] Dont show quotation marks around empty strings in Persona Data name [ABW-2289] Fastlane: Skip GH Release for Alpha/PreAlpha && Dont show quotation marks around empty strings in Persona Data name Sep 23, 2023
@CyonAlexRDX CyonAlexRDX merged commit 656ae94 into main Sep 23, 2023
5 checks passed
@CyonAlexRDX CyonAlexRDX deleted the ABW-2289_remove_quotation_marks_in_persona_details branch September 23, 2023 15:16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants