Skip to content

Commit 51fe921

Browse files
dsymebaronfel
authored andcommitted
Fix code formatting in some files (#6296)
* cleanup commas * fix indentation * Update IlxGen.fs * apply formatting to additional files * improve output of script * improve output of script
1 parent 7d8c7f4 commit 51fe921

23 files changed

+10289
-10225
lines changed

src/fsharp/AugmentWithHashCompare.fs

Lines changed: 214 additions & 214 deletions
Large diffs are not rendered by default.

src/fsharp/CompileOptions.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@ let testFlag tcConfigB =
981981
match s with
982982
| "StackSpan" -> tcConfigB.internalTestSpanStackReferring <- true
983983
| "ErrorRanges" -> tcConfigB.errorStyle <- ErrorStyle.TestErrors
984-
| "MemberBodyRanges" -> PostTypeCheckSemanticChecks.testFlagMemberBody := true
985984
| "Tracking" -> Lib.tracking := true (* general purpose on/off diagnostics flag *)
986985
| "NoNeedToTailcall" -> tcConfigB.optSettings <- { tcConfigB.optSettings with reportNoNeedToTailcall = true }
987986
| "FunctionSizes" -> tcConfigB.optSettings <- { tcConfigB.optSettings with reportFunctionSizes = true }

src/fsharp/IlxGen.fs

Lines changed: 2948 additions & 2948 deletions
Large diffs are not rendered by default.

src/fsharp/InfoReader.fs

Lines changed: 105 additions & 106 deletions
Large diffs are not rendered by default.

src/fsharp/InnerLambdasToTopLevelFuncs.fs

Lines changed: 496 additions & 496 deletions
Large diffs are not rendered by default.

src/fsharp/LexFilter.fs

Lines changed: 167 additions & 168 deletions
Large diffs are not rendered by default.

src/fsharp/LowerCallsAndSeqs.fs

Lines changed: 355 additions & 355 deletions
Large diffs are not rendered by default.

src/fsharp/MethodOverrides.fs

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.

src/fsharp/NameResolution.fs

Lines changed: 1552 additions & 1552 deletions
Large diffs are not rendered by default.

src/fsharp/PatternMatchCompilation.fs

Lines changed: 669 additions & 669 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)