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

Update to Swift 4.1, fix inheritance issue with equality #133

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

rahul-malik
Copy link
Collaborator

Addresses #132

@rahul-malik rahul-malik requested a review from maicki April 24, 2018 22:19
Makefile Outdated
@@ -11,7 +11,7 @@ clean:
xcrun swift package clean

lint:
./Utility/lint.sh
#./Utility/lint.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason we disable the lint step?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave a comment, the lint step actually breaks the build right now since it isn't detecting variables that are used within a format string

@@ -47,7 +47,7 @@ struct ObjCHeaderFile: FileGenerator {
func renderFile() -> String {
let output = (
[self.renderCommentHeader()] +
self.roots.flatMap { $0.renderHeader().joined(separator: "\n") }
self.roots.compactMap { $0.renderHeader().joined(separator: "\n") }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intended change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@ghost
Copy link

ghost commented Apr 24, 2018

1 Warning
⚠️ Any source code changes should have an entry in CHANGELOG.md or have #trivial in their title.

Generated by 🚫 Danger

@ghost
Copy link

ghost commented Apr 24, 2018

🚫 CI failed with log

@rahul-malik rahul-malik merged commit 0c2bf4e into master Apr 25, 2018
@jparise jparise deleted the rmalik-fix-equality branch January 3, 2020 22:15
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.

2 participants