-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue #82] updating formulas backlog
- Loading branch information
1 parent
725c2a2
commit fdae82b
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |