forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit17ad03f
* Fix and tests, unbuilt and untested* Correct one of the testsGot the order wrong for the output of `countBy`.* Repair the groupBy testgroupBy test was bad: it assumed (ridiculously) that groupBy wouldn't iterate the original sequence even though it somehow knew the groups in the sequence.
1 parent87ea864 commit17ad03f
File tree
3 files changed
+50
-7
lines changed- src/fsharp/FSharp.Core
- tests/FSharp.Core.UnitTests
- FSharp.Core/Microsoft.FSharp.Collections
3 files changed
+50
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
1036 | | - | |
1037 | 1035 | | |
1038 | 1036 | | |
1039 | 1037 | | |
| |||
1087 | 1085 | | |
1088 | 1086 | | |
1089 | 1087 | | |
1090 | | - | |
1091 | 1088 | | |
1092 | 1089 | | |
1093 | 1090 | | |
| |||
1096 | 1093 | | |
1097 | 1094 | | |
1098 | 1095 | | |
1099 | | - | |
1100 | 1096 | | |
1101 | 1097 | | |
1102 | 1098 | | |
| |||
1140 | 1136 | | |
1141 | 1137 | | |
1142 | 1138 | | |
1143 | | - | |
1144 | 1139 | | |
1145 | 1140 | | |
1146 | 1141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments
Comments
(0)