L20n/Features/Expression errors: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== goals == Specify the error pattern for L20n expressions. == plan == * index and expander must return a string or a number * if resolving a hash or an array via index or mem...") |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:L20n Features|{{SUBPAGENAME}}]][[Category:L20n]] | |||
== goals == | == goals == | ||
Latest revision as of 20:04, 7 August 2012
goals
Specify the error pattern for L20n expressions.
plan
- index and expander must return a string or a number
- if resolving a hash or an array via index or member/attribute expression fails, the expression returns false
- if an entity requested is not available or does not resolve, return false
- if an entity does not have a requested value key or an attribute, return false
- if a call from a developer returns false, return null
status
- gandalf - accepted
- stas - ?
- pike - ?