Strict Compatibility Compilation Sweep
Overview
This sweep compiles all devpack libraries and example contracts with strict settings to catch regressions:
bash
make test-compile-strict
# or:
bash examples/test_strict_compatibility_sweep.shThe sweep:
- Compiles every
.solfile indevpack/andexamples/new/ - Uses strict compiler flags
- Reports any unexpected warnings or errors
- Fails if
STRICT_SWEEP_FAIL_ON_UNEXPECTED_WARNINGS=1is set (used in CI)
