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

NSDictionary: Add customMirror and missing init() method. #2100

Merged
merged 1 commit into from Apr 15, 2019

Conversation

spevans
Copy link
Collaborator

@spevans spevans commented Apr 12, 2019

  • Add init(dictionary:copyItems:).

  • Add .customMirror

  • ExpressibleByDictionaryLiteral: init(dictionaryLiteral: (Any, Any)...)
    already existed, just add the conformance to the class declaration.

  • Group the init() methods together.

Fixes https://bugs.swift.org/browse/SR-10449

- Add init(dictionary:copyItems:).

- Add .customMirror

- ExpressibleByDictionaryLiteral: init(dictionaryLiteral: (Any, Any)...)
  already existed, just add the conformance to the class declaration.

- Group the init() methods together.
@spevans
Copy link
Collaborator Author

spevans commented Apr 12, 2019

@swift-ci test

@spevans
Copy link
Collaborator Author

spevans commented Apr 12, 2019

@swift-ci test linux

2 similar comments
@spevans
Copy link
Collaborator Author

spevans commented Apr 12, 2019

@swift-ci test linux

@spevans
Copy link
Collaborator Author

spevans commented Apr 12, 2019

@swift-ci test linux

@millenomi
Copy link
Contributor

@swift-ci please test

1 similar comment
@spevans
Copy link
Collaborator Author

spevans commented Apr 13, 2019

@swift-ci please test

@millenomi millenomi merged commit 6baf10d into apple:master Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants