-
Notifications
You must be signed in to change notification settings - Fork 380
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
WithFC elab #3423
WithFC elab #3423
Conversation
Alrighty, as expected, lots of breakage with elaboration. I've gotten some PRs ready to fix the changes, can their author confirm the fix is ok? @stefan-hoeck for elab-utils, @alexhumphreys for idrall and maybe @mattpolzin for LSP-lib? |
I've got merge rights for both the LSP and idrall so we should be covered even if Alex isn't available. |
|
2/3 downstream projects are ready to go now (LSP-lib and idrall). |
48d1eff
to
ace3f3c
Compare
60d9438
to
d2ea30b
Compare
|
Time to merge everything |
did a bug slip through here? I'm seeing this on today's
|
There wouldn't be a Andre updated the known breaking third party packages in response to this PR, but that was only the few packages that run in CI for the compiler repo so there are other third party packages that have broken and will need to be fixed to get pack's full collection back to green. |
ah, I saw |
Description
Update reflected TTImp to replicate the change that were made in the compiler's tree.
This is also needed as part of a fix for #3417
Unfortunately, I suspect this is going to break a number of elaboration scripts. Hopefully this is something #3421 can help with in the future.
Should this change go in the CHANGELOG?
implementation, I have updated
CHANGELOG_NEXT.md
(and potentially alsoCONTRIBUTORS.md
).