April 28, 2026
8:03 a.m.
On Tue Apr 28 07:31:52 2026 +0000, Conor McCarthy wrote:
Testing odd cases such as: ``` source 0 -> 1 optional 1 -> 0 sink source 0 -> 0 optional 1 -> 1 optional 0 -> 0 sink ``` seems complicated. Do you mind if we restrict all optional node streams to the downstream input for now, and emit a fixme where necessary? Sure it may not be easy to adjust the tests to cover such cases, though perhaps it is because we are trying to squeeze every check within the same framework. I'm fine restricting the support to a single stream, but I still don't think input / output indexes are supposed to be related.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10645#note_137923