0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++57 forks (57 forks)auto 404
api: breakingfrontend: C++17frontend: Python3good first issue
Repository metrics
- Stars
- 160 stars (160 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
With the new features introduced in #204, the enum Allocation and the corresponding binding are dead code. The allocation strategy is now implicit in the style of function call.
Contributor guide
- Research direction
- Investigate the ALLOCATION enum and its Python binding. Verify by searching for usages across the codebase. Then remove the enum definition and the binding, and ensure no tests or documentation reference them.
- Tech stack
- cpppython
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- GitC++Python