2021-12-02 Rico Tzschichholz Release 0.52.8 2021-11-29 Rico Tzschichholz tests: Add missing methods/parameter-ccode-type.vala In addition to 0e097710e37b671b17ed1da330dd83b9e2340602 pango: Cherry-pick bindings fixes from 0.56 gstreamer: Cherry-pick bindings fixes from 0.56 2021-11-29 Lorenz Wildberg tests: Rename colliding test case to avoid conflict 2021-11-29 Rico Tzschichholz gnome-desktop-3.0: Some parameter fixes codegen: Accept CCode.type attribute on parameters Fixes https://gitlab.gnome.org/GNOME/vala/issues/876 codegen: Drop inconsistent space for ObjectType parameters tests: Rename colliding test cases to avoid conflicts vala: Fix signals with generic return In addition to 36999b5ffd63cc56a8648791b02bf07e7da88077 vala: Report error on missing gio-2.0 package for async constructors Fixes https://gitlab.gnome.org/GNOME/vala/issues/1256 tests: Add runtime checks to signals tests and increase coverage tests/girwriter: Increase coverage tests: Add [Profile] method test to increase coverage vala: Add [Profile] as known attribute for methods ccode: Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT Regression of 0f65d306f5a2eca7ea798e5c835cf66b6e327c8e genie: Accept accessibility and async modifiers on "construct" creation methods Fixes https://gitlab.gnome.org/GNOME/vala/issues/1235 gstreamer-base-1.0: Some parameter fixes Fixes https://gitlab.gnome.org/GNOME/vala/issues/1255 2021-11-29 Nikola Hadžić alsa: Add more API and fix a few things 2021-11-20 Rico Tzschichholz codegen: Add missing check while overriding virtual async interface methods This fixes a couple of criticals and possibly faulty C code. In addition to fc246aa7f8cbc6cb176724246a0187e19fe91198 See https://gitlab.gnome.org/GNOME/vala/issues/852 2021-11-18 Rico Tzschichholz codegen: Check required length of enum type name for GType support Add corresponding tests for types which have support for GType vala: Check for unavailable value-type of variable initializer Regression of 6690ea0e3c6f0d81d849e13548efc8c0809149cc Fixes https://gitlab.gnome.org/GNOME/vala/issues/1253 2021-11-15 Rico Tzschichholz codegen: Add and use CCodeConstantIdentifier for accessing constants If an address to a constant value is required then its identifier needs to be used instead of referring to a temporary copy. Fixes a regression of f1a8f2a4c6771124abd61fd0ebfa991c846575fe Found by -fsanitize=address 2021-11-14 Rico Tzschichholz codegen: Use CCodeConstant for member access of constant symbol This broke assumptions in CCodeBaseModule.is_constant_ccode_expression() tests: Fix mixed up naming of base-type tests for classes tests: Add more "statement" tests for genie to increase coverage 2021-11-14 Yotam Nachum gtkmodule: Improve error message for invalid signal element in ui-file 2021-11-14 Rico Tzschichholz tests: Add more "declaration" tests for genie to increase coverage genie: "exception" is the expected string for TokenType.ERRORDOMAIN genie: Properly handle plain "get" or "set" property accessors Fixes https://gitlab.gnome.org/GNOME/vala/issues/1248 genie: Accept INTERR token before type arguments when parsing type Fixes https://gitlab.gnome.org/GNOME/vala/issues/1245 2021-11-14 Alistair Thomas genie: Amend text of indent and dedent for error messages Fixes https://gitlab.gnome.org/GNOME/vala/issues/497 2021-11-14 Rico Tzschichholz parser: Better handling of misplaced switch sections Fixes https://gitlab.gnome.org/GNOME/vala/issues/1246 parser: Split out Parser.parse_switch_section_statement() vala: Using SignalHandler.disconnect() is required for dynamic signals tests: Extend "dynamic" signal test to increase coverage girparser: Accept "sealed" for transformed records and compact classes 2021-11-14 Lorenz Wildberg vala: Improve error message for invalid handler of dynamic signal