Commit ff91662
committed
feat(snippets): drop ld-application.slot
Per the schema audit, slot was a write-only field — declared on the
LDApplicationHints struct, decoded from frontmatter, never read by any
production code. The marker comment carries the snippet id directly,
so the per-page lookup slot was meant to power doesn't happen.
- Remove the LDApplicationHints struct and the LDApplication field on
Frontmatter.
- Strip the `ld-application:\n slot: <name>\n` block from all 122
snippet files (KnownFields(true) would otherwise fail to parse them
after the struct change).
- Render output unaffected: end-to-end against gonfalon shows
`no changes` + `ok` from verify.1 parent f82729c commit ff91662
123 files changed
Lines changed: 2 additions & 251 deletions
File tree
- snippets
- internal/model
- sdks
- android-client-sdk/snippets/getting-started
- cpp-client-sdk/snippets/getting-started
- cpp-server-sdk/snippets/getting-started
- dotnet-client-sdk/snippets/getting-started
- dotnet-server-sdk/snippets/getting-started
- erlang-server-sdk/snippets/getting-started
- flutter-client-sdk/snippets/getting-started
- go-server-sdk/snippets/getting-started
- haskell-server-sdk/snippets/getting-started
- ios-client-sdk/snippets/getting-started
- java-server-sdk/snippets/getting-started
- js-client-sdk/snippets/getting-started
- lua-server-sdk/snippets/getting-started
- node-client-sdk/snippets/getting-started
- node-server-sdk/snippets/getting-started
- php-server-sdk/snippets/getting-started
- python-server-sdk/snippets/getting-started
- react-client-sdk/snippets/getting-started
- react-native-client-sdk/snippets/getting-started
- roku-client-sdk/snippets/getting-started
- ruby-server-sdk/snippets/getting-started
- rust-server-sdk/snippets/getting-started
- vue-client-sdk/snippets/getting-started
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
| |||
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
0 commit comments