提交 149647cc 编写于 作者: E enricosada 提交者: latkin

fix IDE test IsUpToDatePreserveNewest

OutputWindowLogger.CreateUpToDateCheckLogger now check a registry key and log is
disabled by default

closes https://github.com/Microsoft/visualfsharp/pull/598
fixes https://github.com/Microsoft/visualfsharp/issues/508
上级 c191fedc
......@@ -388,7 +388,7 @@ type ``UpToDate PreserveNewest`` () =
let test (input, inputTimestamp) (output, outputTimestamp) =
let logs = ref []
let outputPanel = VsMocks.vsOutputWindowPane(logs)
let logger = OutputWindowLogger.CreateUpToDateCheckLogger(outputPanel)
let logger = OutputWindowLogger((fun () -> true), outputPanel)
let tryTimestamp (path: string) (_l: OutputWindowLogger) =
let toN = function Some d -> Nullable<_>(d) | None -> Nullable<_>()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册