-
Notifications
You must be signed in to change notification settings - Fork 57
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
Issue 246 documentation: simple_math example #256
base: master
Are you sure you want to change the base?
Issue 246 documentation: simple_math example #256
Conversation
…how to use cosmic-ray to improve the testing suite
…ds/cosmic-ray into issue-246-documentation
…ted the documentation
This looks great! The only thing I think it needs is a mention that you can do the exercise from the Also, can you squash all of the commits into a single commit for the PR? This isn't crucial, but it'll keep the master branch cleaner. |
Sure, I'll get this done today. |
I think I need to create a new pull request after squashing all my commits, I'll close this one |
I'm having issues squashing the commits into one, do you simply use |
First commit of ten-pin bowling game example for test run. Implemented strike and spare scroing. Plus tests. config.yml file cosmic-ray run. Improved the documentation for simple_math More edits to the documentation
I'll have another look at this on tuesday, I cocked up a bit with the squashing of the commits! |
@trbedwards Sorry I didn't get back to you sooner; I was doing some intense traveling and missed this thread. The basic approach to rolling a bunch of commits into one is "interactive rebasing". Suppose I'm on branch This can be a bit tricky the first few times, so you might want to read up on interactive rebasing a bit. It's also worth pointing out that once you do a rebase of I hope this all makes sense. Let me know if I can help out. I promise that knowing how to do interactive rebasing is a really powerful tool once you wrap your head around it! |
…ds/cosmic-ray into issue-246-documentation
Added .idea to gitignore and exluded directories in conf.py Implemented strike and spare scroing. Plus tests. config.yml file cosmic-ray run. Improved the documentation for simple_math More edits to the documentation
…ds/cosmic-ray into issue-246-documentation
Yep, it looks like ede7750 has all of the right contents. I think I can sort all of this out on my end, if you don't mind. I can just cherry pick that commit and merge it in, in all likelihood. The main downside is that it will look like my commit, not yours, in the git history. Are you ok with that? |
I've created an example, simple_math, for demonstrating what happens when you have a non-zero mutation survival rate. I've also created a new directory 'examples' and corresponding section in the documentation. The docs for simple_math are linked to in the 'quick start' documentation.