-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix SR-1444, Match Xcode's c99name #337
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
Conversation
try fputs(stream.bytes.bytes, fp) | ||
} | ||
return path | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this just go into Utility
or somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about Utility/File.swift or Utility/misc.swift?
rebased |
I see test failures with this:
|
default: | ||
return false | ||
return "_" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is another change needed here, there is a loop below this one that deletes leading characters I believe.
bf9c5a6
to
0e51b42
Compare
@ddunbar Fixed |
@swift-ci please test |
Have you looked at the test failure? It does look like it might be related (it might just be a test that needs to be updated). |
This should fix it swiftlang/swift-integration-tests#6 |
dependent on #336