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

Some minimal changes to be able to base the nimlangserver in json_rpc #222

Merged
merged 4 commits into from
Jul 23, 2024

Commits on Jul 17, 2024

  1. adds processClientHook

    This is useful to shape the request and response to defined protocols (i.e. lsp)
    jmgomez committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9c8a7e9 View commit details
    Browse the repository at this point in the history
  2. overloads tryRoute

    jmgomez committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f612115 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. apply suggestions

    jmgomez committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    34a8e81 View commit details
    Browse the repository at this point in the history
  2. update test

    jmgomez committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5956a33 View commit details
    Browse the repository at this point in the history