-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] De-gyb Arrays.swift.gyb #16230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 on less gyb! Found some nits.
stdlib/public/core/ArrayShared.swift
Outdated
@@ -0,0 +1,375 @@ | |||
//===--- Arrays.swift.gyb -------------------------------------*- swift -*-===// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong file name.
@@ -0,0 +1,407 @@ | |||
// ###sourceLocation(file: "/Users/lanceparker/Development/swift-source/swift/stdlib/public/core/Arrays.swift.gyb", line: 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad title and ### source location. You should probably grep for these.
(sorry I just meant to leave comments, not approve/disapprove) |
@swift-ci please test |
@swift-ci please test |
Build failed |
@swift-ci please test |
Split up Array, ArraySlice and ContiguousArray into one file each, with an ArrayShared file for common stuff.