This issue tracks the remaining work needed before PICO can be merged into EISOP.
Required Work
| Status |
Item |
Notes |
| In review |
#1032 |
Viewpoint-adapted type-use validity check. |
| In review |
#1049 |
Cast logic; also coordinates with eisop/guava#10. |
| In review |
#1068 |
Forbid annotations on supertypes. |
| Needs issue |
Viewpoint-adapted method override check |
Create after #1032 if test interactions depend on that PR. |
| In review |
#799 |
Fix viewpoint adaptation of type variables. Clarify whether required for PICO merge. |
| Draft |
#865 |
Varargs/viewpoint adaptor fix. Clarify whether required for PICO merge. |
Design Questions
Nice To Have
This issue tracks the remaining work needed before PICO can be merged into EISOP.
Required Work
Design Questions
Nice To Have
s.getClass() == ImmutableClass.class.See comment: Issues to resolve before merge PICO into EISOP #1071 (comment)
Update: implemented as part of c416281