[PATCH 4/4] widl: Compute uuids for parameterized types.
From: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- tools/widl/hash.c | 133 ++++++++++++++++++++++++++++++++++++++++++ tools/widl/hash.h | 13 +++++ tools/widl/parser.y | 6 +- tools/widl/typetree.c | 40 +++++++++++++ tools/widl/typetree.h | 2 + 5 files changed, 190 insertions(+), 4 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=85877 Your paranoid android. === debiant2 (build log) === error: patch failed: tools/widl/hash.c:639 error: patch failed: tools/widl/hash.h:22 error: patch failed: tools/widl/parser.y:45 error: patch failed: tools/widl/typetree.c:29 error: patch failed: tools/widl/typetree.h:80 Task: Patch failed to apply === debiant2 (build log) === error: patch failed: tools/widl/hash.c:639 error: patch failed: tools/widl/hash.h:22 error: patch failed: tools/widl/parser.y:45 error: patch failed: tools/widl/typetree.c:29 error: patch failed: tools/widl/typetree.h:80 Task: Patch failed to apply
participants (2)
-
Jacek Caban -
Marvin