workflow-kotlin
workflow-kotlin copied to clipboard
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
Discovered this while pairing with @steve-the-edwards: Situation: Using a Mock to verify a number of calls to a dependency of a Workflow `verifyActionResult` will apply the `processedAction` to the current...
codelab
When using a certain configuration of nested workflows (I haven't found exactly the logic there), involving a backstack container (it _might_ be a red herring I guess), Compose's insets are...
We calibrated the render pass counting performance tests that run on CI to the speed of the emulators on CI that we use. However, if we re-run locally the outcomes...
Either that or #840 somehow broke it? Either way, its `@Ignore`ed now so we need to fix it and get it running again.
To address #665
I just realized this wrapping pattern (even before this change) might introduce an extra view unnecessarily when the wrapped rendering's factory is a `ComposeViewFactory`. It shouldn't affect correctness but something...
Placeholder for this thought in the `optimization` backlog. @zach-klippenstein and I once talked about re-writing the `WorkflowNode` tree using compose mechanisms (and optimizations?) but the problem there (IIRC) was that...
Ready for a pass as the changes are non-trivial. Reviewing by may should help. 1. Add JS target. 2. Fix test names to non back-ticks for common tests can't have...