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

Stan panic, hie file versions mismatch. #512

Open
philderbeast opened this issue Mar 17, 2022 · 1 comment
Open

Stan panic, hie file versions mismatch. #512

philderbeast opened this issue Mar 17, 2022 · 1 comment
Labels
haskell refactoring Keeping that code clean!

Comments

@philderbeast
Copy link
Contributor

Describe the bug

> cd waspc
> ./run stan
...
stan: stan: panic! (the 'impossible' happened)
  (GHC version 8.10.7:
	readHieFile: hie file versions don't match for file: .hie/Wasp/Parser/Common.hie
        Expected 8107 but got 9001

Please report this as a GHC bug:  https://www.haskell.org/ghc/reportabug

I found this while testing #453.

@Martinsos
Copy link
Member

Hm interesting, I haven't had this happen to me!

Might be connected with this issue: kowainik/stan#178 ?

I don't feel I understand the situation enough to open GHC bugs, I have to admit. What are your thoughts on this? Did you manage to fix this somehow, maybe by removing that .hie file, or running cabal clean?

@matijaSos matijaSos added refactoring Keeping that code clean! haskell labels Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
haskell refactoring Keeping that code clean!
Projects
None yet
Development

No branches or pull requests

3 participants