Skip to content

Commit c69aaca

Browse files
committed
update todo
1 parent 35d20a5 commit c69aaca

File tree

1 file changed

+7
-6
lines changed
  • tests/semanticdb

1 file changed

+7
-6
lines changed

tests/semanticdb/todo

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
## BlackBox Todo list
2+
This todolist is based upon blackbox observation of testcases at this repository: https://github.com/scalameta/scalameta/tree/master/tests/jvm/src/test/resources/example
3+
14
- [ ] Hide unapply, unapplySeq?
25
- [ ] Hide constructor of template
36
- [ ] Hide local vars in pattern def?
47
- [ ] Hide desugaring of for comprehension
58
- [ ] Hide calls to implicit conversions and their arguments
69
- [ ] Hide Tuple contructors
7-
- [ ] Hide qualifier in Select inside a type?
810
- [x] unescape unicode in names.
9-
- [x] Hide `Predef.classOf`
1011
- [x] Hide `scala.Predef` prefix
1112
- [x] Hide `scala.StringContext`
12-
- [x] Only traverse qualifier of a select if it is not a package
13-
- [ ] Weird issue with method overload counter when mixed with objects
14-
- [ ] Import wildcard needs to have reference to the qualifier
15-
- [ ] We must look of the qualifier of a select on a term
13+
- [x] Only traverse prefix of a Select if it is not a package
14+
- [x] Ensure only methods are counted in overloads
15+
- [x] Import wildcard needs to have reference to the qualifier
16+
- [-] ~~Hide `Predef.classOf`~~ // won't fix - confirmed as a bug in scalameta

0 commit comments

Comments
 (0)