Multiple line return statements
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 613
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Currently all values that you're returning have to be on a single line, and don't support splitting them across lines like you can do with parameters in functions and function calls. I propose enabling this feature for return statements.
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
The issue proposes allowing return values to span multiple lines, matching existing multiline parameter and function-call syntax. No files or tests are identified; start by locating the return-statement parsing entry point and related tests, then verify that multiline returns compile to Lua without regressing existing return syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100