extract_tables.feature_names_table does not include "TILE"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 58
- Forks
- 46
- Avg merge
- 11d 15h
- Merged PRs (30d)
- 3
Description
With me updating the visualstudio.py generator, I noticed that "TILE" does not get exported with "SELF" and "PARENT", even though it is clearly used:
https://github.com/OpenTTD/nml/blob/1fec776630208c33de2c59fe32237b22ebab54f1/nml/actions/action2random.py#L78-L81
https://github.com/OpenTTD/nml/blob/1fec776630208c33de2c59fe32237b22ebab54f1/nml/actions/action2random.py#L97-L100
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
Search for extract_tables.feature_names_table and inspect how SELF and PARENT are listed. Compare that table with the TILE uses in nml/actions/action2random.py at the referenced lines, then verify that the visualstudio.py generator exports TILE consistently with those names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100