Highlights
- Arctic Code Vault Contributor
Pinned
586 contributions in the last year
Activity overview
Contributed to
apple/swift,
SwifterSwift/SwifterSwift,
LucianoPAlmeida/GraphTheory
and 5 other
repositories
Contribution activity
January 2021
Created 20 commits in 3 repositories
Created a pull request in apple/swift that received 12 comments
[SR-12383][Diagnostics] Do not use canonical type for aka diagnostics instead walk the type recursivelly desugaring
Instead of using getCanonicalType() to show aka diagnostics, we instead walk the type recursivelly desugaring types to display, but skippingGeneri…
+38
−13
•
12
comments
Opened 6 other pull requests in 3 repositories
apple/swift
2
open
1
merged
SwifterSwift/SwifterSwift
2
merged
apple/swift-algorithms
1
open
Reviewed 9 pull requests in 3 repositories
apple/swift 7 pull requests
- [AST] #SR-13906 (Improvement) Error Messages
- [Diagnostics] Add specific warning for overriden `NSObject.hash(into:)`
- [docs] Tidy and document permissible conversions based on calling conventions
- SR-13976: Improve compiler error message: "partial application of ‘mutating’ method is not allowed"
- [Diagnostics] Simplify unused lvalue warning wording
- [ConstraintSystem] Increase score only if members found on `Optional`…
- Fix typo in ModuleAnalyzerNodes.h