Re: [edk2-devel] [PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident

2021-02-17 Thread Nickle Wang
Reviewed-by: Nickle Wang Thanks, Nickle > -Original Message- > From: Chang, Abner (HPS SW/FW Technologist) > Sent: Friday, January 29, 2021 12:20 PM > To: devel@edk2.groups.io > Cc: Leif Lindholm ; Wang, Nickle (HPS SW) > ; Michael D Kinney > Subject: [PATCH] RedfishPkg/JsonLib: Fix

Re: [edk2-devel] [PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident

2021-01-31 Thread Abner Chang
Yes, CI is enabled on RedfishPkg. > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > gaoliming > Sent: Monday, February 1, 2021 9:54 AM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > Cc: 'Leif Lindholm' ; Wang, Nickle

回复: [edk2-devel] [PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident

2021-01-31 Thread gaoliming
Reviewed-by: Liming Gao Besides, does CI enable in RedfishPkg? Thanks Liming > -邮件原件- > 发件人: bounce+27952+70885+4905953+8761...@groups.io > 代表 Abner Chang > 发送时间: 2021年1月29日 12:20 > 收件人: devel@edk2.groups.io > 抄送: Leif Lindholm ; Nickle Wang > ; Michael D Kinney > 主题: [edk2-devel]

[edk2-devel] [PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident

2021-01-28 Thread Abner Chang
json_string_value() in JsonValueGetAsciiString () is removed by a accident when clean up the code. Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Nickle Wang Cc: Michael D Kinney --- RedfishPkg/Library/JsonLib/JsonLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git