Hi everyone,

I tried to find something about this error via the search function but I did 
not find anything, but if this is a question that's already been answered, I'm 
sorry.

I freshly installed Nim via choosenim and the lsp with `nimble install nimlsp`.

Now I get the following error messages from the LSP:
    
    
    In "../../../.choosenim/toolchains/nim-2.0.8/lib/pure/math.nim": undeclared 
identifier: 'c_isnan'
    In "../../../.choosenim/toolchains/nim-2.0.8/lib/pure/math.nim": undeclared 
identifier: 'c_isnan'
    In "../../../.choosenim/toolchains/nim-2.0.8/lib/pure/math.nim": undeclared 
identifier: 'c_isnan'
    In "../../../.choosenim/toolchains/nim-2.0.8/lib/pure/math.nim": undeclared 
identifier: 'c_isnan'
    In "../../../.choosenim/toolchains/nim-2.0.8/lib/pure/math.nim": undeclared 
identifier: 'c_isnan'
    
    
    Run

I have never touched the `math.nim` file and the code compiles correctly.
    
    
    proc main =
      echo("Hi")
    
    main()
    
    
    
    Run

I'm not even sure why `math.nim` is even used here.

Can someone help me? Sadly, this makes the otherwise excellent language neraly 
unusable for me.

Thanks in advance!

Reply via email to