| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-09 | Refactor testing of app to be safer (by mocking terminal_size) | a14m | 1 | -8/+5 | |
| 2021-04-09 | Mock validators on CI (and allow more control over testing) | a14m | 1 | -0/+9 | |
| 2021-04-07 | Refactor PLane impl to be generic to allow nesting | a14m | 1 | -2/+2 | |
| Wrap the outer vector in a plane to allow safer navigation | |||||
| 2021-04-07 | Fix linting issues | a14m | 1 | -2/+3 | |
| 2021-04-07 | Refactor module structure to split universe/plane | a14m | 1 | -6/+5 | |
| The objects will grow bigger and might be hard for readability to keep them in 1 file hence the split | |||||
| 2021-04-07 | Add Plane (circular array) implementation w/testing | a14m | 1 | -2/+3 | |
| Refactor the code to use Plane struct instead of Vec<bool> | |||||
| 2021-04-07 | Use opts instead of full paths | a14m | 1 | -7/+8 | |
| 2021-04-05 | Refactor return result instead of universe object | a14m | 1 | -8/+11 | |
| 2021-04-04 | Add the generate method to GoL module | a14m | 1 | -0/+66 | |
| 2021-04-03 | Add missing docs | a14m | 1 | -0/+2 | |
| 2021-04-03 | Refactor options method to allow easier testing | a14m | 1 | -6/+81 | |
| And add the testing of the refactored app method | |||||
| 2021-04-01 | Add the delay opt validations | a14m | 1 | -0/+1 | |
| 2021-04-01 | Add CLI Width/Height validations | a14m | 1 | -0/+5 | |
| 2021-04-01 | Add the CLI options basic args | a14m | 1 | -0/+69 | |
| Add the ordering for the help menu Define the CLI options of clap | |||||
