forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitafe5027
Allow static arguments to Type Provider methods
http://fslang.uservoice.com/forums/245727-f-language/suggestions/6097685-allow-static-arguments-to-type-provider-methods-ecommit 44277d4ebd7fb4afa3a995450d355d1b0b3f901bAuthor: latkin <latkin@microsoft.com>Date: Tue Nov 11 12:35:25 2014 -0800 Updating surface area tests with ITypeProvider2 interfacecommit 4b70dd0366d3994d9c2d2224944abf9644edbdd4Merge: de9bb86 c57072aAuthor: latkin <latkin@microsoft.com>Date: Tue Nov 11 06:10:44 2014 -0800 Merge branch 'staticparams3' ofhttps://git01.codeplex.com/forks/dsyme/cleanup into static Conflicts: src/fsharp/FSComp.txtcommit c57072aa46ddb644ad894b4c301dbac8e6ec3ba1Author: Don Syme <dsyme@microsoft.com>Date: Tue Nov 11 13:23:55 2014 +0000 remove unnecessary error messagecommit adb3e2353a0de40ea47218b87e8f8e78b8d1773eMerge: 36fff74c76f1ecAuthor: Don Syme <dsyme@microsoft.com>Date: Tue Nov 11 13:08:29 2014 +0000 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/visualfsharp into staticparams3, Conflicts: src/fsharp/FSComp.txt, src/fsharp/tc.fscommit de9bb86efb9f6a3453f063068ebb218aa971a8b4Author: latkin <latkin@microsoft.com>Date: Mon Nov 10 16:57:28 2014 -0800 Adding missing #if EXTENSIONTYPINGcommit 87db4d3e4f2139a6efdad261069c327e498e8bcbAuthor: latkin <latkin@microsoft.com>Date: Sun Nov 9 19:24:15 2014 -0800 Reverting change to test labelscommit 1ad19a9a3df49602ac43b312635298b23acc2a1fMerge:c76f1ec 36fff74Author: latkin <latkin@microsoft.com>Date: Sun Nov 9 19:04:15 2014 -0800 Merge branch 'staticparams3' ofhttps://git01.codeplex.com/forks/dsyme/cleanup into static Conflicts: src/fsharp/FSComp.txt src/fsharp/tc.fscommit 36fff74c8b7ff06993f5fe20f112e5f4f1697d54Author: Don Syme <dsyme@microsoft.com>Date: Wed Oct 29 19:45:12 2014 +0000 reapply error mesage for nested typescommit 465846189661a4f1cfc416d2661678b0d9fb5b6bAuthor: Don Syme <dsyme@microsoft.com>Date: Wed Oct 29 19:43:49 2014 +0000 reapply error mesage for nested typescommit a0cdb8b66bbed75b3befd77b5a5f1f0d8eb95025Author: Don Syme <dsyme@microsoft.com>Date: Wed Oct 29 16:20:00 2014 +0000 update test.lstcommit d80c744e7577aeceae911b7601b8cf827490bdccAuthor: Don Syme <dsyme@microsoft.com>Date: Wed Oct 29 15:00:12 2014 +0000 Add extensive testing for methods taking static argscommit fa81aecdc850265f4029a0b8b5a4bf869b7b587bAuthor: Don Syme <dsyme@microsoft.com>Date: Tue Jul 29 19:18:36 2014 +0200 updates to let proto compiler buildcommit 8c873c2bfb3d208e1498dd2360ebc148884ec5a4Author: Don Syme <dsyme@microsoft.com>Date: Tue Jul 29 18:38:45 2014 +0200 Initial cut at static parameters for provided methods1 parentc76f1ec commitafe5027
File tree
14 files changed
+483
-59
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core
- tests
- fsharp/typeProviders/helloWorld
14 files changed
+483
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
1204 | | - | |
| 1204 | + | |
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
| 1212 | + | |
1212 | 1213 | | |
1213 | 1214 | | |
1214 | 1215 | | |
| |||
1225 | 1226 | | |
1226 | 1227 | | |
1227 | 1228 | | |
1228 | | - | |
| 1229 | + | |
1229 | 1230 | | |
1230 | 1231 | | |
1231 | 1232 | | |
| |||
1332 | 1333 | | |
1333 | 1334 | | |
1334 | 1335 | | |
| 1336 | + | |
| 1337 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
| 923 | + | |
922 | 924 | | |
923 | 925 | | |
924 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| 915 | + | |
| 916 | + | |
915 | 917 | | |
916 | 918 | | |
917 | 919 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
| |||
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
317 | 322 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
| |||
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
285 | 291 | | |
286 | 292 | | |
287 | 293 | | |
| |||
331 | 337 | | |
332 | 338 | | |
333 | 339 | | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
334 | 361 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
731 | 770 | | |
732 | 771 | | |
733 | 772 | | |
| |||
749 | 788 | | |
750 | 789 | | |
751 | 790 | | |
| 791 | + | |
| 792 | + | |
752 | 793 | | |
753 | 794 | | |
754 | 795 | | |
755 | | - | |
| 796 | + | |
756 | 797 | | |
| 798 | + | |
757 | 799 | | |
| 800 | + | |
758 | 801 | | |
759 | 802 | | |
760 | 803 | | |
| |||
1120 | 1163 | | |
1121 | 1164 | | |
1122 | 1165 | | |
1123 | | - | |
| 1166 | + | |
1124 | 1167 | | |
1125 | 1168 | | |
1126 | 1169 | | |
| |||
1208 | 1251 | | |
1209 | 1252 | | |
1210 | 1253 | | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
1211 | 1290 | | |
1212 | | - | |
| 1291 | + | |
1213 | 1292 | | |
1214 | 1293 | | |
1215 | 1294 | | |
| |||
1222 | 1301 | | |
1223 | 1302 | | |
1224 | 1303 | | |
1225 | | - | |
1226 | | - | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
1230 | | - | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
1236 | | - | |
1237 | | - | |
1238 | | - | |
1239 | | - | |
| 1304 | + | |
| 1305 | + | |
1240 | 1306 | | |
1241 | 1307 | | |
1242 | 1308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
362 | 366 | | |
363 | 367 | | |
364 | 368 | | |
| |||
0 commit comments
Comments
(0)