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

Type errors are shown only from /var/private, but not in source file #80

Closed
Znack opened this issue May 7, 2018 · 5 comments
Closed

Comments

@Znack
Copy link

Znack commented May 7, 2018

When I do some type errors in source file in VSCode, those are not shown in the Editor, although I can see its in Problems pane:
image

Please notice I have named not existing function tableWithSelectors1SHOULDWARNHERE although there is no warn in Editor, but I can see a lot of files from /var/private in Problems on the right of the screen.

I tried it with both GHC-8.2 and GHC-8.4, system is Mac OS High Sierra, I have reinstalled hie about 5 times and no success. I just do git clone ... --recursive, than one time I tried to checkout to hie-0.1.0.0 with no success, tried to use directly master, no success.

@OnlyMyRailgun
Copy link

The same problem!!!

@nrskt
Copy link

nrskt commented May 8, 2018

@Znack @OnlyMyRailgun

This problem may be similar to this problem.
(haskell/haskell-ide-engine#551)

If you can provide a debug log as in this haskell/haskell-ide-engine#551 (comment), it may lead to problem solving.

@OnlyMyRailgun
Copy link

@Znack Revert to f526f9761dff62990befaf94ea8a21443d7463a1 mentioned by @nrskt in #551 solved my problem

@Znack
Copy link
Author

Znack commented May 9, 2018

@nrskt @OnlyMyRailgun Yesterday I have tried af5f4fae784c32c541f91982a9f37848f3367b25 and it also works

@Znack
Copy link
Author

Znack commented May 9, 2018

I can confirm that everything works great in the last master, thank you very much for a such quick reply and fix :)

@Znack Znack closed this as completed May 9, 2018
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

No branches or pull requests

3 participants