Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSharpLint not working #52

Open
quantum-booty opened this issue Mar 12, 2022 · 2 comments
Open

FSharpLint not working #52

quantum-booty opened this issue Mar 12, 2022 · 2 comments
Assignees
Labels
bug Something isn't working upstream

Comments

@quantum-booty
Copy link

I've installed FSharpLint by doing dotnet tool install -g dotnet-fsharplint, and tried one of their examples on the FSharpLint website:

type ExampleInterface =
   abstract member print : unit -> unit

[<EntryPoint>]
let main argv =
    let x = List.fold (fun x y -> x + y) 0 [1;2;3]
    printfn "%d" x
    0

Expected behaviour
I expect that Nvim should give me virtual text diagnostic warnings that are like this:
image
however I am not seeing any warnings:
image

Environment (please complete the following information):

  • OS: Archlinux
  • Vim / Neovim version: NVIM v0.7.0-dev+1241-g08d9d74fd
  • dotnet SDK version: 6.0.102
  • mono / .Net Framework version: 6.0.102
@quantum-booty quantum-booty added the bug Something isn't working label Mar 12, 2022
@cannorin
Copy link
Member

cannorin commented Sep 2, 2022

@baronfel
Copy link

baronfel commented Sep 2, 2022

yeah, we have an open item to look at reenabling it - the core problem is one of FCS incompatibility. We either need to help that project stay up to date on FCS, have a stable FCS build, or find a way to invoke it in a way that lets that tool load its own FCS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

3 participants