Mathis Wellmann
Mathis Wellmann
> I'm having issues with `cargo fmt` as well and I think it might be related to this. When I invoke `rustfmt` directly, I (correctly) get the nightly version, but...
Sounds good. I may find some time this week to create a PR :+1:
Hi, I appreciate your interest in the project. It is actively maintained and used on a daily basis in various projects downstream. The FRAMA as described by John Ehlers is...
Hi, I'm glad you like the repository and that it provides useful features to you. Due to time constraints I was not yet able to implement every single indicator from...
Hi, You are correct, it is not used for anything in the original paper and therefore my code as well. I suppose it should be removed
First the minimal example to reproduce this issue can be found here: https://github.com/MathisWellmann/creusot_test Everything in `lib.rs` works and can be proven with `cargo creusot prove`, but when adding the `smol_currency`...
Thanks for the quick resonse. After changing `PartialEq` derive to `creusot_contracts::prelude::PartialEq` and also deriving `creusot_contracts::model::DeepModel`, with a `Sized` bound and using `use creusot_contracts::{logic, prelude::ensures, open}` like this: ```rust use creusot_contracts::{logic,...
Thanks for the input and the PR fix