-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(io): Implement base IO Module #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @devillove084, Please rebase master to solve the conflicts. Left two minor comments.
Other LGTM
No problem, I will rebase it later. Thank you for your valuable opinions. |
7ddf84f
to
f217778
Compare
f217778
to
32f7665
Compare
Apologies for the late update. I've made the necessary modifications to the code. I would greatly appreciate it if you could review it again at your convenience to check for any issues. cc @Xuanwo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, let's get started.
cc @Aitozi for another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Before implementing FileIndex, complete the IO related capabilities first :).
close #38