Trait properties parsed when commented out
Open
bug
- Dominant language
- C++
- Stars
- 3.3k
- Forks
- 353
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
Commented out trait properties are still recognized by the trait parser.
```haxe
//@prop var a = 23;
/*
@prop var b = 23;
*/
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the trait parser and how it handles the Haxe examples in the issue; no source files or tests are named in the report. Check whether both the line-commented and block-commented @prop declarations are recognized, and identify or add coverage for them. Done means commented-out properties are ignored while active trait properties continue to parse.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100