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
ci: enforce --wfail across all lean targets; fix String.dropRight deprecation
lean-test now compiles everything with warnings-as-errors:
- lean-action builds the default target with --wfail (warms cache, checks lib)
- `lake lint -- --wfail -v` runs the @[lint_driver] build-all script, building
every lib/exe target (exes, benchmarks, Apps) under --wfail
- both `lake test` steps run with --wfail
Replace deprecated `String.dropRight` with `String.dropEnd` in ProfileCmd and
ShardCmd — the deprecation these strict builds now catch.
0 commit comments