-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: add the scala-library
project
#23510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
cc869c3
to
78060b3
Compare
project/Build.scala
Outdated
* - The only commands you should run on this project are `publish` and `publishLocal` | ||
* - This project produces no artifacts and has no sources | ||
*/ | ||
lazy val `scala-library` = project.in(file("scala-library")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: publishSettings
are missing here, but I prefer to add them when we are ready to release
78060b3
to
b1ddc81
Compare
b1ddc81
to
618ad57
Compare
@experimental | ||
opaque type into[+T] >: T = T | ||
//@experimental | ||
//opaque type into[+T] >: T = T | ||
|
||
/** Unwrap an `into` */ | ||
extension [T](x: into[T]) | ||
@experimental def underlying: T = x | ||
//extension [T](x: into[T]) | ||
// @experimental def underlying: T = x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously this must be fixed before merging the PR. This triggers a stale symbol only in the new stdlib...
Add the configuration for the
scala-library
project in sbt.For now, this configuration is disabled and doesn't publish anything until we enable it in 3.8.0