slint/internal/compiler/tests/syntax
Tasuku Suzuki 7a8ca9b147 Fix error message when a property named color is override
It said `Cannot override property 'background'` because color is defined
as below

```slint
property <color> color <=> background;
```

For the warning, the name should not be resolved.

Fixes #6324
2024-12-26 17:50:45 +01:00
..
accessibility Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
analysis Properly report binding loop involing font-metrics 2024-12-10 21:26:58 +01:00
basic Fix error message when a property named color is override 2024-12-26 17:50:45 +01:00
callbacks Fix error messages with invalid change callback 2024-06-28 10:45:45 +02:00
elements PopopWindow: Fix close-policy and close-on-click when inheriting 2024-12-10 12:10:49 +01:00
exports Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
expressions Fix min/max/clamp in presence of percentages 2024-12-16 18:44:55 +01:00
focus Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
functions Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
fuzzing Fix panic in legacy component with out property 2024-12-16 13:58:56 +01:00
imports Avid reporting further error when an element is misspelled 2024-08-29 13:10:35 +02:00
layout Compiler: Change a new error from 1.9 to a warning 2024-12-06 23:04:26 +01:00
lookup Remove LayoutSpec and undeprecate StyleMetrics.layout-* properties (#7069) 2024-12-16 14:52:28 +01:00
new_syntax Fix panic in legacy component with out property 2024-12-16 13:58:56 +01:00
parse_error Fix compiler crash with invalid code 2024-06-11 19:22:59 +02:00