forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitdf72269
Implement Seq.scanBack
commit c5c33d7595e1f14ad9976e6ba65cf48b48fbf2caAuthor: latkin <latkin@microsoft.com>Date: Thu Oct 30 17:31:31 2014 -0700 Fix testcommit 834d377c35556362070bcce07ae1f4022286a6b6Author: latkin <latkin@microsoft.com>Date: Thu Oct 30 17:21:48 2014 -0700 Removing bounds checks from scanSubRightcommit fe2facfcb81d60da5beb614e1f80e85c10d1700eMerge: d290360 2278393Author: latkin <latkin@microsoft.com>Date: Thu Oct 30 17:03:18 2014 -0700 Merge branch 'scanBack' ofhttps://git01.codeplex.com/forks/patrickmcdonald/visualfsharp into PR Conflicts: src/fsharp/FSharp.Core/local.fs src/fsharp/FSharp.Core/seq.fscommit 22783931672028fd6004d02f00d010c1af11e4a5Author: Patrick McDonald <paddymcdonald@gmail.com>Date: Tue Sep 16 11:12:27 2014 +0100 Add more Seq.scanBack tests; update XML docscommit 23267bdda1fb421ac808308bb64e1210f3b99053Author: Patrick McDonald <paddymcdonald@gmail.com>Date: Mon Sep 8 22:07:46 2014 +0100 Implement seq.scanBack1 parent45d622c commitdf72269
File tree
8 files changed
+76
-13
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core/Microsoft.FSharp.Collections
- FSharp.Core
8 files changed
+76
-13
lines changedLines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
1103 | 1143 | | |
1104 | 1144 | | |
1105 | 1145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| 441 | + | |
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | 685 | | |
696 | 686 | | |
697 | 687 | | |
| |||
711 | 701 | | |
712 | 702 | | |
713 | 703 | | |
714 | | - | |
715 | | - | |
| 704 | + | |
716 | 705 | | |
717 | 706 | | |
718 | 707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
772 | 782 | | |
773 | 783 | | |
774 | 784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1321 | 1329 | | |
1322 | 1330 | | |
1323 | 1331 | | |
| |||
1788 | 1796 | | |
1789 | 1797 | | |
1790 | 1798 | | |
1791 | | - | |
| 1799 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
919 | 931 | | |
920 | 932 | | |
921 | 933 | | |
| |||
0 commit comments
Comments
(0)