01:57 | <bakkot> | I made a thing: https://github.com/shapesecurity/shift-shrink-js |
01:57 | <bakkot> | it's a test case reducer for JavaScript programs |
01:58 | <bakkot> | (that is, where the test cases themselves are javascript programs) |
01:58 | <bakkot> | I imagine some people here might get use out of it |
01:58 | <bakkot> | pairs well with the fuzzer: https://github.com/shapesecurity/shift-fuzzer-js |
20:53 | <Richard Gibson> | ooh, nice. I have a dream of a Hypothesis-style library in which drawing and shrinking are related and tracked by internal state that is fundamentally an initially-random decision sequence |