| Sep | OCT | Nov |
| 04 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
Read more
assets
good first issue
improvement
python
Open
@skips and FIXMEs. Some of them seem easy to fix, e.g. some parser bugs or missing warnings that would be helpful, others are entire features. We should fix the easy ones and make sure there are tickets for the rest.
Read more
Parsing
defect
good first issue
help wanted
Open
self.options object inside a main recipe has .get_safe attribute to get the value of a option or a default value if it does not exist.
But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.