kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.61k stars 113 forks source link

fix: fix stackoverflow on schema circle dep #1628

Closed He1pa closed 3 weeks ago

He1pa commented 3 weeks ago

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 10736717587

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/sema/src/core/symbol.rs 51 61 83.61%
<!-- Total: 65 75 86.67% -->
Files with Coverage Reduction New Missed Lines %
kclvm/sema/src/core/symbol.rs 1 53.15%
kclvm/tools/src/LSP/src/tests.rs 1 98.6%
kclvm/tools/src/LSP/src/request.rs 3 64.97%
kclvm/tools/src/LSP/src/state.rs 7 83.72%
kclvm/tools/src/LSP/src/dispatcher.rs 7 65.71%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 10715438815: 0.05%
Covered Lines: 51249
Relevant Lines: 72454

💛 - Coveralls