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

Fix Xcode 10.2 warnings #130

Merged
merged 3 commits into from
Apr 2, 2019
Merged

Fix Xcode 10.2 warnings #130

merged 3 commits into from
Apr 2, 2019

Conversation

mdiep
Copy link
Collaborator

@mdiep mdiep commented Apr 1, 2019

No description provided.

mdiep added 3 commits March 31, 2019 20:45
'public' modifier is redundant for instance method declared in a public extension
ORGANIZATIONNAME = "Glazed Donut, LLC.";
TargetAttributes = {
8A569F3F1E6B3E50008BE2AC = {
CreatedOnToolsVersion = 8.2.1;
LastSwiftMigration = 0900;
LastSwiftMigration = 1020;
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 didn't do the Swift migration, obviously. I just cleared the Remind Me box so that it wouldn't show up as a warning.

hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Xcode 10.2 is pretty insistent on these localization changes.

@@ -23,7 +23,7 @@ public protocol DownASTRenderable: DownRenderable {
func toAST(_ options: DownOptions) throws -> UnsafeMutablePointer<cmark_node>
}

public extension DownASTRenderable {
extension DownASTRenderable {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Since the methods in this extension are public, marking this as public too is a warning in the Swift 5 compiler.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.625% when pulling a0390d9 on mdiep:xcode-10.2-warnings into 8b1f549 on iwasrobbed:master.

Copy link
Collaborator

@iwasrobbed iwasrobbed left a comment

Choose a reason for hiding this comment

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

Thanks for this @mdiep !

@iwasrobbed iwasrobbed merged commit 1fecb4b into johnxnguyen:master Apr 2, 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.

3 participants