forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit8407ad9
Implement Array.tryLast, List.tryLast, Seq.tryLast
commit ff0d1ea2277d37d076abb389a29a80a131f0422fAuthor: latkin <latkin@microsoft.com>Date: Thu Oct 30 17:58:43 2014 -0700 Changing to Assert.IsTrue from Assert.True, due to older NUnit version used internallycommit 82dfc564304e15b3b354715a120e786138b0d32cAuthor: latkin <latkin@microsoft.com>Date: Thu Oct 30 15:48:47 2014 -0700 Update portable surface areacommit 0e00446c7e90667543d68552506c717c4ac919d9Merge:83106bf 5915b4bAuthor: latkin <latkin@microsoft.com>Date: Thu Oct 30 15:46:58 2014 -0700 Merge branch 'trylast' ofhttps://git01.codeplex.com/forks/simonhdickson/visualfsharp into PR Conflicts: src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Collections/ArrayModule.fs src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Collections/ListModule.fs src/fsharp/FSharp.Core.Unittests/SurfaceArea.4.0.fscommit 5915b4b601f5d76f16be08c79e14ce01272a13b8Author: Simon Dickson <simonhdickson@gmail.com>Date: Thu Oct 23 22:09:46 2014 +0100 Corrections from reviewcommit 6d504f10e67a0645898a1094f88a380c218a9ea1Author: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 18:04:31 2014 +0100 Add tryLast function to the Array modulecommit 26a0f48f553cbd6829f5ab4761ee5c6778f527d8Author: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 17:43:04 2014 +0100 Fix surfacearea testcommit e67048950f21cc17b71fea44fc1effd6a19fb68eAuthor: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 17:37:48 2014 +0100 Simplify Seq tryHead testscommit 5162da9df1f033f2af36aaf13ae7b2f4335d0b9dAuthor: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 17:37:12 2014 +0100 Add tryLast function to the List modulecommit 7dea0dabf963f2527cba50008f6a7666d0bbad2cAuthor: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 17:01:13 2014 +0100 Fixing testscommit 72a274e8c04e3ac81088259f0964f6c7532b0828Author: Simon Dickson <simonhdickson@gmail.com>Date: Fri Aug 8 16:15:06 2014 +0100 Add tryLast function to the Seq module1 parent83106bf commit8407ad9
File tree
11 files changed
+114
-2
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core/Microsoft.FSharp.Collections
- FSharp.Core
11 files changed
+114
-2
lines changedLines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
780 | 800 | | |
781 | 801 | | |
782 | 802 | | |
| |||
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
725 | 740 | | |
726 | 741 | | |
727 | 742 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
104 | 126 | | |
105 | 127 | | |
106 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
| 343 | + | |
342 | 344 | | |
343 | 345 | | |
344 | 346 | | |
| |||
422 | 424 | | |
423 | 425 | | |
424 | 426 | | |
| 427 | + | |
425 | 428 | | |
426 | 429 | | |
427 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| 337 | + | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| |||
416 | 418 | | |
417 | 419 | | |
418 | 420 | | |
| 421 | + | |
419 | 422 | | |
420 | 423 | | |
421 | 424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
461 | 469 | | |
462 | 470 | | |
463 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
370 | 377 | | |
371 | 378 | | |
372 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1734 | 1734 | | |
1735 | 1735 | | |
1736 | 1736 | | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1737 | 1747 | | |
1738 | 1748 | | |
1739 | 1749 | | |
| |||
0 commit comments
Comments
(0)