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

Sometimes GHCi gets stuck #32

Open
supki opened this issue Feb 29, 2016 · 1 comment
Open

Sometimes GHCi gets stuck #32

supki opened this issue Feb 29, 2016 · 1 comment

Comments

@supki
Copy link

supki commented Feb 29, 2016

Every once in a while, when I'm editing A.hs, the following happens:

--> /home/m/git/stuff/src/4913
--> /home/m/git/stuff/src/A.hs

src/B.hs:10:20:
    Could not find module ‘A’
        Use -v to see a list of the files searched for.

--> /home/m/git/stuff/src/A.hs
[66 of 69] Compiling A        ( src/A.hs, interpreted )
[67 of 69] Compiling B        ( src/B.hs, interpreted ) [A changed]

src/B.hs:10:1:
    Failed to load interface for ‘A’
        Use -v to see a list of the files searched for.

Once it does, there's no way out of it besides relaunching sensei AFAICT. This appears to be Vim-related (maybe sensei should not trigger a reload on creation of 4913?).

@supki
Copy link
Author

supki commented Mar 1, 2016

After some experimentation, I believe the problem is unrelated to 4913, although it may be exacerbated by it; GHCi still gets stuck on Failed to load interface for, albeit less frequently, even if changes to anything that looks like 4913 are ignored.

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

1 participant