-
Notifications
You must be signed in to change notification settings - Fork 8
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
Break out readInputStream from Main.java to RespInputParser.java #99 #139
Break out readInputStream from Main.java to RespInputParser.java #99 #139
Conversation
RobertMili
commented
Feb 16, 2023
- Adding test for that class
2. Adding test for that class
2. Adding test for that class 3. Adding more test on MainTest.java
…o-respinputparserjava
Squash comments
09b792b
to
e3c700a
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
Results in a much cleaner main. Also good to include separate tests for the respInputParser
When trying the code locally, have you merged it with latest version of main to make sure everything works after merge? Or are there no conflicts against main branch? |
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.
good thinking breaking it out from main, and great with the added tests
Looks like we have a problem with some of the commits not signed 😔. So we have two options override the branch protection or redo the commits with signing and maybe adding the original author as co-author? |
What is the preferred method to solve this? |
I tested the merge with latest version of main and I managed to build the program successfully! |