forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitc0037fd
Non generic Async.AwaitTask
commit b927d8cf5feeb8bc98881f4c3ebc22d67e8962adAuthor: latkin <latkin@microsoft.com>Date: Mon Oct 20 17:48:37 2014 -0700 Fix unit tests to handle lack of IDisposable for Task on some portable profilescommit d01c3dc8d2a52122d0a7d38b868a665a311ed7a2Author: latkin <latkin@microsoft.com>Date: Mon Oct 20 14:18:16 2014 -0700 Updating surface area testscommit ca27d14cc3b0cc04210646a04b184939c16479b8Merge:ef4388f d4583fbAuthor: latkin <latkin@microsoft.com>Date: Mon Oct 20 14:11:56 2014 -0700 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/forks/thinkb4coding/visualfsharp into PRcommit d4583fb1ba3d40e589313c52f18a073519c34992Author: Jérémie Chassaing <jeremie.chassaing@thinkbeforecoding.com>Date: Sun Jul 6 17:40:18 2014 +0200 Add a check that the task is actually called with non generic Async.AwaitTaskcommit 8e7c4cf12466894998f837490972f088aa7ac5eaMerge: b111a5af3cd398Author: Jérémie Chassaing <jeremie.chassaing@thinkbeforecoding.com>Date: Thu Jun 26 10:36:16 2014 +0200 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/visualfsharp into fsharp4commit b111a5a24f9c3821446341abd8a1ece72bf1821bAuthor: Jérémie Chassaing <jeremie.chassaing@thinkbeforecoding.com>Date: Wed Jun 25 13:02:23 2014 +0200 Non generic Async.AwaitTask1 parent6221ab5 commitc0037fd
File tree
5 files changed
+64
-0
lines changed- src/fsharp
- FSharp.Core.Unittests
- FSharp.Core/Microsoft.FSharp.Control
- FSharp.Core
5 files changed
+64
-0
lines changedLines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
272 | 326 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
534 | 535 | | |
535 | 536 | | |
536 | 537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| 528 | + | |
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1961 | 1961 | | |
1962 | 1962 | | |
1963 | 1963 | | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
1964 | 1969 | | |
1965 | 1970 | | |
1966 | 1971 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
| |||
0 commit comments
Comments
(0)