rokucommunity / rokucommunity/brighterscript
bs-disable doesn't work for 5-level nested function call
Open
@TwitchBronBron is already working on this.
Since May 12, 2026.
- #1708 by @copilot-swe-agent — closed without merging
bug
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 68
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 39
Description
The bs:disable-line comment isn't working for this specific use case.
What's strange, is deleting 1 character from the function call makes it work again. No idea why.
namespace http
function request() as object
callback = sub()
if true then
response = {}
handleInterceptedScreenData(response._interceptedScreenData) 'bs:disable-line 1001
end if
end sub
end function
end namespace
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.
Assessment
This issue has not been assessed yet.