Ensure reading the buffer content actually returns the content#14379
Ensure reading the buffer content actually returns the content#143791 commit merged intomicrosoft:mainfrom
Conversation
|
The CI hates me. |
|
Hello @zadjii-msft! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 8 hours, a condition that will be fulfilled in about 6 hours 53 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
lhecker
left a comment
There was a problem hiding this comment.
oof... Thanks for catching this!
GetText() is now returning a wstring_view which doesn't have the previous replace() member function. So I checked all other callers of GetText() in #13626 and fortunately this was the only code that had any meaningful changes.
|
🎉 Handy links: |
Summary of the Pull Request
Ensures that reading the buffer content actually returns the content.
References
Regressed in #13626.
PR Checklist
Validation Steps Performed
Added a test.