forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit09ad755
Allow implicit quotation of expressions used as a method arguments
commit 4747cd9198db754974e179f4df2e1c2ff5378875Author: latkin <latkin@microsoft.com>Date: Wed Jan 21 15:06:33 2015 -0800 Update baseline for typecheck testcommit bd4dd1aa7b4fbd099f1ead0073e1b3ad98bdd06eMerge:c3e25848dd11c0Author: latkin <latkin@microsoft.com>Date: Wed Jan 21 14:31:37 2015 -0800 Merge branch 'auto-quote' ofhttps://git01.codeplex.com/forks/dsyme/cleanup into autoquot Conflicts: src/fsharp/creflect.fscommit8dd11c0Author: Don Syme <dsyme@microsoft.com>Date: Thu Jan 15 11:51:35 2015 +0000 clean up testscommiteb3bb2eAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Jan 15 11:40:33 2015 +0000 remove auto-quotation for 'raw' Expr argumentscommitbdee98eAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Jan 15 09:30:22 2015 +0000 add tests for using ReflectedDefinition methods as first class valuescommitbe48342Author: Don Syme <dsyme@microsoft.com>Date: Wed Jan 14 19:44:34 2015 +0000 allow first-class use of ReflectedDefinition methodscommit23d00fdAuthor: Don Syme <dsyme@microsoft.com>Date: Mon Jan 12 17:14:34 2015 +0000 add tests for interaction with C#-style extension memberscommit0a30282Merge:32307ff51d7b62Author: Don Syme <dsyme@microsoft.com>Date: Mon Jan 12 11:54:57 2015 +0000 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/visualfsharp into auto-quotecommit32307ffAuthor: Don Syme <dsyme@microsoft.com>Date: Tue Dec 2 16:26:28 2014 +0000 update for methods defined in IL and provided methodscommit5e7517bAuthor: Don Syme <dsyme@microsoft.com>Date: Tue Dec 2 16:13:30 2014 +0000 update code and add more testscommit7cf60a1Author: Don Syme <dsyme@microsoft.com>Date: Thu Oct 30 17:17:19 2014 +0000 Allow implicit quotation of expressions used as a method arguments1 parent6d0ac01 commit09ad755
File tree
21 files changed
+553
-82
lines changed- src/fsharp
- FSharp.Core
- vs
- tests
- fsharp
- core/quotes
- typecheck/sigs
21 files changed
+553
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
149 | 157 | | |
150 | 158 | | |
151 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
200 | | - | |
201 | | - | |
202 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
203 | 215 | | |
204 | 216 | | |
205 | 217 | | |
| |||
246 | 258 | | |
247 | 259 | | |
248 | 260 | | |
249 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
250 | 264 | | |
251 | 265 | | |
252 | 266 | | |
| |||
412 | 426 | | |
413 | 427 | | |
414 | 428 | | |
415 | | - | |
| 429 | + | |
416 | 430 | | |
417 | 431 | | |
418 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
419 | 439 | | |
420 | 440 | | |
421 | 441 | | |
| |||
535 | 555 | | |
536 | 556 | | |
537 | 557 | | |
538 | | - | |
| 558 | + | |
| 559 | + | |
539 | 560 | | |
540 | 561 | | |
541 | 562 | | |
| |||
637 | 658 | | |
638 | 659 | | |
639 | 660 | | |
640 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
641 | 664 | | |
642 | 665 | | |
643 | 666 | | |
644 | | - | |
| 667 | + | |
645 | 668 | | |
646 | 669 | | |
647 | 670 | | |
| |||
653 | 676 | | |
654 | 677 | | |
655 | 678 | | |
656 | | - | |
| 679 | + | |
657 | 680 | | |
658 | 681 | | |
659 | 682 | | |
| |||
1457 | 1480 | | |
1458 | 1481 | | |
1459 | 1482 | | |
1460 | | - | |
| 1483 | + | |
1461 | 1484 | | |
1462 | 1485 | | |
1463 | 1486 | | |
| |||
1927 | 1950 | | |
1928 | 1951 | | |
1929 | 1952 | | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
1930 | 1971 | | |
1931 | 1972 | | |
1932 | 1973 | | |
| |||
1997 | 2038 | | |
1998 | 2039 | | |
1999 | 2040 | | |
2000 | | - | |
| 2041 | + | |
2001 | 2042 | | |
2002 | 2043 | | |
2003 | 2044 | | |
| |||
2138 | 2179 | | |
2139 | 2180 | | |
2140 | 2181 | | |
2141 | | - | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
2142 | 2185 | | |
2143 | 2186 | | |
2144 | 2187 | | |
| |||
0 commit comments
Comments
(0)