mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
validation: Writable/construct-only properties
Add two new errors, one for non-writable properties and another for binding construct-only properties.
This commit is contained in:
parent
3b39e0d541
commit
f78478bea1
5 changed files with 31 additions and 1 deletions
2
tests/sample_errors/read_only_properties.err
Normal file
2
tests/sample_errors/read_only_properties.err
Normal file
|
@ -0,0 +1,2 @@
|
|||
4,14,4,ComboBox.has-entry can't be bound because it is construct-only
|
||||
5,3,12,Widget.scale-factor is not writable
|
Loading…
Add table
Add a link
Reference in a new issue