Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge main
  • Loading branch information
Don Syme committed Oct 23, 2020
commit 8640a8dfc472bc3e66bf52c6f7bee719eaf54496
2 changes: 1 addition & 1 deletion src/fsharp/symbols/Symbols.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ type FSharpParameter(cenv, paramTy: TType, topArgInfo: ArgReprInfo, ownerOpt, ow
override x.ToString() =
"parameter " + (match x.Name with None -> "<unnamed" | Some s -> s)

type FSharpAssemblySignature (cenv, topAttribs: TypeChecker.TopAttribs option, optViewedCcu: CcuThunk option, mtyp: ModuleOrNamespaceType) =
type FSharpAssemblySignature (cenv, topAttribs: TopAttribs option, optViewedCcu: CcuThunk option, mtyp: ModuleOrNamespaceType) =

// Assembly signature for a referenced/linked assembly
new (cenv: SymbolEnv, ccu: CcuThunk) =
Expand Down
5 changes: 0 additions & 5 deletions tests/scripts/compiler-perf.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,8 @@ let build(cloneUrl, baseSha, ref, prNumber) =
exec "git" ("clone " + repo + " " + dirBuild) dirBase |> ignore
let result = exec "git" "reset --merge" dir
let result = exec "git" "checkout main" dir
<<<<<<< HEAD
let result = exec "git" "clean -xfd artifacts src vsintegration tests" dir
let result = exec "git" ("checkout -B " + branch + " " + baseSha) dir
=======
let result = exec "git" "clean -f -x artifacts src" dir
let result = exec "git" ("checkout -B " + branch + " main") dir
>>>>>>> 83c6440d759a2097618d46d1aabb374fe4140afd
let result = exec "git" ("pull " + cloneUrl + " " + ref) dir
let result, buildTime = time (fun () -> exec "cmd" "/C build.cmd -c Release" dir )
let result, ngenTime = time (fun () -> exec "ngen" @"install artifacts\bin\fsc\Release\net472\fsc.exe" dir )
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.