Highlights
- Arctic Code Vault Contributor
Pinned
1,144 contributions in the last year
Less
More
Contribution activity
February 2021
Created 21 commits in 2 repositories
Created a pull request in lampepfl/dotty that received 5 comments
Opened 7 other pull requests in 1 repository
lampepfl/dotty
1
open
6
merged
- Optimization: don't run override checks between Java definitions
- Recover the denotation of constant-folded selections
- Incremental compilation: handle constructor proxies
- Upgrade to ASM 9.1
- Make it possible to always set the prefix of denotations
- LambdaLift: reload non-sym denotations when needed
- Upgrade to ASM 9.0
Reviewed 11 pull requests in 1 repository
lampepfl/dotty 11 pull requests
- Tighten restriction for varargs splices
- Fix #10888: Avoid A.this.B for Java inner classes
- Add regression test
- remove dottydoc
- Change 3.1 to future
- Let the info of opaque types always depend on the prefix
- Load .tasty files from in-memory file systems too
- Fix #5812: Compactify names when flattening
- Fix #11299: Disallow implicit search on TermRef of Null
- Fix typo 'Deprectated' -> 'Deprecated'
- Use all available context info for healing ambiguous implicits
Created an issue in lampepfl/dotty that received 3 comments
Opaque type not transparent when seen from a computed prefix
class Foo { opaque type Num = Int val z = Test.id(this)(1) } object Test { def id(f: Foo)(x: f.Num): f.Num = x } -- [E007] Type Mismatch Error: try/o…
3
comments