Skip to content
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

feat:Lsp compile unit cache watcher for config file(kcl.yaml and kcl.mod). #1188

Merged
merged 4 commits into from
Apr 7, 2024

Commits on Apr 7, 2024

  1. feat: lsp compile unit cache. Add cache of lookup_compile_unit() and …

    …watcher for config file(`kcl.yaml` and `kcl.mod`).
    
    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    55e8db4 View commit details
    Browse the repository at this point in the history
  2. restore resolver cache

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    836ee48 View commit details
    Browse the repository at this point in the history
  3. test: add compile unit cache e2e test

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    def7169 View commit details
    Browse the repository at this point in the history
  4. chore: s/&String/&str in function param

    Signed-off-by: he1pa <18012015693@163.com>
    He1pa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9fba489 View commit details
    Browse the repository at this point in the history