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

Update fs-extra to remove "dependency" on ncp #532

Closed
wants to merge 1 commit into from

Conversation

c0d3d
Copy link
Contributor

@c0d3d c0d3d commented Aug 13, 2019

What did you implement:

Sometimes the callback to fse.copy does not get called causing silent failure. Turns out that the version of fs-extra for this project is very old, and there seems to have been a fix for this issue already. They used to use a copy of ncp, but no longer do as it seems that ncp is no longer maintained.

How did you implement it:

Updated the version, and verified that things were still working.

How can we verify it:

For me this was happening most times when setting to package individually.
After updating the version the problems disappeared.

Todos:

  • Write tests
  • Write documentation
  • Fix linting errors
  • Make sure code coverage hasn't dropped
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

@c0d3d
Copy link
Contributor Author

c0d3d commented Aug 14, 2019

Looks like coveralls was down during the build, so it didn't report the results.
I'm not sure how to re-run it intentionally, haha.

@HyperBrain
Copy link
Member

HyperBrain commented Aug 19, 2019 via email

@c0d3d
Copy link
Contributor Author

c0d3d commented Aug 20, 2019

@HyperBrain doesn't seem to have worked?

@HyperBrain
Copy link
Member

HyperBrain commented Aug 21, 2019 via email

@HyperBrain
Copy link
Member

I restarted the build :-)

@smithnic
Copy link

@HyperBrain This is causing issues for me as well. Waiting on this to be merged.

@HyperBrain
Copy link
Member

HyperBrain commented Aug 27, 2019 via email

Copy link
Member

@HyperBrain HyperBrain left a comment

Choose a reason for hiding this comment

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

LGTM

@HyperBrain HyperBrain added this to the 5.3.2 milestone Aug 27, 2019
@c0d3d
Copy link
Contributor Author

c0d3d commented Aug 27, 2019

I'll fix the conflicts.

@HyperBrain
Copy link
Member

@c0d3d Can you check if the changes are still needed. I began merging from old to new PRs and saw that the dependency update PR already updates fs-extra.

@c0d3d
Copy link
Contributor Author

c0d3d commented Aug 27, 2019

@HyperBrain interestingly enough, someone seems to have updated everything already on July 23rd (after this was opened). They actually took care of this update, haha.
Thanks for taking a look anyways. :)

@c0d3d c0d3d closed this Aug 27, 2019
@c0d3d c0d3d deleted the update-fs-extra branch August 27, 2019 19:53
@HyperBrain
Copy link
Member

@c0d3d Nevertheless thank you for the PR. I hope this does not prevent you to help with the project in the future 😃

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