Closed
Bug 884734
Opened 11 years ago
Closed 11 years ago
Compiler: Missing attributes should fail gracefully
Categories
(L20n :: JS Library, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: stas, Unassigned)
References
Details
<foo "Foo">
<bar "{{ foo::attr }}">
ValueError in bar: Placeables must be strings or numbers
<baz[foo::attr] {
key: "Value"
}>
IndexError in baz: Hash key lookup failed.
This should fail earlier, in AttributeExpression.
Reporter | ||
Updated•11 years ago
|
Summary: Compiler: Missing attributes should fails gracefully → Compiler: Missing attributes should fail gracefully
Reporter | ||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•