rokucommunity / rokucommunity/brighterscript
Signtuare issues: nested sigs, and run time errors
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 68
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 39
Description
I'm seeing that my latest signature info changes do not well handle cases such as:
myFunc(arg1, myotherfunc(someArgs),myFuncArg2)
I also have wrapped the Languag Server function with try catch, due to some issues I've seen..
both of these things need to get addressed.
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
Start with the Language Server function and the existing signature-info handling. Reproduce the nested-call example myFunc(arg1, myotherfunc(someArgs),myFuncArg2) and the reported runtime error, then trace both behaviors to their handling paths. Done means nested signatures work and the Language Server no longer fails at runtime.
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
- 28/100