Labels
Labels
18 labels
- No code change. Only documentation
- not resulting in user-visible changes (build changes, tests, internal cleanups)
- Changes to the base library, i.e. Function Tuples Try
- PRs involving changes to the standard collection library
- Changes to the concurrency support in stdlib
- Library addition proposals, not forwards binary compatible
- the need for speed. usually compiler performance, sometimes runtime performance.
- Changes to avoid object allocations
- release blocker (used only by core team, only near release time)
- high priority (used only by core team, only near release time)
- worth highlighting in next release notes
- context is a commercial support case
- Changes to the Scala REPL shell
- Changes to Scaladoc, the API documentation generator
- hello new contributor!