Skip to content

Enable sc:compile for stdlib package scala.concurrent#25867

Merged
SolalPirelli merged 1 commit intoscala:mainfrom
artimahub:feature-sc-compile-scala-concurrent
Apr 28, 2026
Merged

Enable sc:compile for stdlib package scala.concurrent#25867
SolalPirelli merged 1 commit intoscala:mainfrom
artimahub:feature-sc-compile-scala-concurrent

Conversation

@cheeseng
Copy link
Copy Markdown
Contributor

Added sc:compile to scala source files under scala.concurrent package.

@cheeseng cheeseng requested a review from a team as a code owner April 20, 2026 00:28
* Extractors, parsing and arithmetic are also included:
* ```
* ```scala sc:compile
* import scala.concurrent.duration._
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use Scala 3 style foo.* imports, not Scala 2 style foo._ imports, throughout

* ```
* ```scala sc:compile
* import scala.concurrent.duration._
* import scala.language.postfixOps
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postfixOps is on the way out of the language. please modify the code example(s) to compile without it, rather than importing it

@cheeseng cheeseng force-pushed the feature-sc-compile-scala-concurrent branch from b6a1eff to 96b0132 Compare April 24, 2026 08:57
@SolalPirelli SolalPirelli merged commit 03b0705 into scala:main Apr 28, 2026
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants