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

Commite818a32

Browse files
committed
Disable winforms event loop on fsi
1 parent1b4340d commite818a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/fsharp/fsi/fsi.fs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ type FsiValuePrinter(ilGlobals,generateDebugInfo,resolvePath) =
181181
FloatingPointFormat= fsi.FloatingPointFormat;
182182
PrintWidth= fsi.PrintWidth;
183183

184+
184185
PrintDepth= fsi.PrintDepth;
185186
PrintLength= fsi.PrintLength;
186187
PrintSize= fsi.PrintSize;
@@ -416,7 +417,7 @@ type FsiCommandLineOptions(tcConfigB, fsiConsoleOutput: FsiConsoleOutput) =
416417
let mutableenableConsoleKeyProcessing=
417418
// Mono on Win32 doesn't implement correct console processing
418419
not(runningOnMono&& System.Environment.OSVersion.Platform= System.PlatformID.Win32NT)
419-
let mutablegui=true// override via "--gui", on by default
420+
let mutablegui=false// override via "--gui", on by default
420421
#if DEBUG
421422
let mutableshowILCode=false// show modul il code
422423
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp