He1pa

Results 42 comments of He1pa

In KCL, we have build a structure similar to the symbol table and we call it `scope`. You can find it in `kclvm/sema/src/resolver/scope.rs`. It records most of the information you...

``` A = { image = "xx" env = [] } B = { @override image = "override_image" @append env = [] } A|B ```

![image](https://user-images.githubusercontent.com/56333845/201305979-22500f0d-2aaa-416f-92c6-6b69a3bb56f3.png)

Related issues: https://github.com/kcl-lang/kcl/issues/1544 https://github.com/kcl-lang/kcl/issues/1545

ref: Scaling gopls for the growing Go ecosystem: https://go.dev/blog/gopls-scalability

> @Peefy I've added [branch error2](https://github.com/markphillips100/kcllsp-test/tree/error2) and included one of my real compositions. Note, there seems to be a separate issue in regards to some schema complaints around `matchControllerRef`. You'll...

> @Peefy I worked on hover.rs chnaged few things in build_schema and inside the hover function > > But, can you exactly tell what the change needs to look like...

Rust-analyzer solution does not seem to be suitable, it is highlighted through markdown code blocks, like \`\`\`rust some code \`\`\` but \`\`\`kcl is not work in markdown. Maybe we can...

stable sort #225

> Hi! I would like to work on this issue under the upcoming LFX term. Are there ant related issues to the same, which I can parse through or try...