Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,17 @@ pass over the classes on `main` — `stats.types` and the `*-too-new` findings.
harness. The script went with the page and the playground's deploy takes them
now, from the same harness against the same `main`, so what a card shows is
still what the render gate checks. Expect gaps, and expect the same ones:
measured over this corpus (2026-08) **18 of 31 app views render**, and the 13
skips are three stable categories — `sap.ui.comp` controls (SAPUI5-only,
absent from the harness's OpenUI5 runtime: 7 of the 9 Smart Controls
samples), `z2ui5.cc` custom controls that do not load headless (the
re-measured over this corpus (2026-09, `screenshotFiles( )` over `src` at the
pinned runtime) **19 of the 32 app classes photograph, 24 of the 37 documents
they build**, and the 13 that do not are the same three stable categories the
first measurement (2026-08, 18 of 31) found — `sap.ui.comp` controls
(SAPUI5-only, absent from the harness's OpenUI5 runtime: 7 of the 9 Smart
Controls samples — SmartFilterBar, SmartForm, SmartVariantManagement,
SmartChart), `z2ui5.cc` custom controls that do not load headless (the
WebSocket, MIME-audio and Smart Multi Input samples), and three RAP samples
whose `ObjectStatus` gets an empty `state` from the mock model. A card
whose `ObjectStatus` gets an empty `state` from the mock model. The count
moved because the corpus grew, not the failure set: it is the same thirteen
classes. A card
without a picture is normal here, not broken, and a change to the harness
rather than to those classes is what would fix it.

Expand Down
2 changes: 1 addition & 1 deletion src/09/z2ui5_cl_smps_app_484.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CLASS z2ui5_cl_smps_app_484 IMPLEMENTATION.
TRY.
product = t_params[ n = `PRODUCT` ]-v.
quantity = t_params[ n = `QUANTITY` ]-v.
CATCH cx_root.
CATCH cx_root ##NO_HANDLER.
ENDTRY.

IF client->check_on_navigated( ).
Expand Down