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

fixed string parsing bugs around multibyte characters & keyword functions #38

Merged
merged 1 commit into from
Apr 6, 2015

Conversation

jpsim
Copy link
Owner

@jpsim jpsim commented Apr 6, 2015

Closes #27.
Closes #35.

Starting to port changes & bugfixes from the swift1p2 branch. /cc @segiddins

Since I renamed NSString+SourceKitten.swift to String+SourceKitten.swift, you may want to diff locally to see those changes.

@jpsim
Copy link
Owner Author

jpsim commented Apr 6, 2015

Fixes #27 and #35.

@@ -164,8 +155,6 @@ public struct File {

:param: dictionary Dictionary to update.
:param: cursorInfoRequest Cursor.Info request to get declaration information.

:returns: An updated copy of the input dictionary with comment mark names and cursor.info information.
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this deleted?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Because it's just a copy-paste of the discussion.

@segiddins
Copy link
Collaborator

This looks fine to me, presuming all tests passed, though I'm not too familiar with the code in question.

@jpsim
Copy link
Owner Author

jpsim commented Apr 6, 2015

This looks fine to me, presuming all tests passed, though I'm not too familiar with the code in question.

Yeah, I wasn't sure you'd be interested in reviewing this, but figured it didn't hurt to ping you.

@segiddins
Copy link
Collaborator

👍

jpsim added a commit that referenced this pull request Apr 6, 2015
fixed string parsing bugs around multibyte characters & keyword functions
@jpsim jpsim merged commit 6b0eacb into master Apr 6, 2015
@jpsim jpsim deleted the jp-string-parsing-bugfixes branch April 6, 2015 03:40
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.

Crash when processing a file with multibyte characters Support documenting subscript
2 participants