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

[cmark] Update lib to v0.28.3 #112

Merged
merged 4 commits into from
Nov 10, 2018

Conversation

phoney
Copy link
Contributor

@phoney phoney commented Nov 9, 2018

The cmark code was updated to version 0.28.3 from that tag in the cmark repo.

I needed to update the module.modulemap file due to duplicate symbol errors.

No files were added or removed.

cmark was pulled from tag 0.28.3 from the cmark GitHub project.
Had to remove header "cmark.h" line because of duplicate symbol errors. Apparently when the headers are imported through this file the include guards are not honored.
@phoney
Copy link
Contributor Author

phoney commented Nov 9, 2018

The travis build failed with xCode 9 but succeeds with xCode 10.1. I have 10.1 locally. The failure was an "ambiguous reference" error when compiling one of the cmark files. Not sure what needs to be done.

@coveralls
Copy link

Coverage Status

Coverage increased (+44.8%) to 92.771% when pulling a2d6ee7 on phoney:feature/update-cmark into 5982d77 on iwasrobbed:master.

@iwasrobbed iwasrobbed changed the title Feature/update cmark [cmark] Update lib to v0.28.3 Nov 10, 2018
Copy link
Collaborator

@iwasrobbed iwasrobbed left a comment

Choose a reason for hiding this comment

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

@phoney This looks great and I appreciate you tackling this one 👍 I'm fine with having Xcode 10.1 be the release IDE since it's stable now

Could you write a quick "How to update cmark" wiki that we can have as a reference for others in the future? I'm trying to hand over some responsibilities to the community where possible

@iwasrobbed iwasrobbed merged commit 6b0e3d8 into johnxnguyen:master Nov 10, 2018
@phoney phoney deleted the feature/update-cmark branch November 26, 2018 21:52
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