rokucommunity / rokucommunity/brighterscript

Signtuare issues: nested sigs, and run time errors

Open
#286 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug LanguageServer
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.