Skip to content

Commit 65676c9

Browse files
committed
Accidentally checked in diffs that only occur on my machine
1 parent 023c74f commit 65676c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FSharp.AutoComplete/test/integration/ErrorTestsJson/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{"Kind":"project","Data":{"Project":"<absolute path removed>/test/integration/ErrorTestsJson/Test1.fsproj","Files":["<absolute path removed>/test/integration/ErrorTestsJson/FileTwo.fs","<absolute path removed>/test/integration/ErrorTestsJson/Program.fs"],"Output":"<absolute path removed>/test/integration/ErrorTestsJson/bin/Debug/Test1.exe","References":["<absolute path removed>/System.Core.dll","<absolute path removed>/System.dll","<absolute path removed>/mscorlib.dll","<absolute path removed>/FSharp.Core.dll"],"Framework":"v4.0"}}
1+
{"Kind":"project","Data":{"Project":"<absolute path removed>/test/integration/ErrorTestsJson/Test1.fsproj","Files":["<absolute path removed>/test/integration/ErrorTestsJson/FileTwo.fs","<absolute path removed>/test/integration/ErrorTestsJson/Program.fs"],"Output":"<absolute path removed>/test/integration/ErrorTestsJson/bin/Debug/Test1.exe","References":["<absolute path removed>/FSharp.Core.dll","<absolute path removed>/System.Core.dll","<absolute path removed>/System.dll","<absolute path removed>/mscorlib.dll"],"Framework":"v4.0"}}
22
{"Kind":"INFO","Data":"Synchronous parsing started"}
33
{"Kind":"errors","Data":[{"StartLine":3,"StartLineAlternate":4,"EndLine":3,"EndLineAlternate":4,"StartColumn":14,"EndColumn":21,"Severity":"Error","Message":"The namespace or module 'FileTwo' is not defined","Subcategory":"typecheck","FileName":"<absolute path removed>/test/integration/ErrorTestsJson/Program.fs"},{"StartLine":7,"StartLineAlternate":8,"EndLine":7,"EndLineAlternate":8,"StartColumn":11,"EndColumn":27,"Severity":"Error","Message":"Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.","Subcategory":"typecheck","FileName":"<absolute path removed>/test/integration/ErrorTestsJson/Program.fs"},{"StartLine":9,"StartLineAlternate":10,"EndLine":9,"EndLineAlternate":10,"StartColumn":18,"EndColumn":22,"Severity":"Error","Message":"This expression was expected to have type\n int \nbut here has type\n string ","Subcategory":"typecheck","FileName":"<absolute path removed>/test/integration/ErrorTestsJson/Program.fs"}]}
44
{"Kind":"INFO","Data":"Synchronous parsing started"}

FSharp.AutoComplete/test/integration/Test1Json/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{"Kind":"project","Data":{"Project":"<absolute path removed>/test/integration/Test1Json/Test1.fsproj","Files":["<absolute path removed>/test/integration/Test1Json/FileTwo.fs","<absolute path removed>/test/integration/Test1Json/Program.fs"],"Output":"<absolute path removed>/test/integration/Test1Json/bin/Debug/Test1.exe","References":["<absolute path removed>/System.Core.dll","<absolute path removed>/System.dll","<absolute path removed>/mscorlib.dll","<absolute path removed>/FSharp.Core.dll"],"Framework":"v4.0"}}
1+
{"Kind":"project","Data":{"Project":"<absolute path removed>/test/integration/Test1Json/Test1.fsproj","Files":["<absolute path removed>/test/integration/Test1Json/FileTwo.fs","<absolute path removed>/test/integration/Test1Json/Program.fs"],"Output":"<absolute path removed>/test/integration/Test1Json/bin/Debug/Test1.exe","References":["<absolute path removed>/FSharp.Core.dll","<absolute path removed>/System.Core.dll","<absolute path removed>/System.dll","<absolute path removed>/mscorlib.dll"],"Framework":"v4.0"}}
22
{"Kind":"INFO","Data":"Synchronous parsing started"}
33
{"Kind":"errors","Data":[]}
44
{"Kind":"INFO","Data":"Synchronous parsing started"}

0 commit comments

Comments
 (0)