-
Notifications
You must be signed in to change notification settings - Fork 84
bazel: Update swift_static_framework to use swiftinterfaces #815
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| @_implementationOnly import EnvoyEngine | ||
| import Foundation | ||
|
|
||
| /// Callback interface for receiving stream events. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| @testable import Envoy | ||
| import EnvoyEngine | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of curiosity, any reason not to use
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't really matter for tests since no one consumes their output swiftmodule, and the annoyance is that if you do it once in a single target you have to do it for all imports, so then everyone has to know about it. |
||
| import Foundation | ||
| import XCTest | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| @testable import Envoy | ||
| import EnvoyEngine | ||
| import Foundation | ||
| import XCTest | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| @testable import Envoy | ||
| import EnvoyEngine | ||
| import Foundation | ||
|
|
||
| final class MockEnvoyEngine: NSObject { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| import Envoy | ||
| import EnvoyEngine | ||
| import Foundation | ||
|
|
||
| final class MockEnvoyHTTPStream { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.