Closed isomorpheme closed 4 weeks ago
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.
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.
@OpsBotPrime merge
Pull request approved for merge by @isomorpheme, rebasing now.
Failed to rebase, please rebase manually using
git fetch && git rebase --interactive --autosquash origin/master refactor-use-format
@OpsBotPrime merge
Pull request approved for merge by @isomorpheme, rebasing now.
Rebased as 82ebfd6dc13005fd8556167221990657730f94ee, waiting for CI …
CI job :yellow_circle: started.
Depends on #272 (just because that function got touched there; rebasing later would be a pain).