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-2064] Int.init(ObjectIdentifier) and UInt.init(ObjectIdentifier) should have a bitPattern: label #44673

Closed
gribozavr opened this issue Jul 13, 2016 · 3 comments
Assignees
Labels
affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella

Comments

@gribozavr
Copy link
Collaborator

Previous ID SR-2064
Radar rdar://problem/27327186
Original Reporter @gribozavr
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug, AffectsABI, StarterBug
Assignee @aschwaighofer
Priority Medium

md5: 36041e7c923aa4de28fe4f5ed807fa0a

Issue Description:

`Int.init(ObjectIdentifier)` and `UInt.init(ObjectIdentifier)` should have a `bitPattern:` label (i.e., `Int.init(bitPattern:)` and `UInt.init(bitPattern:)`).

Swift evolution proposal: https://github.com/apple/swift-evolution/blob/master/proposals/0124-bitpattern-label-for-int-initializer-objectidentfier.md

@aschwaighofer
Copy link
Member

PR: apple/swift-evolution#434

@moiseev
Copy link
Mannequin

moiseev mannequin commented Jul 18, 2016

aschwaighofer@apple.com (JIRA User) the PR has been merged, can this issue be closed now?
Ignore me. It's the evolution PR.

@aschwaighofer
Copy link
Member

Merged in f207607

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

2 participants