Commit 057fd12
committed
Document expected shape of tokenized
The list clause of `extract_scopes_from_additional_scopes_key/2` accepts
any list, but only the `[[binary()]]` shape produced by the schema
tokenizer is correct: an outer list of paths, each a list of segment
binaries. A hand-written single-level list of binaries is silently
treated as several top-level paths rather than one nested path.
Add a comment recording this so future readers of advanced.config
values understand the convention.additional_scopes_key
1 parent 7132171 commit 057fd12
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
426 | 431 | | |
427 | 432 | | |
428 | 433 | | |
| |||
0 commit comments