pickling icon indicating copy to clipboard operation
pickling copied to clipboard

Push 2.12 version to Maven/Sonatype repo

Open unoexperto opened this issue 8 years ago • 10 comments

Guys, could you please push 2.12 version to Maven/Sonatype repo ? Current version is "2.12.0-M3".

Thanks!

unoexperto avatar Feb 24 '16 16:02 unoexperto

I guess we'll publish once 0.11.x is polished. I'll say that's gonna be soon.

jvican avatar Apr 15 '16 08:04 jvican

I added Scala 2.12.0-M4 support to the build and did some minor refactoring to make it compile (mainly porting over the sun.misc.Unsafe code from scala, as the latest version does not provide it anymore).

Unfortunately, anonymous functions don't work anymore, since they are no longer compiled to package.Class$$anonfun$X.class classes.

You can see my progress here.

jodersky avatar Jun 17 '16 23:06 jodersky

This is great, thanks! Will review soon and discuss about the anonymous functions support :+1:

jvican avatar Jun 18 '16 10:06 jvican

@jvican I created work-in-progress pull request #438 , it's probably easier to discuss matters there

jodersky avatar Jun 18 '16 21:06 jodersky

Any update on getting a version for 2.12 pushed?

lespea avatar Dec 01 '16 16:12 lespea

Here is my attempt to upgrade - made some progress. https://github.com/scala/pickling/pull/451

ekrich avatar Mar 29 '17 22:03 ekrich

Any chance for a 2.12 release?

kamilkloch avatar Jun 02 '17 14:06 kamilkloch

I talked to @SethTisue at Scala Days Chicago but none of the original authors have piped in. The CI right now will not compile 2.12 but my pull does compile locally - refer to #451 for more info.

@heathermiller Since you were one of the original authors, do you know anything about this?

@kamilkloch Are you current using the 2.11 or 2.10 version of this library?

ekrich avatar Jun 02 '17 15:06 ekrich

related: #452

SethTisue avatar Jun 02 '17 15:06 SethTisue

@ekrich Thanks for pushing the topic. I am using 2.11. The last frontier stopping me from switching to 2.12 ;)

kamilkloch avatar Jun 02 '17 20:06 kamilkloch