Skip to content

Commit 94dccf1

Browse files
authored
Merge pull request #11087 from CodaFi/a-farewell-to-grant-money
2 parents 1a1157d + e4bfd60 commit 94dccf1

File tree

8 files changed

+1
-498
lines changed

8 files changed

+1
-498
lines changed

stdlib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ else()
105105
endif()
106106

107107
add_subdirectory(public)
108-
add_subdirectory(internal)
109108
add_subdirectory(private)
110109

stdlib/internal/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

stdlib/internal/README.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

stdlib/internal/SwiftExperimental/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/stdlib/DictionaryLiteral.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
// REQUIRES: objc_interop
1616

17-
import SwiftExperimental
1817
import Foundation
1918
import StdlibUnittest
2019

test/stdlib/Experimental.swift

Lines changed: 0 additions & 73 deletions
This file was deleted.

stdlib/internal/SwiftExperimental/SwiftExperimental.swift renamed to validation-test/stdlib/ComplexOperators.swift

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
//===----------------------------------------------------------------------===//
2-
//
3-
// This source file is part of the Swift.org open source project
4-
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
7-
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10-
//
11-
//===----------------------------------------------------------------------===//
12-
// Experimental APIs of the Swift Standard Library
13-
//
14-
// This library contains experimental APIs that can be subject to change or
15-
// removal. We don't guarantee API or ABI stability for this library.
16-
//
17-
//===----------------------------------------------------------------------===//
18-
import Swift
1+
// RUN: %target-typecheck-verify-swift
192

203
/// The function composition operator is the only user-defined operator that
214
/// operates on functions. That's why the exact precedence does not matter

0 commit comments

Comments
 (0)