Skip to content

BREAKING: Convert git_status_file to an async method#1342

Closed
cjhoward92 wants to merge 2 commits into
nodegit:masterfrom
cjhoward92:fix/make_status_file_async
Closed

BREAKING: Convert git_status_file to an async method#1342
cjhoward92 wants to merge 2 commits into
nodegit:masterfrom
cjhoward92:fix/make_status_file_async

Conversation

@cjhoward92
Copy link
Copy Markdown
Contributor

Convert the NodeGit.Status.file routine to be an async routine. This is to help avoid deadlocks as functions that read from or write to disk should be asynchronous. This is a breaking change since the function now returns a promise and not the status.

@cjhoward92
Copy link
Copy Markdown
Contributor Author

Replaced by #1348

@cjhoward92 cjhoward92 closed this Aug 8, 2017
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.

1 participant