forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitbb40a68
Add an active pattern to match constant decimal in quotations
commit 45aed39c90ac5799c92ab73be3a558074caec37bAuthor: latkin <latkin@microsoft.com>Date: Mon Dec 15 12:12:39 2014 -0800 Updating portable surface area testcommit 64d3c0d84ae220569034bc19b5ea1b8b4f541516Merge:47aff4d 55b7abaAuthor: latkin <latkin@microsoft.com>Date: Mon Dec 15 12:06:02 2014 -0800 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/forks/veritax/fsharp into decimalcommit 55b7aba7996424418b68c9e5eede03afb41cc697Author: Pierre IRRMANN <pierre.irrmann@gmail.com>Date: Fri Nov 7 13:38:40 2014 +0100 Not using the SpecificCall pattern anymorecommit 30d609727d1f0d1a9b70fa7ad5825b07f46b1633Author: Pierre IRRMANN <pierre.irrmann@gmail.com>Date: Thu Oct 23 06:41:22 2014 +0200 New test to prove the previously incorrect implementation, and fixcommit 46cdf51905c1fbab4a26726cde19662ab66611beAuthor: Pierre IRRMANN <pierre.irrmann@gmail.com>Date: Fri Oct 17 22:29:11 2014 +0200 Add an active pattern to match constant decimal in quotations1 parent47aff4d commitbb40a68
File tree
5 files changed
+43
-20
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core
- tests/fsharp/core/quotes
5 files changed
+43
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3208 | 3208 | | |
3209 | 3209 | | |
3210 | 3210 | | |
| 3211 | + | |
3211 | 3212 | | |
3212 | 3213 | | |
3213 | 3214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3186 | 3186 | | |
3187 | 3187 | | |
3188 | 3188 | | |
| 3189 | + | |
3189 | 3190 | | |
3190 | 3191 | | |
3191 | 3192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2029 | 2029 | | |
2030 | 2030 | | |
2031 | 2031 | | |
2032 | | - | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
2033 | 2045 | | |
2034 | 2046 | | |
2035 | 2047 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
630 | 635 | | |
631 | 636 | | |
632 | 637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
0 commit comments
Comments
(0)