v0.7.0-beta.1 Release
What's Changed
- bugfix: fix postion of undefined lambda param by @He1pa in #873
- perf: infer dict attr ty in config entries by @NeverRaR in #875
- fix: fix positional argument error missing by @zong-zhe in #877
- feat: disable empty list feature by @Peefy in #876
- chore(deps): bump self_cell from 0.10.2 to 0.10.3 in /kclvm/tests/fuzz by @dependabot in #878
- arch: migrate lsp dot_complete to new sema model by @He1pa in #879
- arch: migrate lsp assign(
:
and=
) value completion to new sema model by @He1pa in #881 - feat: support incremental resolver by @NeverRaR in #884
- arch: migrate lsp hover to new sema model by @XiaoK29 in #887
- arch: migrate lsp variable and schema attr completion to new sema model by @He1pa in #886
- chrom : move CachedScope from cache.rs to scope.rs by @NeverRaR in #888
- arch: migrate lsp newline complete to new sema model by @He1pa in #889
- feat: implement rename api with new sema model by @amyXia1994 in #890
- feat: add kcl mod metadata fetch for the driver crate by @Peefy in #892
- enhance: find refs support include declarations by @amyXia1994 in #897
- feat: support print functions for normal logger writer and not only for stdout by @Peefy in #896
- fix: fix ty error in assignment by @zong-zhe in #900
- chore: bump error message to stderr by @Peefy in #902
- feat: impl basic test suite loader and runner by @Peefy in #901
- arch: migrate lsp find_refs to new sema model by @XiaoK29 in #899
- feat: impl testing APIs by @Peefy in #904
- fix: add correct ty to quant symbol and argument symbol by @NeverRaR in #905
- enhance: build word index prune word in comments by @amyXia1994 in #903
- feat: use Arc<Mutex<..> to support internal modifications to CachedScope by @NeverRaR in #909
- chore: remove un-used code by @Peefy in #908
- fix: use kfile_paths to determine if root scope contains the pos by @NeverRaR in #910
- feat: increment parse in lsp by @He1pa in #911
- fix: make two test cases 'test_fetch_metadata' and 'test_fill_pkg_maps_for_k_file' execute in order by @zong-zhe in #907
- feat: add api 'get_full_schema_type' to return the schema ty with third party by @zong-zhe in #906
- fix: fix func
get_kcl_files
by @He1pa in #912
New Contributors
Full Changelog: v0.7.0-alpha.2...v0.7.0-beta.1