spinframework / spinframework/spin
Only support kebab case labels in Spin.toml
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.5k
- Forks
- 310
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 24
Description
Now that 3.0 is approaching, this may be a good time to be more defined and consistent about the syntax of labels in spin.toml. Right now, we support both kebab-case and snake_case. We should consider dropping support for snake_case.
See this issue for more background: https://github.com/fermyon/spin/issues/2278
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Spin.toml label syntax handling and the background in issue #2278. Trace where both kebab-case and snake_case labels are accepted, then update the behavior so only kebab-case labels are supported and verify the existing configuration checks cover the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100