Skip to content

Commit

Permalink
Fix code formatting in some files (#6296)
Browse files Browse the repository at this point in the history
* cleanup commas

* fix indentation

* Update IlxGen.fs

* apply formatting to additional files

* improve output of script

* improve output of script
  • Loading branch information
dsyme authored and baronfel committed Mar 22, 2019
1 parent 7d8c7f4 commit 51fe921
Show file tree
Hide file tree
Showing 23 changed files with 10,289 additions and 10,225 deletions.
428 changes: 214 additions & 214 deletions src/fsharp/AugmentWithHashCompare.fs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/fsharp/CompileOptions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,6 @@ let testFlag tcConfigB =
match s with
| "StackSpan" -> tcConfigB.internalTestSpanStackReferring <- true
| "ErrorRanges" -> tcConfigB.errorStyle <- ErrorStyle.TestErrors
| "MemberBodyRanges" -> PostTypeCheckSemanticChecks.testFlagMemberBody := true
| "Tracking" -> Lib.tracking := true (* general purpose on/off diagnostics flag *)
| "NoNeedToTailcall" -> tcConfigB.optSettings <- { tcConfigB.optSettings with reportNoNeedToTailcall = true }
| "FunctionSizes" -> tcConfigB.optSettings <- { tcConfigB.optSettings with reportFunctionSizes = true }
Expand Down
5,896 changes: 2,948 additions & 2,948 deletions src/fsharp/IlxGen.fs

Large diffs are not rendered by default.

211 changes: 105 additions & 106 deletions src/fsharp/InfoReader.fs

Large diffs are not rendered by default.

992 changes: 496 additions & 496 deletions src/fsharp/InnerLambdasToTopLevelFuncs.fs

Large diffs are not rendered by default.

335 changes: 167 additions & 168 deletions src/fsharp/LexFilter.fs

Large diffs are not rendered by default.

710 changes: 355 additions & 355 deletions src/fsharp/LowerCallsAndSeqs.fs

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions src/fsharp/MethodOverrides.fs

Large diffs are not rendered by default.

3,104 changes: 1,552 additions & 1,552 deletions src/fsharp/NameResolution.fs

Large diffs are not rendered by default.

1,338 changes: 669 additions & 669 deletions src/fsharp/PatternMatchCompilation.fs

Large diffs are not rendered by default.

415 changes: 197 additions & 218 deletions src/fsharp/PostInferenceChecks.fs

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/fsharp/PostInferenceChecks.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ open FSharp.Compiler.Tast
open FSharp.Compiler.Tastops
open FSharp.Compiler.TcGlobals

val testFlagMemberBody : bool ref

/// Perform the checks on the TAST for a file after type inference is complete.
val CheckTopImpl : TcGlobals * ImportMap * bool * InfoReader * CompilationPath list * CcuThunk * DisplayEnv * ModuleOrNamespaceExprWithSig * Attribs * (bool * bool) * isInternalTestSpanStackReferring: bool -> bool * StampMap<AnonRecdTypeInfo>
Loading

0 comments on commit 51fe921

Please sign in to comment.