https://github.com/scala/improvement-proposals
Scala Improvement Proposals
https://github.com/scala/improvement-proposals
Last synced: 5 months ago
JSON representation
Scala Improvement Proposals
- Host: GitHub
- URL: https://github.com/scala/improvement-proposals
- Owner: scala
- Created: 2022-06-09T07:15:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T09:20:50.000Z (7 months ago)
- Last Synced: 2025-06-01T15:52:07.222Z (6 months ago)
- Homepage: https://docs.scala-lang.org/sips/all.html
- Size: 610 KB
- Stars: 55
- Watchers: 48
- Forks: 28
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://docs.scala-lang.org/sips).
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](https://github.com/scala/docs.scala-lang).
Note that the state of the proposals in the “design” stage is defined by
their [labels](https://github.com/scala/improvement-proposals/labels),
whereas the state of the proposals in the “implementation” stage is defined
by their YAML frontmatter (e.g.
[SIP-42](https://github.com/scala/improvement-proposals/blob/583b458e3a7c0d2310e1a71a3812d73f7f6efebc/content/binary-integer-literals.md?plain=1#L1-L7)).