-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implicit not being imported #11798
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
Comments
This was probably fixed in #11591 |
The problem still persists with Scala |
@japgolly could you minimize it? |
Shouldn’t you |
@julienrf Shouldn't have to with |
Are you sure this is supposed to work? When I grep for test-util/shared/src/main/scala/japgolly/microlibs/testutil/TestUtil.scala
4:import japgolly.univeq.UnivEqScalaz.scalazEqualFromUnivEq
stdlib-ext/shared/src/test/scala/japgolly/microlibs/stdlib_ext/ExtractorsTest.scala
7:val x = japgolly.microlibs.testutil.TestUtil.scalazEqualFromUnivEq[Int]
8:val y = scalazEqualFromUnivEq[Int] So TestUtil isn't defining scalazEqualFromUnivEq. |
Ah I'm so sorry for dropping the ball on this one. I raised over 100 tickets at that time and this one dropped through my fingers. I'll get back on this next week. |
Tried again with 3.0.0 final and this works now |
I was going to comment yesterday that I also tried the example project successfully. I didn't get around to clarifying anything because I was lost in the gollyverse, which is bigger on the inside than it looks from without. To pick up the ball metaphor, the previous discussion is like golf when one goes missing. |
Compiler version
3.0.0-RC1
Minimized code
Here I'm importing my
TestUtil._
butTestUtil.scalazEqualFromUnivEq
isn't importing:Output
Expectation
It should compile.
Reproduction
The text was updated successfully, but these errors were encountered: