Alperen Keleş
Alperen Keleş
Can we make something that will produce log differentials for such cases? Basically something that runs the code in both environments, collects logs, points out where and how they differ,...
@penberg I added the timeout for the whole simulator by aggregating time between interactions, but it would still fall into an infinite loop if a specific query runs forever. I'm...
I've successfully tested `rgb`, and I've written a version of the bananas one that has 7 nested if's that check individual characters instead of checking for equality through slices and...
Ah I see. I am able to pass `RUSTFLAGS="-Zsanitizer=address"` to `rustc` and [unstable support](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html) seems to exist but I'm not sure if that answers you question.
The ability to have a generic result would be very nice but I guess it wouldn't be possible given the fact that the output type is capped by size to...
Ah I see. I initially misunderstood the concern, sorry.
Yes, that is correct I think. As an possible alternative to avoid breaking existing harnesses, having a new variant `ExitKind::Value(T)` could also be useful.
> The assertions and evaluation look interesting, but we will probably need to separate this into more PRs to probably review this. I know that you are still building it...
Hi, I would like to keep going, therefore I've migrated my repository to [Ruggle](https://github.com/alpaylan/ruggle), hopefully I"ll keep building, thank you for the great starting point.