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

[SR-8915] warning: redundant conformance constraint 'R.Bound.Stride': 'SignedInteger' #3624

Closed
kevints mannequin opened this issue Oct 5, 2018 · 1 comment
Closed
Assignees

Comments

@kevints
Copy link
Mannequin

kevints mannequin commented Oct 5, 2018

Previous ID SR-8915
Radar None
Original Reporter @kevints
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug
Assignee @kevints
Priority Medium

md5: f75918ff14362591ae409545457f3c65

Issue Description:

in Foundation

Foundation/NSRange.swift:254:58: warning: redundant conformance constraint 'R.Bound.Stride': 'SignedInteger'
        where R.Bound: FixedWidthInteger, R.Bound.Stride : SignedInteger {
                                                         ^
Foundation/NSRange.swift:254:22: note: conformance constraint 'R.Bound.Stride': 'SignedInteger' implied here
        where R.Bound: FixedWidthInteger, R.Bound.Stride : SignedInteger {
                     ^
[230/334] CompileSwift: Foundation/HTTPCookieStorage.swift
Foundation/Data.swift:1699:58: warning: redundant conformance constraint 'R.Bound.Stride': 'SignedInteger'
        where R.Bound: FixedWidthInteger, R.Bound.Stride : SignedInteger {
                                                         ^
Foundation/Data.swift:1699:22: note: conformance constraint 'R.Bound.Stride': 'SignedInteger' implied here
        where R.Bound: FixedWidthInteger, R.Bound.Stride : SignedInteger {
                     ^
@kevints
Copy link
Mannequin Author

kevints mannequin commented Oct 5, 2018

PR here: #1712

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants