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
7
NEWS.md
7
NEWS.md
|
@ -1,3 +1,10 @@
|
|||
# v0.6.0 (unreleased)
|
||||
|
||||
## Breaking Changes
|
||||
- Quoted and numeric literals are no longer interchangeable (e.g. `"800"` is
|
||||
no longer an accepted value for an integer type).
|
||||
- Boxed types are now type checked.
|
||||
|
||||
# v0.4.0
|
||||
|
||||
## Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue