eclipse-jdt / eclipse-jdt/eclipse.jdt.core
[Records][Type Inference] Instrument javac for trace/log/debug dump generation during record type inference
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4838 instrumented `com.sun.tools.javac.comp.Infer#instantiateMethod` to expose the innards of generic method type variable inference - but it still leaves `com.sun.tools.javac.comp.Infer#instantiatePatternType` completely untouched thereby doing nothing regarding the opacity of record type inference.
This ticket is to address that - @stephan-herrmann - FYI.
Contributor guide
Assessment
This issue has not been assessed yet.