-
Some contracts in our repository (e.g., [MIPS64.sol](https://github.com/ethereum-optimism/optimism/blob/4f8e9b519c9d10535d438cfe617f3f014df12d01/packages/contracts-bedrock/src/cannon/MIPS64.sol)) are …
-
Dear Lucile,
Thanks for releasing this great IR tool.
For effect size estimates between two groups do you suggest simply calculating the difference in SIRratio i.e.
`Delta SIRratio = Mutant_SI…
-
- Extend statement level reducer to support differential tests.
- Add test script for extracting failing queries from differential test.
- Integrate with madsim, so we can reproduce errors easily.
…
-
The `frule` and `rrule` testing functionality is now pretty decent. However, there is not good utility functionality to assist in writing tests for how each of the various `AbstractDifferentials` play…
-
Proposed by @TennyZhuang originally.
- Our sql is like superset of pg-sql. So we need to switch on some feature flags to disable.
- We also have some differing behaviour still for various function…
-
It is possible to not only compile shaders, but also to actually execute the compiled code (which, after all, is the whole point!). It would be interesting to find bugs that do not result in shader c…
-
### Category
DRT infrastructure
### Describe the feature you'd like to request
To compile any fuzz target we currently link in the lean library even if the fuzz target doesn't do any differential …
-
Hello again! I am a maintainer of [pubgrub-rs](https://github.com/pubgrub-rs/pubgrub), which is a different dependency resolution algorithm written in Rust. It would be lovely if our projects found wa…
-
### Description
Implement differential tests to compare the functionality and behavior of `cairo-zig` against the Rust implementation.
### Acceptance Criteria
- Write differential tests
- Do…
-
Requested followup to https://github.com/ethereum-optimism/optimism/pull/8785
We should break out the deserialization logic for log event handling into a public handler function and then import tho…