You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generator helpers, such as chainG, safeUnpackG etc. are causing issues with unexpected results when integrating them into existing projects, for instance safeUnpackG does not safely unpack a generator. chainG does not chain a generator value but a generator!.
So, first the tests are incorrect. Second, the implementation needs refactoring to accommodate incoming data and extraction to the correct type.
The text was updated successfully, but these errors were encountered:
The generator helpers, such as
chainG
,safeUnpackG
etc. are causing issues with unexpected results when integrating them into existing projects, for instancesafeUnpackG
does not safely unpack a generator.chainG
does not chain a generator value but a generator!.So, first the tests are incorrect. Second, the implementation needs refactoring to accommodate incoming data and extraction to the correct type.
The text was updated successfully, but these errors were encountered: