-
-
Notifications
You must be signed in to change notification settings - Fork 31
Exercise bob #40
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
Exercise bob #40
Conversation
Exercise bob added with cmake and ctest
Exercise hello world added with cmake and ctest
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.
Combining concerns of two different exercises is something we will want to avoid in a merge request. That said, leave this combined, as there is no need to worry about it at this moment.
The reason that I would have to separate the exercises out is because the need for changes to Bob shouldn't stop Hello World from coming in... and vise versa.
#41 is the Hello World exercise, so we can concentrate on "Bob" here. |
Merged changes from master and integrated comments from pull request like renaming heyBob-->bob and adding comments for students in begining of bob_test.f90
Exercise bob added with cmake and ctest
…rtran into exercise_hello_world_and_bob
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.
Looks better to me.
@pclausen this looks good, if you would want to do an interactive rebase (or not interactive) and fix up the history of the commits to tell this wonderful story, feel free to that. |
Exercise hello world and bob added with cmake and ctest. FUnit files not removed yet.