You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(symexec): CI fixes + rebase plumbing + import hygiene
- fmt/clippy/rustdoc fixes: const fn on BranchTrace::{len,is_empty},
allow too_many_arguments on SymBackend::propose, drop redundant clones
in regression tests, fix broken intra-doc link, wrap SaferMaker URL
- demote 'pub mod symexec' to 'pub(crate)' (private_interfaces lint)
and trim re-exports to the surface actually used by the crate
- propagate new CallDetails.value (introduced upstream in #14482)
through the heuristic ABI rewrite
- hoist fully-qualified inline imports (crate::executors::symexec::*,
crate::inspectors::BranchTrace, alloy_primitives::U256::ZERO,
std::time::*, foundry_common::fs::write_json_file, std::fs::*) to
top-of-file 'use' blocks across our diff
- drop unused MAX_SEEDS_PER_CYCLE constant
Amp-Thread-ID: https://ampcode.com/threads/T-019e2bc9-ece8-718f-9279-971e3e982bec
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments