spire icon indicating copy to clipboard operation
spire copied to clipboard

A couple unit tests are infinite-looping when running against scala 2.13

Open erikerlandson opened this issue 5 years ago • 3 comments

I disabled these in #759, with comments.

erikerlandson avatar Mar 16 '19 16:03 erikerlandson

https://github.com/typelevel/spire/blob/6d2409be57948f3d37448de78e95c64e3a8db871/tests/src/test/scala/spire/math/ComplexCheck.scala#L74-L78 Found this one. Where are the others?

gabrieljones avatar Aug 08 '19 16:08 gabrieljones

https://github.com/typelevel/spire/blob/6d2409be57948f3d37448de78e95c64e3a8db871/tests/src/test/scala/spire/math/AlgebraicTest.scala#L273-L287

Found a second reference to spire.scalacompat.preScala2p13

gabrieljones avatar Aug 08 '19 16:08 gabrieljones

Attempted to address since the issue linked from the PR is fixed, however I seem to be running into a similar issue with scala 3 instead. I wonder if that change never made it into dotty. I'll keep digging.

kschwarz1116 avatar May 26 '22 19:05 kschwarz1116