mirage / mirage-lambda

An eDSL for MirageOS apps
19 stars 5 forks source link

Some fix #8

Closed dinosaure closed 6 years ago

dinosaure commented 6 years ago

Then, this is a base for the fuzzer next (soon).

samoht commented 6 years ago

Why do you need cmp? Isn't equal enough for fuzzin/testing?

dinosaure commented 6 years ago

Hmmhmm, it's an optional argument of check_eq of crowbar. So, we can delete it but it seems a good feature.

samoht commented 6 years ago

You could just provide the eq function (which is much easier to write than compare)

dinosaure commented 6 years ago

Done 👍 !

samoht commented 6 years ago

Thanks!