-
Apple Inc.
Highlights
- Pro
Block or Report
Block or report xedin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
disruptor_thrift_server Public
LMAX Disruptor backed Thrift Server implementation (half-sync/half-async).
-
acts_as_versionable Public
acts_as_versionable for the newest_rails versions with dirty attributes handling
-
-
-
facebox_render Public
Forked from ihower/facebox_render
FaceboxRender is a Rails plugin let you use lightbox seamlessly using Facebox library (http://famspam.com/facebox/)
1,513 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 61 commits in 1 repository
Created a pull request in apple/swift that received 8 comments
[TypeChecker] SE-0324: Extend Swift -> C pointer conversions to arrays
Extends implementation to support conversions between arrays and pointers (when element type is an (un-)signed integer) that are allowed by the SE-…
Opened 28 other pull requests in 1 repository
apple/swift
2
open
24
merged
2
closed
-
[ConstraintSystem]
openOpaqueType
: remove logic that duplicatesbindArchetypesFromContext
- [5.9][ConstraintSystem] Fix support for a single pack expansion parameter …
-
[Sema] NFC: Print
CanBindToPack
type variable option in debug output - [5.9][CSSimplify] Account for the fact that variadic generic parameters co…
- [ConstraintSystem] Fix support for a single pack expansion parameter …
- [CSSimplify] Account for the fact that variadic generic parameters co…
-
[CSSimplify] Don't rely on
ParameterListInfo
to indicate that parameter is variadic generic - [AST] PackExpansionMatcher: use common prefix/suffix algorithm for tuple matching
-
[
⛔ ][CSSimplify] AllowrepairFailures
indicate that it is confused - [CSSimplify] Don't propagate contextual parameter type if it's a pack…
- [CSFix] Diagnose an invalid member reference in ambiguous contexts
- [CSGen] Type-check capture list together with closure body
-
[ConstraintSystem] NFC: Remove obsolete
generateConstraints(CaseStmt *, ...)
-
[CSSimplify] Don't enable
OneWayBindParam
for result builder transformed closures - [BuilderTransform] NFC: Remove original result builder implementation
- [CSDiagnostics] Ignore placeholder types that appear in editor placeh…
- [Tests] NFC: Adjust REQUIRES declaration for UnsafeBufferPointerSlice…
- [CSBindings] NFC: Format default bindings debug output
-
[CSSolver] NFC: Replace some uses of
last()
withendsWith()
- [ConstraintSystem] Handle pack expansion materialization on l-value base
- [CSSimplify] Variadics: Allow unlabeled matching after pack expansion…
- Revert "PreCheckExpr: Recognize non-identifier type qualifiers in type expressions"
- [BuilderTransform] Verify that builder type has at least one accessible build{Partial}Block
- [CSSimplify] Propagate contextual result type into result builder tra…
- [CSSimplify] Propagate contextual result type into result builder tra…
- Some pull requests not shown.
Reviewed 39 pull requests in 3 repositories
apple/swift
25 pull requests
- [ConstraintSystem] Fix support for a single pack expansion parameter …
- [AST] PackExpansionMatcher: use common prefix/suffix algorithm for tuple matching
- [CSSimplify] Don't propagate contextual parameter type if it's a pack…
- Sema: Support optional promotion of tuple patterns when pattern matching
- [ConstraintSystem] Diagnose pack expansion expressions in non-variadic contexts.
- Revert 75dc69a81da07647bda2d1ccc3b82ce6e68b44a7
-
[ConstraintSystem] Enforce
TVO_CanBindToPack
, and diagnose pack references outside of pack expansion expressions. - [CSFix] Diagnose an invalid member reference in ambiguous contexts
- build-script: Don't build LLVM testing tools when generating Xcode projects
- [CS] Fix locator simplification with 'Member' path element
- [NFC] Cleanup implicit pointer conversion diagnostic tests
-
[ConstraintSystem] Allow type variables for pack expansion patterns to bind to
noescape
. - [Sema] Diagnose function coercion ambiguity
- add AST printer support for _documentation attribute
- [CS] Split off a couple more changes from the ExprPattern work
- [Sema] Don't abort the result builder transform if the builder contained an ErrorExpr
- Better enforce GenericFunctionType TypeVariableType invariant
- [CS] Allow ExprPatterns to be type-checked in the solver
- Fix Issue #57499 by providing FixIt for 'override func' that should be 'override var' and vice-versa
- [Variadic Generics] fixit for pack expansion on a non-pack generic type
-
Sema: Allow member type expressions rooted on non-identifier qualifiers to omit
.self
until Swift 6 - Revert "PreCheckExpr: Recognize non-identifier type qualifiers in type expressions"
- [Sema] Introduce a couple of ExprPattern requests
- [CS] Some more NFC changes
- Sema: Respect TVO_CanBindToPack
- Some pull request reviews not shown.
apple/swift-book
1 pull request
apple/swift-evolution
1 pull request
Created an issue in apple/swift that received 2 comments
stdlib gets rebuild multiple times in build-script -r -T
configuration
I see stdlib related warnings while building:
The compiler itself
Under --- Building tests for swift ---
Under --- Running tests for swift --- ---…