-
Notifications
You must be signed in to change notification settings - Fork 61
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 lab 7 checkers #129
Add lab 7 checkers #129
Conversation
4ee0eea
to
2817b79
Compare
Published at https://cs-pub-ro.github.io/operating-systems/129/ |
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 checker is great. Now update the task's README.md
to specify that students need to run make skels
to generate the support/
folder and then add a sample run of the checker script with all tests passing so students know what to look for.
2817b79
to
5b36e3a
Compare
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.
Everything is alright now. Just rebase the main
branch to remove the merge conflict and then wait for @NickZaharia308' review.
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.
After fixing the readme, this can be merged. 👍
chapters/compute/copy-on-write/drills/tasks/shared-memory/README.md
Outdated
Show resolved
Hide resolved
chapters/compute/copy-on-write/drills/tasks/shared-memory/README.md
Outdated
Show resolved
Hide resolved
Add checkers for lab 7 tasks. Signed-off-by: Laura Ruse <[email protected]>
5b36e3a
to
9677190
Compare
Prerequisite Checklist
Description of changes
Add checkers for lab 7 tasks.