cpmbits / cpmbits/cpm

Interpret all project descriptor values as strings

Open
#246 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.