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

Fix insertion in Markdown lists - #1588 & 1605 #1594

Merged
merged 2 commits into from
Mar 5, 2018

Conversation

clone1612
Copy link
Contributor

@clone1612 clone1612 commented Feb 26, 2018

Reason for this Pull Request
#1588 & #1605

Problem
#1502 introduced a new way of doing the list insertion but its script location leads to conflicts with yarn since running that command will remove the node_modules/boost folder after which it installs the dependencies as normal.
Summary: List insertion script is removed when installing dependencies.

Fix
Move file to a new folder so it won't get deleted when running yarn. Also fixed any linting errors present in the file.

@clone1612 clone1612 changed the title List insertion fix - #1588 Fix insertion in Markdown lists - #1588 Feb 26, 2018
@clone1612 clone1612 changed the title Fix insertion in Markdown lists - #1588 Fix insertion in Markdown lists - #1588 & 1605 Feb 27, 2018
@kazup01 kazup01 added the awaiting review ❇️ Pull request is awaiting a review. label Feb 28, 2018
@Rokt33r Rokt33r added next release (v0.11.0) and removed awaiting review ❇️ Pull request is awaiting a review. labels Feb 28, 2018
@Rokt33r Rokt33r merged commit 45d90b2 into BoostIO:master Mar 5, 2018
@clone1612 clone1612 deleted the list_fix branch June 14, 2018 10:06
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.

None yet

3 participants