WerWolv / WerWolv/PatternLanguage
Using template with defined enum data type causes pattern to lose field
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 275
- Forks
- 75
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 10
Description
bug_case.zip
I've attached a zip file containing a test file and pattern for reproduction.
Demo screenshots:
The test_data field gets dropped from the parsed data if it is used via a template variable, if the template variable is removed and replaced by parent.parent.head.test_data, it works as expected, also, if the test_enum type is replaced with u8 it also works as expected.
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
Start by extracting bug_case.zip and reproducing the missing test_data field with the template variable and the defined test_enum type. Compare that result with the working parent.parent.head.test_data and u8 variants; done means the parsed data retains test_data in the enum-template case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100