Gauche icon indicating copy to clipboard operation
Gauche copied to clipboard

Revive `gauche.test.generative`

Open shirok opened this issue 9 months ago • 4 comments

It's been back-burnered for years. Maybe it's time to make it official.

  • The name check conflicts with SRFI-78, so we'd better rename it.

  • The part of binding geneator output to variables can be done with SRFI-42; we may deconstruct this into "run body many times and stop when test error detected" and "bind variables with generator output", and delegate the latter to SRFI-42.

shirok avatar Oct 25 '23 09:10 shirok