Undefined names: printEventDefs(), printEventPrivates(), printEventProperties(), printEventImpl()
Open
@exactly-one-kas is already working on this.
Since Sep 6, 2022.
bug
- Dominant language
- C++
- Stars
- 2.3k
- Forks
- 171
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 10
Description
$ python3 -m flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics
./src/editor/ifacer.py:245:4: F821 undefined name 'printEventDefs'
printEventDefs(definition, output)
^
./src/editor/ifacer.py:248:4: F821 undefined name 'printEventPrivates'
printEventPrivates(definition, output)
^
./src/editor/ifacer.py:251:4: F821 undefined name 'printEventProperties'
printEventProperties(definition, output)
^
./src/editor/ifacer.py:266:4: F821 undefined name 'printEventImpl'
printEventImpl(definition, output)
^
4 F821 undefined name 'printEventDefs'
4
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.
Assessment
This issue has not been assessed yet.