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

Roadmap to MVP #53

Open
4 of 8 tasks
tamasfe opened this issue Jul 1, 2022 · 3 comments
Open
4 of 8 tasks

Roadmap to MVP #53

tamasfe opened this issue Jul 1, 2022 · 3 comments

Comments

@tamasfe
Copy link
Member

tamasfe commented Jul 1, 2022

With the current bugs fixed, I think the language server could get into its first shippable state.

Here are the steps that I think need to be done in order to properly ship it:

TODO before shipping

Steps to ship

We'll need to

  • either merge this repo into rhai and create a universal CLI that includes the language server
  • or create the WASM bindings and use them in the extension

and then

  • create CI/CD jobs that builds the vscode extension either for multiple platforms or just one in case the WASM step above was chosen
  • publish the extension to marketplaces
@tamasfe
Copy link
Member Author

tamasfe commented Jul 1, 2022

/cc @schungx

Actually the CLI and WASM parts are orthogonal, but we need at least one of them. With WASM the vscode extension is a lot easier to distribute, but some users might want to use the language server wherever (e.g. vim, emacs).

I think we should focus on vscode first as that's where I develop anyway, and WASM bindings are a lot easier than multi-platform builds.

@tamasfe tamasfe pinned this issue Jul 1, 2022
@schungx
Copy link
Collaborator

schungx commented Jul 1, 2022

I agree. We should at least get vscode working. WASM will be great.

For all others, we'd need to start distributing binaries, which will be a chore.

@schungx
Copy link
Collaborator

schungx commented Sep 8, 2022

@tamasfe I have updated the Definitions part a bit to include types for variables/constants in generated definition files. You can pull from latest to check those.

For example, __scope__.d.rhai would have let hello_there: string;

So far I don't see any particular problems with those types added, so I assume that it is safe...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants