Austin Bingham
Austin Bingham
In [#234](https://github.com/sixty-north/cosmic-ray/issues/234#issuecomment-419880930) @blueyed suggested that we should document some of our debugging techniques. This is a really good idea!
The the discussion in #398, a mutation for replacing references with `None` could be useful. It should be very easy, too.
it would be interesting to look at using [value-added](https://github.com/sixty-north/added-value) to insert information into our documentation about e.g. command lines and operators.
The init command should refuse to do anything if it sees any results in the session. We can provide a flag to the command that overrides this.
This section is entirely out of date now and needs to be reworked.
In the relational-operator replacement operator code, we have a set of replacements which we explicitly prevent. We do this because it seems that the replacements in question do little other...
This is a rebasing and simplification of a set of changes by @trbedwards.
It would be nice to be able to constrain which tests get run based on coverage analysis. That is, when a change is made, determine what gets changed and only...
Right now the config system is pretty freewheeling. It can be difficult for users to know what to put in the config, and incorrect/invalid configs generally result in hard-to-understand errors....
We obviously need more operations. This task really is "make a list of operators and make issues for creating them." --- - Bitbucket: https://bitbucket.org/austin_bingham/cosmic-ray/issue/11 - Originally reported by: [austin_bingham](http://bitbucket.org/austin_bingham) -...