On Wednesday, 13 June 2018 at 02:33:22 UTC, Joakim wrote:
On Wednesday, 13 June 2018 at 02:18:55 UTC, makedgreatagain wrote:

When I cherry pick the commit 08041422, git report the IOS branch dose not have function `getCAssertFunctionName` , `DtoCAssert` there seems missing some old commit from IOS branch to ltsmaster branch. I don't know how many and how to compare to get all the missing commit to work.

Thanks for you help again.

Are you starting from the top, with the oldest commit first? Because the older commits supply those functions.

You may not want to cherry-pick if you're not used to doing it, and just apply the patch itself:

https://patch-diff.githubusercontent.com/raw/ldc-developers/ldc/pull/2748.diff

I has try a lot diff way, none of them work.


to apply this patch it should this error:

error: patch failed: driver/main.cpp:860
error: driver/main.cpp: patch does not apply
error: patch failed: gen/module.cpp:743
error: gen/module.cpp: patch does not apply

Reply via email to