Skip to content

Release for Scala 2.13.0 #20

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

Closed
Toromtomtom opened this issue Jun 18, 2019 · 9 comments
Closed

Release for Scala 2.13.0 #20

Toromtomtom opened this issue Jun 18, 2019 · 9 comments
Assignees

Comments

@Toromtomtom
Copy link
Contributor

All tests pass when using Scala 2.13.0. Does this mean that this project is ready for to be released?

@SethTisue
Copy link
Member

related: #3

@Toromtomtom
Copy link
Contributor Author

I opened a pull request to get this going: #22

@SethTisue
Copy link
Member

thanks @Toromtomtom for moving this forward! as @julienrf said on your PR,

in order to effectively publish releases we also need to provide secrets (sonatype credentials) to the Travis CI

I can tackle this, but the earliest I could get to it is next week.

@SethTisue
Copy link
Member

at the time we publish, we should also figure out where to publicize it, as per scala/docs.scala-lang#1097

@SethTisue
Copy link
Member

@SethTisue
Copy link
Member

when I try to close the staging repo,No public key: Key with id: (951c6f43ce4b08c9) was not able to be located on <a href="http://pool.sks-keyservers.net:11371/">http://pool.sks-keyservers.net:11371/</a>. Upload your public key and try the operation again.

perhaps something needs time to propagate from https://pgp.mit.edu to... somewhere. I'll try it again later

@SethTisue
Copy link
Member

I also submitted the key to a number of the other servers that the Sonatype log showed it was trying, and eventually closing the repository worked, not sure whether it was time passing that did or it, or the additional submissions.

so, closed & released. now we wait for artifacts to appear here: https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-contrib_2.13/

@SethTisue
Copy link
Member

[info] Updating 
http://127.0.0.1:8081/artifactory/scala-ci-virtual/org/scala-lang/modules/scala-collection-contrib_2.13/0.1.0/scala-collection-contrib_2.…
  100.0% [##########] 2.4 KiB (6.0 KiB / s)
[info] Resolved  dependencies
[info] Fetching artifacts of 
[info] Fetched artifacts of 
[info] Starting scala interpreter...
Welcome to Scala 2.13.0 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_202).
Type in expressions for evaluation. Or try :help.

scala> import scala.collection.decorators._
import scala.collection.decorators._

scala> Seq(1,2,3).intersperse(5)
res0: Seq[Int] = List(1, 5, 2, 5, 3)

👍

@SethTisue
Copy link
Member

at the time we publish, we should also figure out where to publicize it

made a separate ticket on this: #32

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

No branches or pull requests

2 participants