mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Support boxed types and GType
- Add support for type checking boxed types - Remove support for converting string and number literals - Add the `typeof()` operator for GType literals
This commit is contained in:
parent
ee2b9b2950
commit
c0c40b1577
12 changed files with 140 additions and 26 deletions
|
@ -155,6 +155,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample("template")
|
||||
self.assert_sample("template_no_parent")
|
||||
self.assert_sample("translated")
|
||||
self.assert_sample("typeof")
|
||||
self.assert_sample("uint")
|
||||
self.assert_sample("unchecked_class")
|
||||
self.assert_sample("using")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue