-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add LSP-nimlangserver #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: ERROR
Repo link: LSP-nimlangserver
Results help
Packages added:
- LSP-nimlangserver
Processing package "LSP-nimlangserver"
- ERROR: No valid semver tags found at https://github.com/sublimelsp/LSP-nimlangserver/tags for the package "LSP-nimlangserver".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: ERROR
Repo link: LSP-nimlangserver
Results help
Packages added:
- LSP-nimlangserver
Processing package "LSP-nimlangserver"
- ERROR: 'package-metadata.json' is supposed to be automatically generated by Package Control during installation
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 32, Column: 8
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 34, Column: 10
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 36, Column: 10
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 42, Column: 23
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 42, Column: 56
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 93, Column: 46
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 143, Column: 40
I've just one required change. Remove package-metadata.json. (see https://packagecontrol.io/docs/submitting_a_package#Step_5) Here are some notes and observations: #1 #2 #3 I do not have a solution to suggest, except suggesting that you only have a managed version. #4
You might want to look at:
but again it would be good to avoid |
I am on Linux, // The nimlangserver binary to use.
// if set to `""`, the server is auto installed and updated.
- "binary": "nimlangserver",
+ "binary": "", but still nothing happens, |
Also regarding
Do you see anything in the console ? |
My main concern someone will ask why the magic number 9 is in
👍
I been running LSP python 3.8, that is the reason why LSP-nimlangserver didn't installed the server in Package Storage. I have after installing
it will be displayed in the status bar. |
Note, you still need to tag a new release in order to fix |
I published a release. |
Python, afaik, doesn't do constant folding. I sometimes have this bad habit of premature optimization 🙂. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: WARNING
Repo link: LSP-nimlangserver
Results help
Packages added:
- LSP-nimlangserver
Processing package "LSP-nimlangserver"
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 32, Column: 8
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 34, Column: 10
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 36, Column: 10
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 42, Column: 23
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 42, Column: 56
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 93, Column: 46
- WARNING: It looks like you're using platform-dependent code. Make sure you thought about the platform key in your pull request.
- File: plugin.py
- Line: 143, Column: 40
Thanks :) |
https://github.com/sublimelsp/LSP-nimlangserver