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

Execution Service for the Runtime Server #648

Closed
5 tasks done
kustosz opened this issue Mar 13, 2020 · 0 comments
Closed
5 tasks done

Execution Service for the Runtime Server #648

kustosz opened this issue Mar 13, 2020 · 0 comments
Assignees
Labels
p-high Should be completed in the next sprint

Comments

@kustosz
Copy link
Contributor

kustosz commented Mar 13, 2020

Summary

Implement a language service allowing the runtime server to execute code and coordinate with other instruments to get the computed values.

Value

Expression values can be sent back to the GUI.

Specification

  • Add support for the following messages to the runtime service.
    • executionContext/push
    • executionContext/pop
    • executionContext/recompute
  • For each of these messages, the runtime server should respond by executing the relevant code fragments and sending value updates.

Acceptance Criteria & Test Cases

  • The above functionality is implemented and tested.
@kustosz kustosz self-assigned this Mar 13, 2020
@iamrecursion iamrecursion changed the title Implement execution service for the runtime server Execution Service for the Runtime Server Mar 16, 2020
@iamrecursion iamrecursion transferred this issue from another repository Jun 23, 2020
@joenash joenash added Category: Backend p-high Should be completed in the next sprint labels Jun 23, 2020
@iamrecursion iamrecursion mentioned this issue Jun 24, 2020
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-high Should be completed in the next sprint
Projects
None yet
Development

No branches or pull requests

3 participants