-
Related to https://github.com/orgs/ethereum-optimism/projects/76/views/1?pane=issue&itemId=70514271.
Detect uses of `go` keyword or `goroutine` usage from mutator code in the block building code pa…
-
There appears to be some nondeterministic behavior somewhere in the compiler, and it causes tests to fail on julia 1.6 sometimes. It would be great if someone could track it down. Open to suggestions …
-
The property that is important here is the fact that a function with type `a -> b \ {}` will always give the same output for the same input, "purity soundness".
We want to have this in Flix and do …
-
Certain programs may exhibit non-determinism in the results of the escape analysis. This has been reported off the main branch, but may affect the main branch code. We should (1) determine if these re…
-
```
go 1.22.5
github.com/google/go-cmp v0.6.0
```
I noticed that `cmp.Diff` alternates between regular and non-breaking space in +- column. One is way more likely to get regular space.
This behavior…
-
Currently, if a Lincheck test execution both:
- reads some values from statically-reachable memory, and
- modifies the content of the same memory during the test
it can lead to non-determinism er…
-
When layers are offloaded with CUDA, sending identical requests to the examples/server completion API returns a different response the "first time":
```
$ for x in `seq 5`; do curl -s -X POST --url …
-
I am implementing Arbitrary by hand and using it with cargo-fuzz. Ideally, I'd like to allow the fuzzer to control the length but I wanted to experiment with different upper bounds before picking one …
-
Some kind of non determinism issue having to do with collision, ally-ally or ship-sun, not really sure..
-
Issue #13736 called out non-determinism in contact results that was leading simulations that should deterministically proceed along the same trajectory to diverge (with #13737 addressing that issue). …