You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what's going on here, but we definitely need to tune our heuristics:
valx:1|2=3
-- [E007] TypeMismatchError:try/res.scala:6:15------------------------------6|valx:1|2=3|^|Found: (3:Int)
|Required: (1:Int) | (2:Int)
||One of the following imports might make progress towards fixing the problem:
||importInt.int2double|importInt.int2float|importInt.int2long|importmath.BigDecimal.int2bigDecimal|importmath.BigInt.int2bigInt|importmath.Numeric.IntIsIntegral.mkNumericOps|importmath.Numeric.BigIntIsIntegral.mkNumericOps|importmath.Numeric.IntIsIntegral.mkOrderingOps|importmath.Ordering.Int.mkOrderingOps|importLong.long2double|importLong.long2float|importmath.BigDecimal.long2bigDecimal|importmath.BigInt.long2bigInt|importmath.Numeric.LongIsIntegral.mkNumericOps|importmath.Numeric.FloatIsFractional.mkNumericOps|importmath.Ordering.Long.mkOrderingOps|importFloat.float2double|importmath.BigDecimal.double2bigDecimal|importmath.Numeric.DoubleIsFractional.mkNumericOps|importmath.Numeric.BigDecimalAsIfIntegral.mkNumericOps|importmath.Numeric.BigDecimalIsFractional.mkNumericOps|importmath.Numeric.LongIsIntegral.mkOrderingOps|importmath.Numeric.BigDecimalAsIfIntegral.mkOrderingOps|importmath.Numeric.BigDecimalIsFractional.mkOrderingOps|importmath.Numeric.BigIntIsIntegral.mkOrderingOps|importmath.Numeric.FloatIsFractional.mkOrderingOps|importmath.Numeric.DoubleIsFractional.mkOrderingOps|importmath.Ordering.BigDecimal.mkOrderingOps|importmath.Ordering.BigInt.mkOrderingOps|importmath.Ordering.DeprecatedFloatOrdering.mkOrderingOps|importmath.Ordering.Float.IeeeOrdering.mkOrderingOps|importmath.Ordering.Float.TotalOrdering.mkOrderingOps|importmath.Ordering.DeprecatedDoubleOrdering.mkOrderingOps|importmath.Ordering.Double.IeeeOrdering.mkOrderingOps|importmath.Ordering.Double.TotalOrdering.mkOrderingOps|importcollection.Searching.search|importmath.Fractional.Implicits.infixFractionalOps|importmath.Integral.Implicits.infixIntegralOps|importmath.Numeric.Implicits.infixNumericOps|importmath.Ordered.orderingToOrdered|importmath.Ordering.Implicits.infixOrderingOps|importreflect.Selectable.reflectiveSelectable|importutil.chaining.scalaUtilChainingOps|importimplicits.Not.amb1|importimplicits.Not.amb2|1 error found
(by the way, the error message doesn't mention the concept of implicit/given at all, so it might be hard for a user to understand why adding an implicit would make a difference at all)
The text was updated successfully, but these errors were encountered:
Not sure what's going on here, but we definitely need to tune our heuristics:
(by the way, the error message doesn't mention the concept of implicit/given at all, so it might be hard for a user to understand why adding an implicit would make a difference at all)
The text was updated successfully, but these errors were encountered: