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

on windows, the error diagnostics does not work #41

Closed
bobzhang opened this issue Dec 7, 2020 · 1 comment · Fixed by #71
Closed

on windows, the error diagnostics does not work #41

bobzhang opened this issue Dec 7, 2020 · 1 comment · Fixed by #71

Comments

@bobzhang
Copy link
Member

bobzhang commented Dec 7, 2020

Js.log ("hel")

let a = 1 + 2

let u = [1,2]

let v = u + 3

The problem panel is empty.

lib/bs/.compiler.log is correct

#Start(595963434)


  We've found a bug for you!

  C:\Users\hongbozhang\git\hello\src\demo.res:10:9

  

   8 │ let u = [1,2]

   9 │ 

  10 │ let v = u + 3

  11 │ 

  

  This has type: array<int>

  Somewhere wanted: int

  

#Done(595964572)
@mewhhaha
Copy link
Contributor

I have the same issue. I cloned the example project and induced an error. It shows up in the problems tab but not in the editing window. https://rescript-lang.org/docs/manual/latest/installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants