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

Fixing the playground for Swift 3 and Xcode 8. #21

Merged
merged 1 commit into from
Aug 28, 2017

Conversation

stupergenius
Copy link
Collaborator

No description provided.

let indentation = String(repeating: " ", count: depth * 2)
Swift.print("\(indentation)\(message)")
}
#else
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for the pull request.

I'm not sure Spectre still build on Swift < 3 so I think we can remove this conditional (here and below). Or does it still work?

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