Skip to content
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

Define Array element type explicitly to fix nightly CI #2250

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

dnadoba
Copy link
Member

@dnadoba dnadoba commented Aug 24, 2022

Fixes a new warning with the swift main toolchain:

/src/Tests/NIOPosixTests/ChannelPipelineTest.swift:376:34: warning: empty collection literal requires an explicit type
        try channel.writeInbound([])
                                 ^~

Fixes a new warning with the swift `main` toolchain: empty collection literal requires an explicit type
@dnadoba dnadoba added the needs-no-version-bump For PRs that when merged do not need a bump in version number. label Aug 24, 2022
@Lukasa Lukasa merged commit 9d6a041 into apple:main Aug 24, 2022
@dnadoba dnadoba deleted the dn-fix-nightly branch August 24, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-no-version-bump For PRs that when merged do not need a bump in version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants