Olaf Gottschalk
08/25/2025, 11:20 AMrow
function is missing (as I had to remove dataset dependency). And, another really bad design decision: withData
is now implemented several times on the different specs - not as an extension on ContainerScope
, but as different functions on FunSpecContainerScope
, StringSpecContainerScope
, etc... This hurts a lot as I had my own extensions that used withData
internally and now I have to go for the specific spec type, even though it used to be completely independent of the spec type used... anybody else bothered by that?sam
08/25/2025, 1:24 PMOlaf Gottschalk
08/25/2025, 3:23 PM