-
Notifications
You must be signed in to change notification settings - Fork 32
fix Core.Clone #1552
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 Core.Clone #1552
Conversation
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.
LGTM, thanks!
Edit: I pushed a minor change, fixing the template code for Clone
produced by the F* backend in the engine.
Can this be merged? |
f13699f
to
df9ccb5
Compare
The rustc coverage tests had to be updated, I pushed the update |
fix Core.Clone
Waiting for #1558 |
Looks like this fails ml-kem laxing |
This might be the same problem I had with charon dependency. The build script pulls in all FStar files from everywhere, including the ones from ~ The |
I think this failure is because of #1094. |
Indeed, this is working locally, using a git dependency for hax-lib.
WDYT @franziskuskiefer? |
Requires cryspen/libcrux#1074 and #1279. |
92c9568
to
bb4d263
Compare
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.
The CI should probably be happy now, let's push to merge queue again.
No description provided.