-
Notifications
You must be signed in to change notification settings - Fork 26
Implement T6L2 merge undo #120
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
base: main
Are you sure you want to change the base?
Conversation
woojiahao
left a comment
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.
The autograding and unit testing LGTM! Just comments on the download itself. Thank you!
merge_undo/res/README.md
Outdated
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 does not need to be a res/ file! The app automatically pulls the README.md
merge_undo/download.py
Outdated
|
|
||
|
|
||
| def setup(verbose: bool = False): | ||
| create_start_tag(verbose) |
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.
I don't think this is necessary
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.
Ah, I just assumed since some other exercises implemented this as well, I would too. Apologies will fix.
merge_undo/download.py
Outdated
| create_start_tag(verbose) | ||
|
|
||
| # main branch | ||
| checkout("main", False, verbose) |
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.
| checkout("main", False, verbose) |
Not necessary. The default branch should always be main
|
Hi @kea-S , is this PR currently being worked on? Would be good to get an update by 9 Dec, else we need to close this PR, so that we can resolve this issue. Thanks! |
Apologies, Just saw this message today, I've made the changes as requested but would like to point out that my test-downloads.sh doesn't work anymore since removing the res/README.md file. |
Exercise Review
merge-undo
Exercise Discussion
#67
Checklist
Git-Masteryorganization, have you created a request for it?repo-smithto validate the exercise grading scheme?test-download.sh?git-autograder?app?