Skip to content

feedbackOnStatus: Use format for everything#273

Merged
OpsBotPrime merged 1 commit into
masterfrom
refactor-use-format
Oct 3, 2024
Merged

feedbackOnStatus: Use format for everything#273
OpsBotPrime merged 1 commit into
masterfrom
refactor-use-format

Conversation

@isomorpheme

@isomorpheme isomorpheme commented Sep 11, 2024

Copy link
Copy Markdown

Depends on #272 (just because that function got touched there; rebasing later would be a pain).

@musicismyalibi musicismyalibi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, you could consider also doing line 482 while you're at it.

@robbert-vdh

Copy link
Copy Markdown
Member

Just FYI, Text.Format is a big footgun, and I'd avoid it for anything somehwat mission critical (or in general). If the length o the list doesn't match the number of placeholders, then this call will diverge, which could end up taking the entire service down.

@isomorpheme

Copy link
Copy Markdown
Author

Just FYI, Text.Format is a big footgun, and I'd avoid it for anything somehwat mission critical (or in general). If the length o the list doesn't match the number of placeholders, then this call will diverge, which could end up taking the entire service down.

Thanks for pointing this out! I've created #275 to completely get rid of it then.

Base automatically changed from reactions to master October 3, 2024 08:58
@isomorpheme

Copy link
Copy Markdown
Author

@OpsBotPrime merge

@OpsBotPrime

Copy link
Copy Markdown

Pull request approved for merge by @isomorpheme, rebasing now.

@OpsBotPrime

Copy link
Copy Markdown

Failed to rebase, please rebase manually using

git fetch && git rebase --interactive --autosquash origin/master refactor-use-format

@isomorpheme

Copy link
Copy Markdown
Author

@OpsBotPrime merge

@OpsBotPrime

Copy link
Copy Markdown

Pull request approved for merge by @isomorpheme, rebasing now.

@OpsBotPrime

Copy link
Copy Markdown

Rebased as 82ebfd6, waiting for CI …

@OpsBotPrime

Copy link
Copy Markdown

CI job 🟡 started.

@OpsBotPrime OpsBotPrime merged commit 82ebfd6 into master Oct 3, 2024
@OpsBotPrime OpsBotPrime deleted the refactor-use-format branch October 3, 2024 09:05
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.

4 participants