Interpret all project descriptor values as strings
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When the following declaration is made in `project.yaml`, the yaml parser interprets the value as a float:
```yaml
version: 0.1
```
Contributor guide
Research direction
Start by examining how the YAML parser handles the project.yaml declaration `version: 0.1`. Trace the project descriptor parsing entry point and its tests, then verify that descriptor values are treated as strings rather than numeric values, including the version example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100