-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Static type system for Starlark #27370
Copy link
Copy link
Open
5 / 105 of 10 issues completedLabels
P1I'll work on this now. (Assignee required)I'll work on this now. (Assignee required)team-Starlark-InterpreterIssues involving the Starlark interpreter used by BazelIssues involving the Starlark interpreter used by Bazeltype: feature request
Metadata
Metadata
Assignees
Labels
P1I'll work on this now. (Assignee required)I'll work on this now. (Assignee required)team-Starlark-InterpreterIssues involving the Starlark interpreter used by BazelIssues involving the Starlark interpreter used by Bazeltype: feature request
Tracking issue for the design and implementation of a prototype static type system for Starlark, subsuming #22935 and #7468.
The approach is along the lines of #22935 (and the implementation builds on it), but without the focus on checking dynamic types at function boundaries.