Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created August 26, 2019 17:52
Show Gist options
  • Save eed3si9n/468c902ea116893c4b86d31b205c489c to your computer and use it in GitHub Desktop.
Save eed3si9n/468c902ea116893c4b86d31b205c489c to your computer and use it in GitHub Desktop.
[info] Compiling 14 Scala sources to /Users/eed3si9n/work/scala-modules/scala/build/quick/classes/library ...
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/StringContext.scala:272:28: object min is not a member of package math
[error] case s => math.min(s, inputIndex)
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/StringContext.scala:276:28: object max is not a member of package math
[error] case s => math.max(s, inputIndex)
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/collection/Factory.scala:52:52: object max is not a member of package math
[error] val b = new mutable.StringBuilder(scala.math.max(0, it.knownSize))
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/collection/Factory.scala:64:29: object max is not a member of package math
[error] b.sizeHint(scala.math.max(0, it.knownSize))
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/collection/immutable/RedBlackTree.scala:606:14: object error is not a member of package sys
[error] else sys.error("Defect: invariance violation")
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/collection/immutable/RedBlackTree.scala:613:14: object error is not a member of package sys
[error] else sys.error("Defect: invariance violation")
[error] ^
[error] /Users/eed3si9n/work/scala-modules/scala/src/library/scala/collection/immutable/RedBlackTree.scala:635:14: object error is not a member of package sys
[error] else sys.error("unmatched tree on append: " + tl + ", " + tr)
[error] ^
[error] 7 errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment