Skip to content

Conversation

@regadas
Copy link
Collaborator

@regadas regadas commented Oct 9, 2019

This is an initial take; Currently only targeting algebird-core and algebird-test.

There are some caveats to this:

  1. I don't think we will be able to keep binary compatibility
  2. algebra and scala-collection-compat don't publish for 2.10; I can backport some of the things in scala-collection-compat but we would need to use a different version of algebra for 2.10 which is not ideal
  3. still some things to improve here...
  • algebird-core
  • algebird-test
  • algebird-generic
  • algebird-util
  • algebird-bijection
  • algebird-spark

NOTE: MiMa is temporarily disabled

@johnynek
Copy link
Collaborator

johnynek commented Oct 9, 2019

I guess we can cut off 2.10. If you are that far behind you probably don’t need the latest version of algebird.

@regadas regadas force-pushed the feature/scala-2.13 branch from 3580a41 to f1702e6 Compare October 10, 2019 23:03
@codecov-io
Copy link

codecov-io commented Oct 10, 2019

Codecov Report

Merging #719 into develop will increase coverage by 0.11%.
The diff coverage is 75.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #719      +/-   ##
===========================================
+ Coverage    89.24%   89.35%   +0.11%     
===========================================
  Files          114      114              
  Lines         8965     8955      -10     
  Branches       325      330       +5     
===========================================
+ Hits          8001     8002       +1     
+ Misses         964      953      -11
Impacted Files Coverage Δ
...ain/scala/com/twitter/algebird/DecayedVector.scala 81.25% <ø> (+4.77%) ⬆️
...main/scala/com/twitter/algebird/HashingTrick.scala 0% <ø> (ø) ⬆️
...a/com/twitter/algebird/matrix/AdaptiveMatrix.scala 47.72% <0%> (ø) ⬆️
...m/twitter/algebird/matrix/SparseColumnMatrix.scala 30.76% <0%> (ø) ⬆️
.../src/main/scala/com/twitter/algebird/Batched.scala 63.93% <0%> (ø) ⬆️
...scala/com/twitter/algebird/BufferedOperation.scala 93.75% <100%> (ø) ⬆️
.../main/scala/com/twitter/algebird/Applicative.scala 61.76% <100%> (ø) ⬆️
...c/main/scala/com/twitter/algebird/Eventually.scala 100% <100%> (ø) ⬆️
.../main/scala/com/twitter/algebird/BloomFilter.scala 94.69% <100%> (ø) ⬆️
...re/src/main/scala/com/twitter/algebird/First.scala 100% <100%> (ø) ⬆️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d17ba89...192038b. Read the comment docs.

Copy link
Collaborator

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for doing this!

It will be great to publish for 2.13.

Copy link
Collaborator

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting very close. If are are sure mima works, I'm happy to merge this.

@regadas
Copy link
Collaborator Author

regadas commented Oct 21, 2019

@johnynek well, I believe MiMa is working properly; we are using the latest MiMa and it's a bit more "picky"; I think that if we accidentally broke compatibility MiMa would be complaining.

note: we are only running MiMa for 2.11 and 2.12. We can add for 2.13 once we release;

@johnynek johnynek merged commit 7292e87 into twitter:develop Oct 21, 2019
@johnynek johnynek mentioned this pull request Oct 21, 2019
@regadas regadas deleted the feature/scala-2.13 branch October 22, 2019 07:43
@regadas
Copy link
Collaborator Author

regadas commented Oct 22, 2019

@johnynek Thanks for the review! 👍

@h-vetinari h-vetinari mentioned this pull request Nov 5, 2019
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

Successfully merging this pull request may close these issues.

4 participants