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

Error in Scala compiler: trying to do lub/glb of typevar ?T #10056

Closed
scabug opened this issue Nov 14, 2016 · 2 comments
Closed

Error in Scala compiler: trying to do lub/glb of typevar ?T #10056

scabug opened this issue Nov 14, 2016 · 2 comments

Comments

@scabug
Copy link

scabug commented Nov 14, 2016

Using scala 2.11.8 and guava 20.0 the following snippet causes the compile to crash:

import com.google.common.hash.BloomFilter
object Test {
  def test() {
    BloomFilter.create(null, 1, 1)
  }
}

with the error:

Error in Scala compiler: trying to do lub/glb of typevar ?T
SBT builder crashed while compiling. The error message is 'trying to do lub/glb of typevar ?T' Unknown Scala Problem

In order to produce this error, I just downloaded the guava-20.0.jar
I attached an export of ScalaIDE project with the dependency

@scabug
Copy link
Author

scabug commented Nov 14, 2016

Imported From: https://issues.scala-lang.org/browse/SI-10056?orig=1
Reporter: Manuel Schmidt (unlink)
See #5559
Attachments:

  • test.zip (created on Nov 14, 2016 1:37:30 PM UTC, 2165561 bytes)

@scabug
Copy link
Author

scabug commented Nov 14, 2016

@adriaanm said:
Thanks for reporting. Sounds like a duplicate of #5559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant