-
Notifications
You must be signed in to change notification settings - Fork 11
feat(internal/config): implement trie for longest common prefix #429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 If you have any questions about this comment, feel free to raise an issue here: |
为了实现设计驱动,我倾向于我们应该先产出设计文档。我的建议目录结构如下: 第一层是语言,视为文档的根:
根目录默认只放用户使用相关,如 quickstart 之类。 llccpg 开发者相关的放到 doc/zh/dev 子目录下。我们之前已经提供的文档 https://github.com/goplus/llcppg/blob/main/doc/llcppg.md 应该主要是面向开发者的,当然开头部分有面向用户的部分,可以分拆一下。 |
No description provided.