lisa.fuzz: Port lisa.fuzz.Gen over the new lisa.monad API
BREAKING CHANGE Introduce GenMonad inheriting from lisa.monad.State and make Gen simply embed a GenMonad action. Breaking change: retry_until() now needs to be awaited, otherwise it's a no-op. This will ensure future-proofing of the API, should the implementation of retry_until need access to the internal state.
Loading
Please register or sign in to comment