Skip to content

Tags: kcl-lang/kcl

Tags

v0.9.0-beta.1

Toggle v0.9.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhance lsp diags. (#1371)

* enhance lsp diags. Change the return type of function `compile_with_params` from Result<(Program, IndexSet<Diagnostic>, GlobalState)> to (IndexSet<Diagnostic>, Result<(Program, GlobalState)>)). Returns the discovered diags when compilation fails.

Signed-off-by: he1pa <18012015693@163.com>

* fmt code

Signed-off-by: he1pa <18012015693@163.com>

---------

Signed-off-by: he1pa <18012015693@163.com>

v0.9.0-alpha.1

Toggle v0.9.0-alpha.1's commit message
chore: cargo update

Signed-off-by: peefy <xpf6677@163.com>

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: supports import local file in kcl-vet (#1290)

* feat: supports import local file in kcl-vet

Signed-off-by: zongz <zongzhe1024@163.com>

* fix: fix bug

Signed-off-by: zongz <zongzhe1024@163.com>

* fix: make fmt

Signed-off-by: zongz <zongzhe1024@163.com>

* fix: fix test case

Signed-off-by: zongz <zongzhe1024@163.com>

---------

Signed-off-by: zongz <zongzhe1024@163.com>

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add wasm32 llvm target (#1262)

feat:add wasm32 llvm target

Signed-off-by: shruti2522 <shruti.apc01@gmail.com>

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fork deprecated serde yaml and add more string quoting when ser…

…ialize (#1232)

Signed-off-by: peefy <xpf6677@163.com>

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add api list_variables to select variable (#1214)

* feat: add api list_variables to select variable

Signed-off-by: zongz <zongzhe1024@163.com>

* fix: add test case with format expr

Signed-off-by: zongz <zongzhe1024@163.com>

---------

Signed-off-by: zongz <zongzhe1024@163.com>

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fixed infinite retry. (#1180)

fix: fixed infinite retry issue. Add checks for retry termination conditions and retry intervals

Signed-off-by: he1pa <18012015693@163.com>

v0.8.2

Toggle v0.8.2's commit message
chore: bump version to 0.8.2

Signed-off-by: peefy <xpf6677@163.com>

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable auto block pr option of contributor-assistant/github-action. (#…

…1137)

Signed-off-by: Lan Liang <gcslyp@gmail.com>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix advanced resolver current schema symbol (#1110)

* fix: fix advanced resolver current schema symbol

Signed-off-by: he1pa <18012015693@163.com>

* add ut

Signed-off-by: he1pa <18012015693@163.com>

* fix ut

Signed-off-by: he1pa <18012015693@163.com>

---------

Signed-off-by: he1pa <18012015693@163.com>