Skip to content

[AST] Fix typo in debug output #12499

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

Merged

Conversation

modocache
Copy link
Contributor

When ASTSectionImporter is unable to load a module Foo, it outputs Unable to load module'Foo'.. Note that there's no space between "module" and "'Foo'". Add a space so that it outputs Unable to load module 'Foo'..

When ASTSectionImporter is unable to load a module Foo, it outputs
`Unable to load module'Foo'.`. Note that there's no space between
"module" and "'Foo'". Add a colon and a space.
@CodaFi
Copy link
Contributor

CodaFi commented Oct 18, 2017

Thanks!

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit 98ba6a4 into swiftlang:master Oct 18, 2017
@modocache modocache deleted the add-space-to-astimporter-debug-output branch October 18, 2017 22:48
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