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

Rust executor in kcl lsp server (just rust side for now) #2103

Merged
merged 27 commits into from
Apr 13, 2024

Commits on Apr 12, 2024

  1. start of cleaning up executor

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4c3c108 View commit details
    Browse the repository at this point in the history
  2. cleanup executor

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6849e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06456a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3179574 View commit details
    Browse the repository at this point in the history
  5. do nothing if the file does not change

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cd4f989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b710f23 View commit details
    Browse the repository at this point in the history
  7. updates

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    953f91a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    3a193c5 View commit details
    Browse the repository at this point in the history
  2. execution is lsp

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f61c81d View commit details
    Browse the repository at this point in the history
  3. add the custom notifications

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c0354ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42788b0 View commit details
    Browse the repository at this point in the history
  5. custom notifications

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    478139d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02d2afd View commit details
    Browse the repository at this point in the history
  7. updates

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f9ab921 View commit details
    Browse the repository at this point in the history
  8. fix spawn local

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    cb049ff View commit details
    Browse the repository at this point in the history
  9. update derive-docs

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    844e8c0 View commit details
    Browse the repository at this point in the history
  10. fix tests

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    09ab844 View commit details
    Browse the repository at this point in the history
  11. updates

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    89b3bf9 View commit details
    Browse the repository at this point in the history
  12. ckeanups

    Signed-off-by: Jess Frazelle <[email protected]>
    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    97d7440 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c4a357 View commit details
    Browse the repository at this point in the history
  14. emptu

    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4f41aa3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8049a38 View commit details
    Browse the repository at this point in the history
  16. empty

    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2c324dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bbb2e30 View commit details
    Browse the repository at this point in the history
  18. t

    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6d52404 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6b74dfc View commit details
    Browse the repository at this point in the history
  20. t

    jessfraz committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6d72e7e View commit details
    Browse the repository at this point in the history