generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ability to handle errors from any language runtime #1159
Comments
Open
wesbillman
changed the title
Ability to handle errors from any language runtime (current approach only works for go, see below for ideas)
Ability to handle errors from any language runtime
Apr 2, 2024
worstell
added a commit
that referenced
this issue
Apr 4, 2024
worstell
added a commit
that referenced
this issue
Apr 4, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
although we've temporarily suspended development on the kotlin runtime, this was a useful proof-of-concept to demonstrate how we can build non-Go runtimes to interact with the language server fixes #1123 fixes #1159 <img width="1436" alt="Screenshot 2024-04-04 at 3 23 15 PM" src="https://github.com/TBD54566975/ftl/assets/72891690/a8cb7605-08bf-4b44-a819-239c08ddfa3f">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideas: For handling errors from all language runtimes
output json and that json has the structured errors in them
probably the easiest approach
The text was updated successfully, but these errors were encountered: