-
Notifications
You must be signed in to change notification settings - Fork 19
Add Simplicity LSP #158
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
base: master
Are you sure you want to change the base?
Add Simplicity LSP #158
Conversation
|
Blocked by the outdated SimplicityHL version cc @imaginator |
Do you mean the outdated rust-simplicity version? |
|
This one: https://crates.io/crates/simplicityhl |
|
I don't understand. Why would the LSP care about what's on crates.io? This is the SimplicityHL repo. By definition it's the most up-to-date version of SimplicityHL. |
|
The main reasoning behind this is having the Simplicity LSP on crates.io If it is there, instead of having three commands (git clone, cd, cargo install), you will have only one install command (better dev experience) Simplicity LSP cannot be published to crates.io with a dependency that looks like this:
It must have a version tag |
|
Ah, I understand, it's a draft until we can get it into a publishable state. |
f76810c bump version to 0.3.0 (Andrew Poelstra) f7c24df update rust-simplictiy to 0.6 (Andrew Poelstra) 2f41378 stick invariant <'brand> tag onto Scope and CoreExt (Andrew Poelstra) Pull request description: Should unblock #158 and also let us update the webide. ACKs for top commit: delta1: ACK f76810c Tree-SHA512: 03ac177a925e91007ae9e72d1bd0c6af3d0ce2b8fe2dd8b2fbfcd8efdfa78578670df7c3943b21d25d51b34f21f901feab35dfa6ffbeee4c9ac3529e94c3016c
No description provided.