Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1176 from vasily-kirichenko/update-fcs-to-1.4.0.8
Browse files Browse the repository at this point in the history
update FCS to 1.4.0.8
  • Loading branch information
vasily-kirichenko committed Oct 16, 2015
2 parents 0fc4314 + 69f1298 commit ed2d578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NUGET
Expression.Blend.Sdk (1.0.2)
Fantomas (1.11.0)
FSharp.Compiler.Service (>= 1.4.0.5)
FSharp.Compiler.Service (1.4.0.6)
FSharp.Compiler.Service (1.4.0.9)
FSharp.Management (0.3.0)
FSharp.ViewModule.Core (0.9.9.1)
FSharpLint.Core (0.0.13-beta)
Expand Down
4 changes: 3 additions & 1 deletion tests/FSharpVSPowerTools.Core.Tests/GoToDefinitionTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ let generateDefinitionFromPos caretPos src =
let signature = Option.get (tryGenerateDefinitionFromPos caretPos src)
match validateSignature src signature with
| None | Some [||] -> ()
| Some errors -> failwithf "Type checking results in errors: %A" errors
| Some errors ->
printfn "Output signature: %s" signature
failwithf "Type checking results in errors: %A" errors
signature

let generateDefinitionFromPosNoValidation caretPos src =
Expand Down

0 comments on commit ed2d578

Please sign in to comment.