Skip to content

Commit

Permalink
[Issue #82] updating formulas backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBaranosky committed Feb 19, 2012
1 parent 725c2a2 commit fdae82b
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions FORMULAS-BACKLOG-AND-FEATURE-IDEAS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@

1. improve formula failure reporting
a. report the first failure
1. [x] improve formula failure reporting
a. [x] report the first failure

2. implement shrinking. Report only the first fully shrunken failure
2. [ ] implement shrinking. Report only the first fully shrunken failure

3. don't run more tests than need be if there is alreadya failure in this formula's batch.
QUESTION: how can I change the input, when checking in unprocessed? sounds like formulas
might need to record the inputs in a map before evaluating each generation, whch would
happen way at the top level. Then that map could be checked in unprocessed, but that
unsettles me.


4. consider implementing with @marick's metaconstant syntax
3. [ ] don't run more tests than need be if there is alreadya failure in this formula's batch.

5. shrink function overrides
a. no shrink
4. [ ] consider implementing with @marick's metaconstant syntax

5. [ ] shrink function overrides
a. [ ] no shrink

6. if we do metaconstant style, implement generator overriding
6. [ ] if we do metaconstant style, implement generator overriding

0 comments on commit fdae82b

Please sign in to comment.