Skip to content

Conversation

@isomorpheme
Copy link

@isomorpheme isomorpheme commented Sep 11, 2024

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

Copy link

@musicismyalibi musicismyalibi left a comment

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
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
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
Author

@OpsBotPrime merge

@OpsBotPrime
Copy link

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

@OpsBotPrime
Copy link

Failed to rebase, please rebase manually using

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

@isomorpheme
Copy link
Author

@OpsBotPrime merge

@OpsBotPrime
Copy link

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

@OpsBotPrime
Copy link

Rebased as 82ebfd6, waiting for CI …

@OpsBotPrime
Copy link

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