Skip to content

Swift3 updates to Markingbird#22

Open
jimstudt wants to merge 6 commits intokristopherjohnson:masterfrom
jimstudt:swift3
Open

Swift3 updates to Markingbird#22
jimstudt wants to merge 6 commits intokristopherjohnson:masterfrom
jimstudt:swift3

Conversation

@jimstudt
Copy link

This will update Markingbird for Swift 3 in Xcode 8.2.1.

There is a lot of simple syntax changing and parameter changing.

More significantly, the default immutability of the 'struct' collided heavily with an escaping closure. There may be another way around it, but I changed the Markingbird object to a 'class' instead since it does heavily mutate itself anyway. This could have an impact on clients if they thought they were getting independent copies by copying Markingbird variables.

There are three failures in MDTestTests related to recognizing back ticks and over quoting an ampersand at one point. I don't know if these are new to the Swift3 port.

@bdbergeron bdbergeron mentioned this pull request May 8, 2017
@kristopherjohnson
Copy link
Owner

I will merge this in if someone else will resolve the merge conflicts with the current version of master.

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