Uh oh!
There was an error while loading. Please reload this page.
feat(internal/config): implement trie for longest common prefix - #429
feat(internal/config): implement trie for longest common prefix#429MeteorsLiu wants to merge 14 commits into
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #429 +/- ##
=======================================
Coverage 84.38% 84.38% =======================================
Files 27 27 Lines 2728 2728 =======================================
Hits 2302 2302 Misses 385 385 Partials 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
[Git-flow] Hi @MeteorsLiu, There are some suggestions for your information: Rebase suggestions
Which seems insignificant, recommend to use For other DetailsIf you have any questions about this comment, feel free to raise an issue here: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xushiwei
commented
Jun 8, 2025
为了实现设计驱动,我倾向于我们应该先产出设计文档。我的建议目录结构如下: 第一层是语言,视为文档的根:
根目录默认只放用户使用相关,如 quickstart 之类。 llccpg 开发者相关的放到 doc/zh/dev 子目录下。我们之前已经提供的文档 https://github.com/goplus/llcppg/blob/main/doc/llcppg.md 应该主要是面向开发者的,当然开头部分有面向用户的部分,可以分拆一下。 |
No description provided.