Skip to content
John S. Ryan edited this page Oct 7, 2022 · 1 revision

Overview

This is a fork of Google's Starlark configuration language, designed for use in ytt.

The differences are:

  • blocks close with the end "keyword" rather than indentation (so that Starlark can be embedded within an underlying data structure that interprets indentation, like YAML)
  • the pass keyword is disallowed (so that ...)

Branch Strategy

Approach:

  • each revision of this fork is tracked on a separate branch
  • once a revision is in use, no new commits are added to the corresponding branch

Branches:

  • master — local tracking the upstream branch of the same name
  • ytt — first version of this fork used in ytt
  • ytt-1-jul-2020 — first revision of this fork, produced circa July 2020
  • ytt-2-oct-2022 — second revision of this fork, produced circa October 2022
Clone this wiki locally