Commit 6af64a7
List.transpose should throw error when given jagged array (#6908) (#6989)
* List.transpose should throw error when given jagged array (#6908)
* transpose does not throw when one of the elements is empty
* Add additional test cases1 parent c3b6dff commit 6af64a7
File tree
2 files changed
+12
-6
lines changed- src/fsharp/FSharp.Core
- tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Collections
2 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
720 | 725 | | |
721 | 726 | | |
722 | 727 | | |
723 | 728 | | |
724 | 729 | | |
725 | 730 | | |
726 | | - | |
| 731 | + | |
727 | 732 | | |
728 | 733 | | |
729 | 734 | | |
730 | 735 | | |
731 | 736 | | |
732 | 737 | | |
733 | | - | |
734 | | - | |
735 | | - | |
| 738 | + | |
736 | 739 | | |
737 | 740 | | |
738 | | - | |
| 741 | + | |
739 | 742 | | |
740 | 743 | | |
741 | 744 | | |
| |||
746 | 749 | | |
747 | 750 | | |
748 | 751 | | |
749 | | - | |
| 752 | + | |
750 | 753 | | |
751 | 754 | | |
752 | 755 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
845 | 848 | | |
846 | 849 | | |
847 | 850 | | |
| |||
0 commit comments