Variable references inside sequences may not be working
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 99
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Needs some tests, but it seems that something like foo = [[baz]] isn't expanding the baz variable properly. Output should be something compatible to $container->foo = array($container->baz).
Contributor guide
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 by reproducing the foo = [[baz]] example and inspect the existing tests for variable references and sequences. Add coverage for the expected container assignments, then verify that the generated output matches $container->foo = array($container->baz).
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100