aglinxinyuan opened a new issue, #7448:
URL: https://github.com/apache/texera/issues/7448

   ### Task Summary
   
   `ElidableStatement` has no caller, and the mechanism it depends on is not 
configured anywhere in the build — so it had no effect even in principle.
   
   | Symbol | Location | Lines (src + spec) |
   | --- | --- | ---: |
   | `ElidableStatement` | `amber/.../engine/common/ElidableStatement.scala` | 
34 + 141 |
   
   The object wraps statements in `scala.annotation.elidable` so they can be 
compiled out below a threshold. That threshold is set by the `-Xelide-below` 
scalac option, which appears in **no** `build.sbt` in the repo. A 
case-insensitive search for `elidable` across all Scala and sbt sources returns 
only this object and its own spec.
   
   It acquired unit tests during the 2026 coverage work, which is why it 
currently looks live. The spec covers this object and nothing else, so it goes 
with it.
   
   Pure deletion, no behaviour change: −175 lines.
   
   ### Task Type
   
   - [x] Refactor / Cleanup
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to