Giter Club home page Giter Club logo

Comments (9)

SethTisue avatar SethTisue commented on June 12, 2024 2

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024 1

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.

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024

related: #3

from scala-collection-contrib.

Toromtomtom avatar Toromtomtom commented on June 12, 2024

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

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024

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

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024

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

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024

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/

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024
[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)

👍

from scala-collection-contrib.

SethTisue avatar SethTisue commented on June 12, 2024

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

made a separate ticket on this: #32

from scala-collection-contrib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.