Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in implicit search in specs2 #7058

Closed
scabug opened this issue Feb 2, 2013 · 3 comments
Closed

Regression in implicit search in specs2 #7058

scabug opened this issue Feb 2, 2013 · 3 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Feb 2, 2013

I just found that we have regression in implicit search in 2.10.x branch. It can be reproduced using the following branch:

https://github.com/gkossakowski/specs2/tree/SPECS2-1.13-Scala-2.10.x

The error I get is

error] /Users/grek/scala/specs2/src/main/scala/org/specs2/reporter/Statistics.scala:55: ambiguous implicit values:
[error]  both object StatsMonoid in object Stats of type org.specs2.specification.Stats.StatsMonoid.type
[error]  and value statsMonoid in class SpecsStatistics of type => org.specs2.specification.Stats.StatsMonoid.type
[error]  match expected type org.specs2.internal.scalaz.Monoid[org.specs2.specification.Stats]
[error]       totalContext(fragments.map(toBlock))

This code compiles with 2.10.0.

I'm raising this as a blocker because we need to determine ASAP if this is a real regression or we just fixed bug that allowed code to compile even if it never should.

@scabug
Copy link
Author

scabug commented Feb 2, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7058?orig=1
Reporter: @gkossakowski
Affected Versions: 2.10.1-RC1
See #6667

@scabug
Copy link
Author

scabug commented Feb 2, 2013

@gkossakowski said:
Jason, can you have a look into this?

If you are busy, feel free to unassign it from yourself.

@scabug
Copy link
Author

scabug commented Feb 2, 2013

@retronym said:
gkossakowski/specs2#1

@scabug scabug closed this as completed Feb 2, 2013
@scabug scabug added the blocker label Apr 7, 2017
@scabug scabug added this to the 2.10.1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants