-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix(engine/importer): use correct field to import concrete implexprs #835
Conversation
Hi, thanks for your PR! Sorry for the delay, the week is quite busy... will try to look into those tests tomorrow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay... LGTM.
Ok, I'm in a rush and so I rushed the review as well... I wanted to merge too fast, and actually I think there is a problem with the PR. Let me comment on the issue. |
92834d0
to
4b06c99
Compare
@W95Psp However, this seems to break the uses of Any suggestions would be greatly appreciated! |
4b06c99
to
c276599
Compare
Forget what I said here, I think I just needed to run |
After some back and forth, I decided to only import the trait goal for the I'm not sure if it's actually needed for the other cases. If such a need arises in the future, we can reconsider how to import this information again. All tests pass now. The only change is that the traits test for f* added a line of implicit dependency. |
That looks like the information we need. Thank you! |
Close #834.
@W95Psp some of the existing insta tests are failing and I'm not knowledgeable enough about them to see if they need to be updated.