mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-23 07:45:59 +08:00
Update TODO.md
This commit is contained in:
@@ -7,8 +7,11 @@ https://zhuanlan.zhihu.com/p/39369370
|
||||
- [ ] Move `CopyStream`(GacUI) and `GenerateToStream`(Workflow) to Vlpp and refactor in everywhere including using or copying.
|
||||
- [x] Add partial ordering to Vlpp and refactor
|
||||
- [x] CodePack `SortDependencies` function
|
||||
- [ ] Workflow `WfCppConfig::SortInternal` function
|
||||
- [ ] Workflow `PostCollect` function
|
||||
- [ ] Workflow `WfCppConfig::SortInternal` and `PostCollect` function
|
||||
- [ ] Write all enums and structs before all classes, regardless they are declared inside a class or not.
|
||||
- All names after `__vwsn_(enum|struct)_<all-levels-of-parent-classes>_name`.
|
||||
- All generate `using name = __vwsn_(enum|struct)_<all-levels-of-parent-classes>_name` in the right place.
|
||||
- [ ] Check if inheritance relationships satisfy C++'s declare-before-use rule.
|
||||
- [x] Workflow `StructRecursivelyIncludeItself` `DuplicatedBaseInterface` errors
|
||||
- [ ] `GacBuild.ps1`
|
||||
- [ ] Workflow Codegen
|
||||
|
||||
Reference in New Issue
Block a user