TODO tracking list
- Dominant language
- Python
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This issue is for keeping track of existing to-dos (line nos might not be exact):
* create/expression.py (1350): complete the implementation of _find_expr_id
* create/declaration.py (150): compute relative paths for symbol files
* create/data_def.py (368): raise an error
Contributor guide
Research direction
Start by reading the three listed TODO locations: create/expression.py around line 1350, create/declaration.py around line 150, and create/data_def.py around line 368. Trace the surrounding APIs and existing error-handling patterns before working through each item. Done means _find_expr_id is complete, symbol-file paths are computed relatively, and data_def.py raises the required error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100