Burt.K

Awesome Discovery

최신글

2025년 3월 9일
[SE-0031] inout 선언을 타입 데코레이션에 맞게 조정하기
## `inout` 선언을 타입 데코레이션에 맞게 조정하기 * 제안: [SE-0031](0031-adjusting-inout-declarations.md) * 작성자: [Joe Groff](https://gith...
2025년 3월 9일
[SE-0030] 프로퍼티 동작(Withdrawn)
## 프로퍼티 동작 * 제안: [SE-0030](0030-property-behavior-decls.md) * 작성자: [Joe Groff](https://github.com/jckarter) * 리뷰 관리자: ...
2025년 3월 9일
[SE-0029] 함수 적용 시 암시적 튜플 스플랫 동작 제거
## 함수 적용 시 암시적 튜플 스플랫 동작 제거 * 제안: [SE-0029](0029-remove-implicit-tuple-splat.md) * 작성자: [Chris Lattner](https://github...
2025년 3월 9일
[SE-0028] Swift의 디버깅 식별자 현대화
## Swift의 디버깅 식별자 현대화 * 제안: [SE-0028](0028-modernizing-debug-identifiers.md) * 작성자: [Erica Sadun](https://github.com/e...
2025년 3월 9일
[SE-0027] 문자열에 코드 유닛 초기화 메서드 추가(Rejected)
## 문자열에 코드 유닛 초기화 메서드 추가 * 제안: [SE-0027](0027-string-from-code-units.md) * 작성자: [Zachary Waldowski](https://github.com...
2025년 3월 9일
[SE-0026] 추상 클래스와 메서드(Rejected)
## 추상 클래스와 메서드 * 제안: [SE-0026](0026-abstract-classes-and-methods.md) * 작성자: David Scrève * 리뷰 관리자: [Joe Groff](https:/...
2025년 3월 9일
[SE-0025] 스코프 기반 접근 제어
## 스코프 기반 접근 제어 * 제안: [SE-0025](0025-scoped-access-level.md) * 작성자: Ilya Belenkiy * 상태: **구현 완료 (Swift 3.0)** * 리뷰 관리자...
2025년 3월 9일
[SE-0024] 옵셔널 값 설정자 ??= (Rejected)
## 옵셔널 값 설정자 `??=` * 제안: [SE-0024](0024-optional-value-setter.md) * 작성자: [James Campbell](https://github.com/jcampbell...
2025년 3월 9일
[SE-0023] API 설계 가이드라인
## API 설계 가이드라인 * 제안: [SE-0023](0023-api-guidelines.md) * 작성자: [Dave Abrahams](https://github.com/dabrahams), [Doug Gr...
2025년 3월 9일
[SE-0022] 메서드의 Objective-C 셀렉터 참조하기
## 메서드의 Objective-C 셀렉터 참조하기 * 제안: [SE-0022](0022-objc-selectors.md) * 작성자: [Doug Gregor](https://github.com/DougGrego...
2025년 3월 9일
[SE-0021] 인자 라벨을 사용한 함수 이름 지정
## 인자 라벨을 사용한 함수 이름 지정 * 제안: [SE-0021](0021-generalized-naming.md) * 작성자: [Doug Gregor](https://github.com/DougGregor)...
2025년 3월 9일
[SE-0020] Swift 언어 버전 빌드 설정
## Swift 언어 버전 빌드 설정 * 제안: [SE-0020](0020-if-swift-version.md) * 작성자: [Ashley Garland](https://github.com/bitjammer) *...
2025년 3월 9일
[SE-0019] Swift 테스팅
## Swift 테스팅 * 제안: [SE-0019](0019-package-manager-testing.md) * 작성자: [Max Howell](https://github.com/mxcl), [Daniel Du...
2025년 3월 9일
[SE-0018] 유연한 멤버 초기화
## 유연한 멤버 초기화 * 제안: [SE-0018](0018-flexible-memberwise-initialization.md) * 작성자: [Matthew Johnson](https://github.co...
2025년 3월 9일
[SE-0017] Unmanaged를 UnsafePointer로 변경하기
## `Unmanaged`를 `UnsafePointer`로 변경하기 * 제안: [SE-0017](0017-convert-unmanaged-to-use-unsafepointer.md) * 작성자: [Jacob Ba...
2025년 3월 9일
[SE-0016] UnsafePointer와 UnsafeMutablePointer를 Int 및 UInt로 변환하기 위한 이니셜라이저 추가
## UnsafePointer와 UnsafeMutablePointer를 Int 및 UInt로 변환하기 위한 이니셜라이저 추가 * 제안: [SE-0016](0016-initializers-for-converting...
2025년 3월 9일
[SE-0015] 튜플 비교 연산자
## 튜플 비교 연산자 * 제안: [SE-0015](0015-tuple-comparison-operators.md) * 저자: [Lily Ballard](https://github.com/lilyball) * 검...
2025년 3월 9일
[SE-0014] AnySequence.init에 제약 추가하기
## `AnySequence.init`에 제약 추가하기 * 제안: [SE-0014](0014-constrained-AnySequence.md) * 작성자: [Max Moiseev](https://github....
2025년 3월 9일
[SE-0013] final 아닌 Super 메서드의 부분 적용 제거(Rejected)
## final 아닌 Super 메서드의 부분 적용 제거 (Swift 2.2) * 제안: [SE-0013](0013-remove-partial-application-super.md) * 작성자: [Ashley G...
2025년 3월 9일
[SE-0012] 공개 라이브러리 API에 @noescape 추가(Rejected)
## 공개 라이브러리 API에 `@noescape` 추가 * 제안: [SE-0012](0012-add-noescape-to-public-library-api.md) * 작성자: [Jacob Bandes-Storc...