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

Head commit for run:
93f895f96c0cb624a960ff0e15f4d2cee8034954 / Xinyuan Lin <[email protected]>
chore(frontend): inline single-call helpers and compact stub class bodies

* `code-editor.component.ts`:
  * Inline the `setLanguage()` method into the constructor — it had
    exactly one call site there. Saves the wrapper.
  * Inline `getFileSuffixByLanguage()` at its two call sites as a
    one-line ternary. With only `python` / `java` reachable post-R-UDF,
    the helper was longer than the inline form.

* `jsdom-svg-polyfill.ts`:
  * Pull the `fakeMatrix` / `fakeTransform` method-name lists into
    space-separated string constants (`MATRIX_METHODS` /
    `TRANSFORM_METHODS`) and `.split(" ")` in the loop. Prettier was
    expanding the array literals to one item per line; the string form
    fits on one line each.
  * Convert the no-op method bodies in `InertCSSStyleSheet` and
    `InertWebSocket` from block-form (`replace(): Promise<void> {
    return Promise.resolve(); }`) to arrow-function fields (`replace =
    () => Promise.resolve()`). Identical semantics for these stubs;
    prettier keeps the arrow form on one line.

Net: 2 files, +24 / -50 (-26).
yarn build:ci EXIT 0; check_binary_deps.py OK: 113; yarn test 63 / 269.

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

With regards,
GitHub Actions via GitBox

Reply via email to