Open Issues Need Help
View All on GitHub Best practices are unknown for avoiding recursive instantiation in mutually recursive user-defined types 2 months ago
documentation help wanted truly-recursive
Implement `unsafe_get` 2 months ago
enhancement help wanted good first issue
Peer-review the documentation 2 months ago
AI Summary: Peer-review the project documentation by the end of August 2025. This involves carefully examining the provided README and project description to identify areas for improvement in clarity, completeness, and accuracy.
Complexity:
2/5
documentation help wanted language-lawyer
[CI] Cache Catch2 artifacts 2 months ago
AI Summary: Implement caching for Catch2 build artifacts in the CI pipeline to reduce build times. This involves configuring the CI system (e.g., using a caching mechanism like Docker layers or a dedicated cache server) to store and reuse Catch2's compiled artifacts between builds, thus avoiding redundant compilation steps.
Complexity:
3/5
enhancement help wanted CI