Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Forked from factor/factor
Factor programming language - Github mirror of official GIT repo
-
-
-
-
Forked from apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
C
-
Forked from apple/swift-lldb
This is the version of LLDB that supports the Swift programming language & REPL.
C++
1,278 contributions in the last year
Contribution activity
January 2021
Created 22 commits in 1 repository
Created a pull request in apple/swift that received 13 comments
SILGen: Introduce a new debug scope for GuardStmts [5.4]
A GuardStmt can shadow bindings from outer scopes, so make sure we actually create a new debug scope here. Note that we push the scope, but pop it …
+74
−26
•
13
comments
Opened 19 other pull requests in 2 repositories
apple/swift
16
merged
- Sema: Fix a couple of crash-on-invalid problems with class inheritance
- Sema: Allow re-declarations of typealiases in constrained extensions with different generic signatures [5.4]
- Sema: Allow re-declarations of typealiases in constrained extensions with different generic signatures
- GSB: Handle concrete ResolvedTypes in ArchetypeType::resolveNestedType() [5.4]
- SIL: Fix type lowering of unowned reference to class-bound generic parameter [5.4]
- GSB: Handle concrete ResolvedTypes in ArchetypeType::resolveNestedType()
- SIL: Fix type lowering of unowned reference to class-bound generic parameter
- Update some docs to talk about 'main' instead of 'master'
- Remove request evaluator's AnyRequest and AnyValue type erasers
- SILGen: Introduce a new debug scope for GuardStmts
- Sema: Fix preservation of DiagnoseErrorOnTry flag [5.4]
- Sema: Fix preservation of DiagnoseErrorOnTry flag
- Frontend: Don't record request references in WMO builds
- Sema: Tweak a diagnostic
- Cherry-pick compiler performance fixes [5.4]
- AST: Fix actor isolation checking for lazy property initializers
Reviewed 7 pull requests in 2 repositories
apple/swift 6 pull requests
- Use the Formal Access *Scope* of the Extended Nominal For Its Max Access
- AsyncSequence and protocol conformance rethrows
- [SR-12383][Diagnostics] Do not use canonical type for aka diagnostics instead walk the type recursivelly desugaring
- [TypeChecker] NFC: Unify logic in `checkDeclarationAvailaibility` and…
- [Property Wrappers] Fix a few corner cases where property wrappers with nonmutating setters fail in DI
- DefiniteInitialization: correctly handle implicit closures.