-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Issues with multi component support in GHC 9.2 #2693
Labels
status: needs triage
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Comments
pepeiborra
added
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
status: needs triage
labels
Feb 5, 2022
@wz1000 You mentioned 9.2 introduced new notions of package identity. Could you summarise here? Cc @mpickering |
It makes development on 9.2 much thorny, I have to reload HLS when I back to an opened file. |
Is this causing the error "cannot load module.."? Sad, I am suffering from this |
wz1000
added a commit
that referenced
this issue
Mar 14, 2022
wz1000
added a commit
that referenced
this issue
Mar 14, 2022
July541
pushed a commit
to July541/haskell-language-server
that referenced
this issue
Mar 30, 2022
We need to update the package database state in the `HscEnv` after we update its `DynFlags`. `setSessionDynFlags` handles this for us.
I can see a regression on ghc-9.4.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: needs triage
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Packages of previously loaded components seem to be forgotten when loading a new component. #2687 extends the test suite to show the problem:
The text was updated successfully, but these errors were encountered: