Skip to content

Commit 5b78ac7

Browse files
committed
Remove all entries from the stdlib blacklist
1 parent fc983f7 commit 5b78ac7

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed
Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
## Errors having to do with unavailable APIs or language features:
2-
3-
scala/text/Document.scala
4-
# Lots of type errors for pattern matches, having to do with the fact
5-
# that Document contains a :: method without corresponding extractor,
6-
# but still wants to extract lists using ::. We won't support that.
7-
# Since Document should have been removed already, let's ignore it.
8-
9-
scala/AnyVal.scala
10-
# 55 |abstract class AnyVal extends Any {
11-
# |^
12-
# |illegal redefinition of standard class AnyVal
13-
# (This is intended)
14-
15-
scala/reflect/package.scala
16-
# 63 | private[scala] def materializeClassTag[T](): ClassTag[T] = macro ???
17-
# | ^^^^^
18-
# | not found: macro
19-
20-
scala/StringContext.scala
21-
# 168 | def f[A >: Any](args: A*): String = macro ???
22-
# | ^^^^^
23-
# | not found: macro
1+
## The blacklist is currently empty

0 commit comments

Comments
 (0)