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
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
+
1
4
- [ ] Hide unapply, unapplySeq?
2
5
- [ ] Hide constructor of template
3
6
- [ ] Hide local vars in pattern def?
4
7
- [ ] Hide desugaring of for comprehension
5
8
- [ ] Hide calls to implicit conversions and their arguments
6
9
- [ ] Hide Tuple contructors
7
-
- [ ] Hide qualifier in Select inside a type?
8
10
- [x] unescape unicode in names.
9
-
- [x] Hide `Predef.classOf`
10
11
- [x] Hide `scala.Predef` prefix
11
12
- [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