scaladex icon indicating copy to clipboard operation
scaladex copied to clipboard

Scala 3.x is not shown for module with Scala Native / Scala 3.

Open carlosedp opened this issue 3 years ago • 4 comments

Scaladex does not show that the module have Scala 3.x support on Scala Native:

image

As seen here, the artifacts exists:

image

carlosedp avatar Sep 21 '22 16:09 carlosedp

Thanks for opening this issue!

In the logs I can see that we received a publish request for all artifacts but not for riscvassembler_native0.4_3. So it looks like Sonatype did not push the artifact to us.

Hopefully we have a background job that will find the missing artifact and fetch it. But this job is slow, it will take a few more hours. I will check again tomorrow to see if the artifact is still missing.

adpi2 avatar Sep 22 '22 07:09 adpi2

Here it is: image

adpi2 avatar Sep 22 '22 12:09 adpi2

Awesome, I've noticed this first on mainargs.. It was published but didn't show up:

https://repo1.maven.org/maven2/com/lihaoyi/mainargs_native0.4_3/0.3.0/

image

carlosedp avatar Sep 22 '22 12:09 carlosedp

Ok so this is not a random failure and I should report it to Sonatype.

adpi2 avatar Sep 22 '22 13:09 adpi2

Apparently this is fixed.

carlosedp avatar Jan 04 '23 14:01 carlosedp