From 5c2b0e0835cd727ec84e1a3b11bd4c2004fc0f72 Mon Sep 17 00:00:00 2001 From: ShuiRuTian <158983297@qq.com> Date: Wed, 6 Jan 2021 19:12:44 +0800 Subject: more thoughts. --- analytics.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/analytics.md b/analytics.md index ff3231867..0dccc29c1 100644 --- a/analytics.md +++ b/analytics.md @@ -18,6 +18,8 @@ Only logic module matters. ### module tree +only update the module which is included in the main branch. + ### module declaration > logic module could be defined in its ancestor's folder. @@ -26,3 +28,15 @@ Only logic module matters. ## use clauses +## NOTE + +1. path attribute +if some module is declared by `#[path = "filePath"]`, only update the `filePath`. + +2. not update `mod.rs` change, like to `mod1.rs` + +3. for folder name change(not add more subfolders), equal to change its `mod.rs`. + +4. However, mod could be declared through `mod XX {}` in its ancestor file. + +5. Key: How to update? Through semantic tree, or plain text? I worry the former one is not that clever. -- cgit v1.2.3