The GitHub Actions job "Required Checks" on 
texera.git/chore/remove-xelide-below has failed.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
a3440a75a2fd451e94485e5b7f91c3460a48ab73 / Xinyuan Lin <[email protected]>
chore(build): remove the dead -Xelide-below scalac option

`-Xelide-below WARNING` was set in sixteen build.sbt files. The only
`@elidable`-annotated code in the repo was ElidableStatement, whose four
wrappers (FINEST 300 / FINER 400 / FINE 500 / INFO 800) all sat below the
WARNING (900) threshold. It had no callers and is deleted in #7451, after
which no `@elidable` annotation remains and the flag switches nothing.

Not a behaviour change: `assert`/`assume` are `@elidable(ASSERTION)` = 2000,
above WARNING, so they are compiled in today; scalac elides nothing when the
flag is absent, so they are compiled in after this too.

Also drops the comments that only existed to explain the flag, including
amber's "to turn on, use: INFO" note.

Report URL: https://github.com/apache/texera/actions/runs/31988356717

With regards,
GitHub Actions via GitBox

Reply via email to