Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0824c7

Browse files
author
7sharp9
committed
Excluded F#3.1 control bug fixes
1 parentf3877e3 commitf0824c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎tests/fsharp/core/control/test.fsx‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,8 +1981,9 @@ module Bug850869 =
19811981
letf2()=
19821982
async
19831983
{use! A= Unchecked.defaultof<Async<System.IDisposable>>
1984-
returntrue}
1985-
1984+
returntrue}
1985+
1986+
#if FSHARP_31
19861987
module ExceptionInAsyncParallelOrHowToInvokeContinuationTwice=
19871988

19881989
lettest()=
@@ -2015,7 +2016,7 @@ module ExceptionInAsyncParallelOrHowToInvokeContinuationTwice =
20152016
_->false
20162017

20172018
check"ExceptionInAsyncParallelOrHowToInvokeContinuationTwice"(Seq.init30(ignore>> test)|> Seq.forall id)true
2018-
2019+
#endif
20192020

20202021

20212022
// [Asyncs] Cancellation inside Async.AwaitWaitHandle may release source WaitHandle

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp