tilt-dev / tilt-dev/tilt

Support Integer Types in Tiltfile Configuration settings

Open
#6,489 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. boolean
  2. string
  3. list of strings
Why Do You Want This?

Use integer settings values without casting them.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.