Under the hood
Useful1 Signal0
Malformed connector binding configs now get clearer, more specific error messages.
What's wrong with this entry?
Anonymous. No account, no email.
What
Freshness-read validation for connector live bindings catches more malformed operation selectors with specific messages.
Details
- A method key holding a non-string is rejected with "an operation selector is a word".
- A method key may only hold the read verb: "only \"get\" may ride it in the freshness read".
- The get verb appearing under a non-method key is rejected because "it may only select the connector's read operation".
Evidence
only "get" may ride it in the freshness read
Strings lifted out of the shipped bundle, so the claim above can be checked against them.