Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 995 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 995 Bytes

Scala Improvement Proposals

This repository contains the proposals of the Scala Improvement Process.

For more details about the Scala Improvement Process, please read the documentation.

The SIP pages of the documentation website are generated from data in this repository. The GitHub workflow .github/workflows/generate-docs.yaml periodically executes the script .github/scripts/generate-docs.scala, which generates the website content and pushes it to the repository scala/docs.scala-lang.

Note that the state of the proposals in the “design” stage is defined by their labels, whereas the state of the proposals in the “implementation” stage is defined by their YAML frontmatter (e.g. SIP-42).