-
Notifications
You must be signed in to change notification settings - Fork 19
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
SFU/courses command for issue #656 #666
base: master
Are you sure you want to change the base?
Conversation
please address issues outline here |
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.
additional comments/question in addition to the formatting fixes you have to make
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.
This looks wonderful, great work! I love that you gave proof that you did some basic testing of the command.
I've added a few small important changes you brought up (bounds checking & errors), and a bunch of less important changes.
And finally, as an aside, I'd prefer if next time you can keep all your PR docs in github, either in the issue, PR desc, or as PR comments referring to specific lines (wherever makes the most sense! up to you) It's possible to embed images & use html extended markdown for styling in the github markdown, so hopefully you shouldn't be too limited!
@EarthenSky I trust I can let you continue to review and then I can come in at the end to merge and ensure the CI and everything works well? |
yes, sounds great! tysm |
Okay @modernNeo, I've done a look through it all; everything looks good to me. Feel free to merge when you're able. Also, thanks to @chanchantang for being patient, and for the awesome PR! |
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.
just add test cases to https://github.com/CSSS/wall_e/blob/master/Test_Cases.md for each success/failure response that this new command can result in and I think this can be merged
Please check this document for PR information