lua: Fix printing Lua string containing hex characters#17994
lua: Fix printing Lua string containing hex characters#17994mattklein123 merged 20 commits intoenvoyproxy:mainfrom
Conversation
|
Hi @Patrick0308, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
dd013e1 to
ce4f00f
Compare
Signed-off-by: chaojiang <chao.jiang@longbridge.sg> Signed-off-by: Patrick <patrickjiang0530@gmail.com>
ce4f00f to
35c1bb7
Compare
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
|
@wbpcode PTAL |
|
/assign |
wbpcode
left a comment
There was a problem hiding this comment.
Thanks. This is looks great. And I added some comments.
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
2c029f9 to
3eccad4
Compare
|
@wbpcode PTAL |
wbpcode
left a comment
There was a problem hiding this comment.
Looks great. Thanks for your contribution. Just some new comments. And we also need to format codes with tools/code_format/check_format.py fix.
|
In addition, try not to use force push. Force push is not friendly to reviewers 🤣 . Thanks. |
|
@wbpcode Sorry, I pushed force because I forget sign off. |
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
|
@wbpcode PTAL |
|
/retest |
|
Retrying Azure Pipelines: |
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
|
/retest |
|
Retrying Azure Pipelines: |
6cdc668 to
aa6ff26
Compare
|
Sorry, I made a mistake when resolving conflict. It requested review from many people. |
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
|
/retest |
|
Retrying Azure Pipelines: |
|
Thanks. Waiting @envoyproxy/senior-maintainers for a second review. |
Commit Message: Fix printing Lua string containing hex characters.
Additional Description:
Risk Level: Low
Testing: Unit test
Docs Changes: N/A
Release Notes: Added
Fixes #17975
Signed-off-by: Patrick patrickjiang0530@gmail.com