Support Integer Types in Tiltfile Configuration settings
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
Describe the Feature You Want
Extend Tiltfile config args to support int setting.
Current Behavior
Tiltfile config args support only the following setting types in one object:
- boolean
- string
- list of strings
Why Do You Want This?
Use integer settings values without casting them.
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
Start by locating the Tiltfile config args handling and the existing tests for boolean, string, and list-of-string settings. Add integer settings without requiring callers to cast them, and confirm the existing setting types continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100