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

Add reader trait #569

Merged
merged 3 commits into from
May 22, 2022
Merged

Add reader trait #569

merged 3 commits into from
May 22, 2022

Conversation

Skallwar
Copy link
Member

  • io_trait: Add JkReader trait to context
  • io_trait: Add JkStdReader and fix tests

@Skallwar Skallwar marked this pull request as ready for review May 21, 2022 16:11
@Skallwar Skallwar requested a review from CohenArthur May 21, 2022 16:11
JkStdReader is the default JkReader implementation. This way is the user
does not gives a custom reader, we can use this one
Copy link
Member

@CohenArthur CohenArthur left a comment

Choose a reason for hiding this comment

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

Thank you so much for working on this. Minor nitpicks but this is great stuff

src/io_trait.rs Outdated Show resolved Hide resolved
examples/simple-repl.rs Outdated Show resolved Hide resolved
src/instruction/incl.rs Outdated Show resolved Hide resolved
@Skallwar Skallwar force-pushed the io_trait_reader branch 3 times, most recently from 4121af4 to 7b1590f Compare May 21, 2022 22:28
Co-authored-by: CohenArthur <cohenarthur.dev@gmail.com>
@CohenArthur CohenArthur merged commit 556e9ee into master May 22, 2022
@CohenArthur CohenArthur deleted the io_trait_reader branch May 22, 2022 07:30
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.

2 participants