-
-
Notifications
You must be signed in to change notification settings - Fork 350
Convert codebase to asynchronous code (reroll v2) #363
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
Conversation
ef0e21b
to
317086c
Compare
Looks great. Code is much more simpler and more readable |
Thanks for the effort! Two quick notes:
I'll close #354, let's continue here. |
8aea7a5
to
25c895a
Compare
25c895a
to
4f44273
Compare
4f44273
to
7ee060f
Compare
cf199bb
to
254180c
Compare
…hunk() to async Convert tests into async/await
254180c
to
82e1ff0
Compare
I'll try to remove |
It accomplishes the original goals and it passes all the tests - I would be happy to have this PR merged! Indeed there are still a couple of little things we should do in smaller individual PRs, but I think the project is soon ready for a v3 pre-release (in regards to #353). |
…ince these deal with async operations under the hood. - Remove the need to call readFinished() from the `readFileFn`
71cefe1
to
23fb0e1
Compare
@drzraf Do you know why I am getting these emails? What is being deployed with this approve? |
Sadly this email does not have a link to a branch or MR which requires this review |
The CI runs need to be approved because:
That's why the CI process allows for a maintainer to have a look to the diff (regarding CI safety of token/secrets) and, if deemed safe, accept it (to run the the |
Reroll and continuation of #354