Jonathan Protzenko
Jonathan Protzenko
Can you clarify your bug report? I still see the file here: https://github.com/FStarLang/karamel/blob/master/book/Introduction.rst
The idea was that if something failed to extract, you'd get a warning 2 in krml (which if I recall correctly is set as an error, by default). This is...
Yeah in that case an attribute (not forwarded to krml) is your best bet. How about `assert_lowstar`?
I think this: https://github.com/FStarLang/karamel/blob/master/lib/Simplify.ml#L888-L899 is probably preventing the -fnoreturn-else from triggering afterwards. If this is important, you could make this optimization disabled under -fnoreturn-else...?
If we are talking about adding this to Everest regressions, then I suspect the plan of action would be: - modify the everest script to package runlim (if applicable) -...
Thanks Guido! Regarding PR on HACL: you should be able to submit a PR onto the hacl-star/hacl-star repository from an external fork (the usual GitHub fork + pr workflow). Your...
Ok, thanks for pointing that out -- let's not bother with relative paths into obj/, I think the rule is fine as-is and having .runlim files for the .depend files...
(as discussed privately) Disabling monomorphization for the Rust backend is a pretty big feature request, since monomorphization happens early on in the pipeline, and I do not know whether the...
Can you post the crash details?
I'm happy to remove this dependency if CI comes back green (and also ulex and batteries). Want to submit a PR?