rokucommunity / rokucommunity/brighterscript
Typing a const statement causes lsp crashes
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 68
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 39
Description
When typing #const alpha = beta, at various points it will crash the language server and cause issues. need to tighten this up a bit.
seen in bsc v0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the crash in bsc v0 by typing #const alpha = beta at the points where the language server fails. Start from the language-server entry point and trace the failing input. Done means typing the const statement no longer crashes the language server and the related issue is covered by an appropriate regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100