Lucas Franceschino

Results 275 comments of Lucas Franceschino

I'm having a hard time reproducing (see https://hax-playground.cryspen.com/#fstar/2a17a0beef/gist=8689d6b1b90ffbdfde130b3fe5710901). But, re-extracting with this commit I get indeed this bug, I think that might be a interface-only bug

@karthikbhargavan, I think this was due to a stale hax-lib actually! I spent a lot of time looking at it, and at the end I think it's only a version...

We won't implement that, instead we'll switch to FullDef in our Rust engine, and drop the OCaml one along with those HIR types

Thanks for the bug report Mamone! I'm looking at it now, here is a minimized reproducer: ```rust fn f(n: &mut usize) { for _ in 0..10 { *n += 1;...

Thanks for the issue! I spent a few hours on that, I don't have a fix yet. I think this issue shows up mainly in functions that ends with a...

I removed the due date and set the priority to low. We have a workaround, and loads of other things to do, so let's pick that whenever we have time.

My reproducer: ```rust fn f(n: &mut usize) { for _ in 0..10 { *n += 1; } } ``` works now, let's find another reproducer or close otherwise

Well, we did no any work towards this 😅 Somehow something fixed it. I think that's one of the new phases added by @maximebuyse that interact with this. Shall we...

Hi, thanks for your PR! Sorry for the delay, the week is quite busy... will try to look into those tests tomorrow!