Skip to content

Conversation

@Zonespace27
Copy link
Contributor

@Zonespace27 Zonespace27 commented Nov 19, 2025

var
     thing = 5

worked in OD while

var
     tmp
            thing = 5

did not. This PR allows for the parser to recursively search for declared variables and their types. Also adds a unit test for this behavior.
Closes #2178

@boring-cyborg boring-cyborg bot added the Compiler Involves the OpenDream compiler label Nov 19, 2025
@github-actions github-actions bot added size/XL and removed size/L labels Nov 21, 2025
@Zonespace27
Copy link
Contributor Author

Superceded by #2463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Compiler Involves the OpenDream compiler size/XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relative-pathed var parsing issues

2 participants