From ff0929b140fcd8434039a99f6fb11e46bf8b69ec Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Mon, 30 Jul 2018 22:09:25 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index d2fe0e7a..2991cb49 100644 --- a/TODO.md +++ b/TODO.md @@ -34,6 +34,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Use `/* USER_CONTENT_BEGIN(NAME) */` and `/* USER_CONTENT_END() */` for class members(h). - [ ] Workflow Codegen reports error during generating C++ code instead of crash - [x] CppMerge.exe reports error before crashes, which can be displayed by GacGen.ps1 +- [x] Provide `Sys::(U)Int(32|64)?ToInt(32|64)?` functions to solve merge problems by mixing 32 or 64 integer types with `int` or `uint`. People should always use `Sys::(U)Int(32|64)?ToInt(32|64)?` to cast integers in this case. - [ ] **Update Release** - [ ] Document clipboard data should have version - [ ] Word doesn't recognize embedded GIF represented by data URL in HTML clipboard format.