-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Description
Repro steps
Build master and then open FSI and type
Seq.item 0 (Array.zeroCreate<int> 0)
Expected behavior
The error message should say seq was short by 1 element.
Actual behavior
The error message is seq was short by 0 elements, which makes no sense since that should mean the sequence had enough elements.
Known workarounds
None
Related information
Metadata
Metadata
Assignees
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.