Open yggdrasil-tynor opened 2 years ago
EDIT: Seems like it's an issue when using ValueTuple.... Maybe this is not supported?
Here is a simple .NET fiddle example which shows the unexpected behaviour:
This line breaks it: https://github.com/codingseb/ExpressionEvaluator/blob/365551a87cda0de63a18d603f257354460b1f8c3/CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs#L3425
For some reason the internalDelegate args contains 1 item, and should contain 2 in this case... https://github.com/codingseb/ExpressionEvaluator/blob/365551a87cda0de63a18d603f257354460b1f8c3/CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs#L3504-L3516
I guess this overload requires some special handling?
FYI this is still an issue in 1.5.0-alpha releases
throws:
With Zip or EquiZip it works fine:
What is wrong with select?