Skip to content

fix(mock): drop the three seed objects bound to the retired example schema - #1444

Merged
rubenvdlinde merged 1 commit into
developmentfrom
fix/drop-orphan-example-seeds
Sep 1, 2026
Merged

fix(mock): drop the three seed objects bound to the retired example schema#1444
rubenvdlinde merged 1 commit into
developmentfrom
fix/drop-orphan-example-seeds

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Follow-up to #1438.

That PR retired the scaffold example schema from the real register, but the mock register still shipped three seed objects whose @self.schema named it. The mock declares no components.schemas of its own, so nothing else referenced the slug and the objects were left orphaned.

A seed bound to a schema no register declares cannot import. It is dropped with a warning, which is exactly the quiet kind of failure this consolidation exists to remove.

Found by a residual audit across every renamed app for the shapes a slug can hide in.

🤖 Generated with Claude Code

…chema

The real register stopped declaring `example` when the scaffold placeholder
was retired, but the mock register still shipped three seed objects whose
@self.schema named it. A seed bound to a schema no register declares cannot
import; it is dropped with a warning, which is the quiet kind of failure
this whole consolidation is trying to remove.

The mock has no components.schemas of its own, so nothing else referenced
the slug.
@rubenvdlinde
rubenvdlinde merged commit 9acd039 into development Sep 1, 2026
56 checks passed
@rubenvdlinde
rubenvdlinde deleted the fix/drop-orphan-example-seeds branch September 1, 2026 08:00
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/shillinq @ fb996a0

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-manifest-shell
format
check-l10n-js
check-schema-l10n
check-manifest-budget
check-markers
check-registers
check-seeds
check-fragment-required
check-nav-reachability
check-job-registration
test-l10n
composer ✅ 106/106
npm ✅ 537/537
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright ⏭️ deferred — runs on the promotion into beta/main, not on a pull request into development
Hydra gates

Quality workflow — 2026-09-01 08:12 UTC

Download the full PDF report from the workflow artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant