]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
6 years agoglib-2.0: add MappedFile.from_fd constructor 74996a8e54a6852b4a1e281de95b6e1916040be5 69/head
Christian Kellner [Tue, 16 Jul 2019 16:16:52 +0000 (18:16 +0200)] 
glib-2.0: add MappedFile.from_fd constructor

Add the missing 'g_mapped_file_new_from_fd' constructor, added
with glib 2.32.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/824

6 years agoRelease 0.45.3 e3ba95e48c655ac5bc2e732dad1c77309481ff9b 0.45.3
Rico Tzschichholz [Tue, 16 Jul 2019 08:07:21 +0000 (10:07 +0200)] 
Release 0.45.3

6 years agoglib-2.0: Fix RecMutexLocker binding bc1e4cf40304830b71b2ad81c406e3944be440f5
Rico Tzschichholz [Tue, 9 Jul 2019 11:22:26 +0000 (13:22 +0200)] 
glib-2.0: Fix RecMutexLocker binding

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Tue, 9 Jul 2019 09:09:37 +0000 (11:09 +0200)] 
vapi: Update GIR-based bindings

6 years agogtk4: Update to 3.96.0+b05d1676
Rico Tzschichholz [Tue, 9 Jul 2019 09:08:20 +0000 (11:08 +0200)] 
gtk4: Update to 3.96.0+b05d1676

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Tue, 9 Jul 2019 09:07:34 +0000 (11:07 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agoglib-2.0: Add new symbols from 2.62
Rico Tzschichholz [Tue, 9 Jul 2019 08:33:08 +0000 (10:33 +0200)] 
glib-2.0: Add new symbols from 2.62

6 years agoglib-2.0: Add binding for g_strv_equal() (since 2.60)
Rico Tzschichholz [Tue, 9 Jul 2019 08:06:56 +0000 (10:06 +0200)] 
glib-2.0: Add binding for g_strv_equal() (since 2.60)

6 years agocodegen: Real structs are allowed by simple generics and passed as reference
Rico Tzschichholz [Mon, 8 Jul 2019 17:11:19 +0000 (19:11 +0200)] 
codegen: Real structs are allowed by simple generics and passed as reference

Add the required pointer-indirections to fix invalid memory accesses.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/819

6 years agobuild: Pass -no-undefined when linking libcodegen
Jeremy Philippe [Fri, 5 Jul 2019 16:26:05 +0000 (18:26 +0200)] 
build: Pass -no-undefined when linking libcodegen

This is required to build under MinGW (and presumably Cygwin).

Fixes https://gitlab.gnome.org/GNOME/vala/issues/820

6 years agocodegen: Assign GValue result of function calls to temp-var on copy_value
Rico Tzschichholz [Fri, 5 Jul 2019 14:54:19 +0000 (16:54 +0200)] 
codegen: Assign GValue result of function calls to temp-var on copy_value

Regression of a94a28141e1f222d1da7e72bea4cd2d1e5242f41

Fixes https://gitlab.gnome.org/GNOME/vala/issues/819

6 years agocodegen: Don't write declaration of extern symbols with given header 70c4b16d83c90959e806cc055fb0dd65bef0cab3 65/head
Rico Tzschichholz [Tue, 18 Jun 2019 21:34:09 +0000 (23:34 +0200)] 
codegen: Don't write declaration of extern symbols with given header

The corresponding header will provide the declaration and therefore fix
build with -Werror=redundant-decls.

Set cheader_filename for implicit to_string() method of enums which is
transformed into symbol calls from glib-object.h. This avoids the leak of
an superfluous prototype of that method into the generated c code.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/745

6 years agovala: Add Symbol.is_extern and use/set is accordingly
Rico Tzschichholz [Tue, 18 Jun 2019 21:34:09 +0000 (23:34 +0200)] 
vala: Add Symbol.is_extern and use/set is accordingly

This actually holds the information whether a symbol was declared
with `extern` modificator. Adjust the setting of Symbol.external and
usage of Symbol.external_package.

See https://gitlab.gnome.org/GNOME/vala/issues/745

6 years agoxtst: Fix signature of XTest.fake_relative_motion_event() 8f86bb72abd78af99e413e64f8acc9d0d71a7d6d
Gran PC [Sun, 30 Jun 2019 13:06:39 +0000 (13:06 +0000)] 
xtst: Fix signature of XTest.fake_relative_motion_event()

See https://gitlab.gnome.org/GNOME/vala/merge_requests/67

6 years agoglib-2.0: Bind strcmp0 as GLib.CompareFunc<string?>
Rico Tzschichholz [Mon, 1 Jul 2019 09:10:35 +0000 (11:10 +0200)] 
glib-2.0: Bind strcmp0 as GLib.CompareFunc<string?>

Allows proper usage with experimental non-null

Fixes https://gitlab.gnome.org/GNOME/vala/issues/810

6 years agoRelease 0.45.2 f2f25a6cc77d5a7ffc9e0ea2fad7877971cb2b1f 0.45.2
Rico Tzschichholz [Mon, 17 Jun 2019 15:05:03 +0000 (17:05 +0200)] 
Release 0.45.2

6 years agotests: Null-terminate arrays for compatibility test of uint8 and uchar
Rico Tzschichholz [Mon, 17 Jun 2019 10:59:12 +0000 (12:59 +0200)] 
tests: Null-terminate arrays for compatibility test of uint8 and uchar

Fixes https://gitlab.gnome.org/GNOME/vala/issues/809

6 years agovala: Only warn about imcompatible type of external construct property
Rico Tzschichholz [Mon, 17 Jun 2019 06:05:54 +0000 (08:05 +0200)] 
vala: Only warn about imcompatible type of external construct property

This is to reduce the initial fallout.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/803

6 years agogtk+-3.0: Update to 3.24.9~18177388
Rico Tzschichholz [Sat, 15 Jun 2019 18:25:25 +0000 (20:25 +0200)] 
gtk+-3.0: Update to 3.24.9~18177388

6 years agogtk4: Update to 3.96.0+8cfdd6c5
Rico Tzschichholz [Sat, 15 Jun 2019 18:25:02 +0000 (20:25 +0200)] 
gtk4: Update to 3.96.0+8cfdd6c5

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Sat, 15 Jun 2019 18:11:36 +0000 (20:11 +0200)] 
vapi: Update GIR-based bindings

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Sat, 15 Jun 2019 18:09:43 +0000 (20:09 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agogirparser: Skip 'attribute' elements
Rico Tzschichholz [Sat, 15 Jun 2019 15:43:28 +0000 (17:43 +0200)] 
girparser: Skip 'attribute' elements

6 years agovala: Use non-deprecated GLib.ModuleFlags values 9dbb04191114cbd5a0789151391941faff10c967
Rico Tzschichholz [Fri, 14 Jun 2019 16:32:24 +0000 (18:32 +0200)] 
vala: Use non-deprecated GLib.ModuleFlags values

6 years agogenie: Make 'self' match its TokenType name
Rico Tzschichholz [Fri, 14 Jun 2019 16:04:16 +0000 (18:04 +0200)] 
genie: Make 'self' match its TokenType name

6 years agogirwriter: Report error on secondary top-level namespace to be written 5e96fb6def3ac57f4f67f3064863a3aef6cd651f
Rico Tzschichholz [Fri, 14 Jun 2019 06:16:23 +0000 (08:16 +0200)] 
girwriter: Report error on secondary top-level namespace to be written

Fixes https://gitlab.gnome.org/GNOME/vala/issues/805

6 years agocodegen: Use array_length of collection variable instead of expression
Rico Tzschichholz [Thu, 13 Jun 2019 13:58:58 +0000 (15:58 +0200)] 
codegen: Use array_length of collection variable instead of expression

6 years agolibvaladoc: Use non-deprecated GLib.ModuleFlags values
Rico Tzschichholz [Fri, 14 Jun 2019 05:11:17 +0000 (07:11 +0200)] 
libvaladoc: Use non-deprecated GLib.ModuleFlags values

6 years agogmodule-2.0: Build from GIR
Rico Tzschichholz [Sat, 8 Jun 2019 08:54:07 +0000 (10:54 +0200)] 
gmodule-2.0: Build from GIR

6 years agoglib-2.0: Add Unicode 12.0 symbols
Rico Tzschichholz [Thu, 6 Jun 2019 13:46:04 +0000 (15:46 +0200)] 
glib-2.0: Add Unicode 12.0 symbols

6 years agogenie: Drop unused "writeonly" token c835e02dde0e219bb13e1433966b5f12551ca2d4
Rico Tzschichholz [Wed, 5 Jun 2019 13:17:23 +0000 (15:17 +0200)] 
genie: Drop unused "writeonly" token

6 years agogtk4: Update to 3.96.0+69016825
Rico Tzschichholz [Wed, 5 Jun 2019 09:07:20 +0000 (11:07 +0200)] 
gtk4: Update to 3.96.0+69016825

6 years agogtk4: Update to 3.96.0+cfe648eb
Rico Tzschichholz [Mon, 27 May 2019 16:10:57 +0000 (18:10 +0200)] 
gtk4: Update to 3.96.0+cfe648eb

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Mon, 27 May 2019 16:03:39 +0000 (18:03 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agowebkit2gtk-4.0: Update to 2.25.1
Rico Tzschichholz [Mon, 27 May 2019 16:02:32 +0000 (18:02 +0200)] 
webkit2gtk-4.0: Update to 2.25.1

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Thu, 23 May 2019 09:49:26 +0000 (11:49 +0200)] 
vapi: Update GIR-based bindings

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Thu, 23 May 2019 09:48:54 +0000 (11:48 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agoRelease 0.45.1 0.45.1
Rico Tzschichholz [Mon, 20 May 2019 18:19:18 +0000 (20:19 +0200)] 
Release 0.45.1

6 years agovala: Strip "basedir" from Source.filename attribute
Rico Tzschichholz [Mon, 20 May 2019 18:53:02 +0000 (20:53 +0200)] 
vala: Strip "basedir" from Source.filename attribute

This is gives some control over the written relative filenames and fixes
make distcheck due of out-of-source-dir building.

6 years agogtk4: Update to 3.96.0+322507f2
Rico Tzschichholz [Mon, 20 May 2019 10:59:17 +0000 (12:59 +0200)] 
gtk4: Update to 3.96.0+322507f2

6 years agocodegen: When freeing local variables don't stop at "switch" on "continue" a929a44437a46eb9f814160c4ecf807a94ba2138
Rico Tzschichholz [Fri, 17 May 2019 06:56:12 +0000 (08:56 +0200)] 
codegen: When freeing local variables don't stop at "switch" on "continue"

So distinguish between BreakStatement and ContinueStatement to make the
correct decision in append_local_free().

Fixes https://gitlab.gnome.org/GNOME/vala/issues/799

6 years agoclutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size as struct ef0973068d1786206bc98c4861f0ea9d2617edb5
Rico Tzschichholz [Wed, 8 May 2019 08:22:54 +0000 (10:22 +0200)] 
clutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size as struct

Reverts 0cd8009728245300d32009fb029898b4a3ceed8a and its confusion
regards "caller-allocates" out-parameters

Fixes https://gitlab.gnome.org/GNOME/vala/issues/795

6 years agoRegenerate GIDL-based bindings to fix getter ownership of struct properties
Rico Tzschichholz [Thu, 16 May 2019 17:43:41 +0000 (19:43 +0200)] 
Regenerate GIDL-based bindings to fix getter ownership of struct properties

6 years agoRegenerate GIR-based bindings to fix getter ownership of struct properties
Rico Tzschichholz [Thu, 9 May 2019 17:06:11 +0000 (19:06 +0200)] 
Regenerate GIR-based bindings to fix getter ownership of struct properties

6 years agovala: Trust "value_owned" when writing property getter 9a5cc9e58e160d8bb5308fe5bfc8b433d8c269f5
Rico Tzschichholz [Thu, 16 May 2019 15:24:05 +0000 (17:24 +0200)] 
vala: Trust "value_owned" when writing property getter

6 years agovala: No-accessor struct properties in GLib.Object class must be owned a6441ec3c27e059d32501a4e09c937ac668f3ad9
Rico Tzschichholz [Thu, 9 May 2019 08:17:36 +0000 (10:17 +0200)] 
vala: No-accessor struct properties in GLib.Object class must be owned

Real structs are returned as heap-allocated structor by g_object_get() and
not defining them with owned getter results in memory leaks.

Additionally force DelegateType, PointerType and ValueType as unowned to
preserve the current behaviour for binding generation.

6 years agotests: Properties with NoAccessorMethod return heap-allocated structs
Rico Tzschichholz [Thu, 9 May 2019 16:51:43 +0000 (18:51 +0200)] 
tests: Properties with NoAccessorMethod return heap-allocated structs

6 years agocogl-1.0: Fix out-params in Cogl.get_modelview_matrix/projection_matrix/bitmasks
Rico Tzschichholz [Wed, 8 May 2019 10:25:20 +0000 (12:25 +0200)] 
cogl-1.0: Fix out-params in Cogl.get_modelview_matrix/projection_matrix/bitmasks

Fixes https://gitlab.gnome.org/GNOME/vala/issues/794

6 years agovapi: Update GIR-based bindings 12123d2bc3baed0320c5342c405c366df82c27ea
Rico Tzschichholz [Wed, 15 May 2019 08:32:57 +0000 (10:32 +0200)] 
vapi: Update GIR-based bindings

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Wed, 15 May 2019 08:32:32 +0000 (10:32 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agogtk4: Update to 3.96.0+6a27fe15
Rico Tzschichholz [Wed, 15 May 2019 08:26:39 +0000 (10:26 +0200)] 
gtk4: Update to 3.96.0+6a27fe15

6 years agocodegen: Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbols
Rico Tzschichholz [Sun, 12 May 2019 18:59:15 +0000 (20:59 +0200)] 
codegen: Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbols

and get_ccode_type_check_function() for SourceFileType.SOURCE symbols.

6 years agogirparser: Add support for string "ctype" metadata 59eea90d2383e012a20a5e5b888071ea97d161c4
Rico Tzschichholz [Tue, 7 May 2019 13:44:37 +0000 (15:44 +0200)] 
girparser: Add support for string "ctype" metadata

https://gitlab.gnome.org/GNOME/vala/issues/793

6 years agocodegen: Support GObject properties with nullable GType-based struct type 3af1cfb3bf6b1d3d4a8116382e6eda702f7335bf
Rico Tzschichholz [Mon, 6 May 2019 12:48:25 +0000 (14:48 +0200)] 
codegen: Support GObject properties with nullable GType-based struct type

Fixes https://gitlab.gnome.org/GNOME/vala/issues/792

6 years agogirwriter: Write implicit fields for arrays and delegates 23a8257eafbcce0280dd26fe011fdb66dc1b684d
Rico Tzschichholz [Fri, 3 May 2019 13:32:04 +0000 (15:32 +0200)] 
girwriter: Write implicit fields for arrays and delegates

6 years agogirwriter: Write implicit parameters and properties for generics
Rico Tzschichholz [Thu, 2 May 2019 16:09:19 +0000 (18:09 +0200)] 
girwriter: Write implicit parameters and properties for generics

6 years agocompiler: Add OptionFlags.NO_ARG to deprecated "--thread" option 96e55fe536ec81a347af6c038241820e11b5bfb5
Rico Tzschichholz [Wed, 1 May 2019 15:37:07 +0000 (17:37 +0200)] 
compiler: Add OptionFlags.NO_ARG to deprecated "--thread" option

It was defined with OptionArg.NONE and never took an extra argument.

Regression of d8e810680f370fac7e9a5e80f8d94316707625c2

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Wed, 1 May 2019 14:36:27 +0000 (16:36 +0200)] 
vapi: Update GIR-based bindings

6 years agogstreamer: Update from 1.17.0+ git master
Rico Tzschichholz [Wed, 1 May 2019 14:35:53 +0000 (16:35 +0200)] 
gstreamer: Update from 1.17.0+ git master

6 years agogtk4: Update to 3.94.0+724ec3ca
Rico Tzschichholz [Wed, 1 May 2019 13:09:04 +0000 (15:09 +0200)] 
gtk4: Update to 3.94.0+724ec3ca

6 years agogirwriter: Only replace existing GIR files if they changed
Rico Tzschichholz [Wed, 1 May 2019 10:51:45 +0000 (12:51 +0200)] 
girwriter: Only replace existing GIR files if they changed

Same how it is done in CodeWriter.write_file()

6 years agogirwriter: Populate gir_namespace/version attributes of external namespaces 96c0d9b19a4c153f960bb094f971c15e912e54be 62/head
Rico Tzschichholz [Sat, 27 Apr 2019 11:20:28 +0000 (13:20 +0200)] 
girwriter: Populate gir_namespace/version attributes of external namespaces

6 years agogirwriter: Don't write c:include tags for symbols from external packages
Rico Tzschichholz [Mon, 29 Apr 2019 14:30:43 +0000 (16:30 +0200)] 
girwriter: Don't write c:include tags for symbols from external packages

6 years agogirwriter: Properly write attributes for non-GObject classes 5284e6bda7582cdd011e6fce545c02ae3dd4f3bb
Rico Tzschichholz [Sun, 28 Apr 2019 15:52:40 +0000 (17:52 +0200)] 
girwriter: Properly write attributes for non-GObject classes

6 years agotests: Actually define SkippedStruct as struct for girwriter 153b8355f3fd8f1106ee2ed74a82d4f2ef8738e2
Rico Tzschichholz [Sun, 28 Apr 2019 15:51:23 +0000 (17:51 +0200)] 
tests: Actually define SkippedStruct as struct for girwriter

6 years agocodegen: Make sure to call a corresponding pop_function()
Rico Tzschichholz [Sun, 28 Apr 2019 14:41:44 +0000 (16:41 +0200)] 
codegen: Make sure to call a corresponding pop_function()

6 years agocodegen: Make sure to call a corresponding pop_line()
Rico Tzschichholz [Sun, 28 Apr 2019 14:30:22 +0000 (16:30 +0200)] 
codegen: Make sure to call a corresponding pop_line()

6 years agocodegen: Make sure to call a corresponding pop_context()
Rico Tzschichholz [Sun, 28 Apr 2019 14:08:34 +0000 (16:08 +0200)] 
codegen: Make sure to call a corresponding pop_context()

6 years agotests: Adjust for fuzzy generated GIR header c3db5c677e0ae279c860d32b5ad3f9e58a1d010e
Rico Tzschichholz [Sun, 28 Apr 2019 10:18:57 +0000 (12:18 +0200)] 
tests: Adjust for fuzzy generated GIR header

In addition to fd3fedf3e7fd56162e5721d9e7487784b009c75b

6 years agogirwriter: Don't write "property" attribute for non-gobject properties
Rico Tzschichholz [Sat, 27 Apr 2019 18:21:44 +0000 (20:21 +0200)] 
girwriter: Don't write "property" attribute for non-gobject properties

6 years agocodegen: Move construct property checks to SemanticAnalyzer pass 6c8c75f59024b32230b1c13ea344a568f19b86df
Rico Tzschichholz [Sun, 28 Apr 2019 07:22:13 +0000 (09:22 +0200)] 
codegen: Move construct property checks to SemanticAnalyzer pass

6 years agocodegen: Move GObject property validity checks to SemanticAnalyzer
Rico Tzschichholz [Sat, 27 Apr 2019 18:18:34 +0000 (20:18 +0200)] 
codegen: Move GObject property validity checks to SemanticAnalyzer

6 years agovaladoc/tests: construct properties require GLib.Object derived class
Rico Tzschichholz [Sun, 28 Apr 2019 07:25:23 +0000 (09:25 +0200)] 
valadoc/tests: construct properties require GLib.Object derived class

6 years agotests: Fix namespace attributes for girwriter fb782009b9d6eb64f424fca3500c2c8163d75812
Rico Tzschichholz [Sat, 27 Apr 2019 11:37:17 +0000 (13:37 +0200)] 
tests: Fix namespace attributes for girwriter

6 years agogirwriter: Properly resolve GLib.TypeInterface instead of hardcoding it 7ac4a4ac6a4a98db2f81f03adf0a24447b87b0b6
Rico Tzschichholz [Sat, 27 Apr 2019 09:17:28 +0000 (11:17 +0200)] 
girwriter: Properly resolve GLib.TypeInterface instead of hardcoding it

This makes sure to pick up the dependency on GObject-2.0.gir

6 years agogirwriter: Mention that this file is generated and not meant to be modified fd3fedf3e7fd56162e5721d9e7487784b009c75b
Rico Tzschichholz [Sat, 27 Apr 2019 08:25:32 +0000 (10:25 +0200)] 
girwriter: Mention that this file is generated and not meant to be modified

Same as already done for generated vapi files.

6 years agobuild: Pass some useful G_LOG_DOMAIN definitions
Rico Tzschichholz [Tue, 23 Apr 2019 06:24:59 +0000 (08:24 +0200)] 
build: Pass some useful G_LOG_DOMAIN definitions

6 years agotests: More "unassigned variable" tests to increase coverage d4da5be30c43ecbc74723e53c7200e8aaeb8cc1a
Rico Tzschichholz [Tue, 23 Apr 2019 07:22:40 +0000 (09:22 +0200)] 
tests: More "unassigned variable" tests to increase coverage

6 years agovapi: Add graphene-1.0 to allow smoother transition to graphene-gobject-1.0
Rico Tzschichholz [Fri, 19 Apr 2019 12:49:14 +0000 (14:49 +0200)] 
vapi: Add graphene-1.0 to allow smoother transition to graphene-gobject-1.0

6 years agotests: Add "fast-vapi" test to increase coverage c5fbd6c7ec6e085b0f741760bf4843409ae25fc4
Rico Tzschichholz [Thu, 18 Apr 2019 14:28:43 +0000 (16:28 +0200)] 
tests: Add "fast-vapi" test to increase coverage

6 years agovala: Write "Source" attribute in fast-vapi mode
Rico Tzschichholz [Sat, 30 Mar 2019 18:37:45 +0000 (19:37 +0100)] 
vala: Write "Source" attribute in fast-vapi mode

This enables users to reference to the original source of a symbol.

[Source (filename = "...", line = ..., column = ...)]

6 years agojavascriptcoregtk-4.0: Update to 2.24.1
Rico Tzschichholz [Wed, 17 Apr 2019 16:17:05 +0000 (18:17 +0200)] 
javascriptcoregtk-4.0: Update to 2.24.1

6 years agogtk4: Update to 3.94.0+2656f5b4
Rico Tzschichholz [Wed, 17 Apr 2019 16:15:42 +0000 (18:15 +0200)] 
gtk4: Update to 3.94.0+2656f5b4

6 years agogstreamer: Update from 1.15.90+ git master
Rico Tzschichholz [Wed, 17 Apr 2019 16:15:05 +0000 (18:15 +0200)] 
gstreamer: Update from 1.15.90+ git master

6 years agotests: Extend "foreach" tests to increase coverage
Rico Tzschichholz [Sat, 13 Apr 2019 15:46:23 +0000 (17:46 +0200)] 
tests: Extend "foreach" tests to increase coverage

6 years agotests: Extend "assigned local variable" control flow tests
Rico Tzschichholz [Sun, 14 Apr 2019 13:28:49 +0000 (15:28 +0200)] 
tests: Extend "assigned local variable" control flow tests

6 years agoparser: Set correct end source-reference of Block for embedded statement
Rico Tzschichholz [Thu, 11 Apr 2019 05:32:24 +0000 (07:32 +0200)] 
parser: Set correct end source-reference of Block for embedded statement

6 years agoparser: Improve source-reference of declaration block for ForStatement 6fb20651f6ff5312889ac2f19d203e60bfa73a3b
Rico Tzschichholz [Wed, 10 Apr 2019 12:12:21 +0000 (14:12 +0200)] 
parser: Improve source-reference of declaration block for ForStatement

6 years agoparser: Improve source-location for local Constant declarations
Rico Tzschichholz [Wed, 10 Apr 2019 12:12:21 +0000 (14:12 +0200)] 
parser: Improve source-location for local Constant declarations

6 years agoparser: Don't include trailing semi-colon to ExpressionStatement
Rico Tzschichholz [Wed, 10 Apr 2019 12:12:21 +0000 (14:12 +0200)] 
parser: Don't include trailing semi-colon to ExpressionStatement

6 years agoparser: Improve source-location for LocalVariable/DeclarationStatement
Rico Tzschichholz [Wed, 10 Apr 2019 12:12:21 +0000 (14:12 +0200)] 
parser: Improve source-location for LocalVariable/DeclarationStatement

6 years agoparser: Set correct end source-location for Block
Rico Tzschichholz [Wed, 10 Apr 2019 12:12:21 +0000 (14:12 +0200)] 
parser: Set correct end source-location for Block

This location was off by one token.

6 years agoSync NEWS from 0.44
Rico Tzschichholz [Mon, 8 Apr 2019 18:59:11 +0000 (20:59 +0200)] 
Sync NEWS from 0.44

6 years agolibarchive: Fix Archive.[set_]mode/perm() and add Archive.FileMode
Rico Tzschichholz [Mon, 8 Apr 2019 18:32:49 +0000 (20:32 +0200)] 
libarchive: Fix Archive.[set_]mode/perm() and add Archive.FileMode

Keep FileType as special case of FileMode for filetype methods.

6 years agogtk4: Update to 3.94.0+2594593d
Rico Tzschichholz [Mon, 8 Apr 2019 15:44:14 +0000 (17:44 +0200)] 
gtk4: Update to 3.94.0+2594593d

6 years agogdk-3.0,gtk+-3.0: Update from 3.24.7+
Rico Tzschichholz [Mon, 8 Apr 2019 15:43:40 +0000 (17:43 +0200)] 
gdk-3.0,gtk+-3.0: Update from 3.24.7+

6 years agogstreamer: Update from 1.15.2+ git master
Rico Tzschichholz [Mon, 8 Apr 2019 15:42:53 +0000 (17:42 +0200)] 
gstreamer: Update from 1.15.2+ git master

6 years agocodegen: Always assign original variable when consuming instance to destroy 3d83f31a659bd179e8a867dd054126ac6f22e82b
Rico Tzschichholz [Mon, 8 Apr 2019 08:00:19 +0000 (10:00 +0200)] 
codegen: Always assign original variable when consuming instance to destroy

Fixes https://gitlab.gnome.org/GNOME/vala/issues/781

6 years agovala: Use global CodeContext to retrieve root_symbol
Luca Bruno [Sat, 4 May 2013 13:35:04 +0000 (15:35 +0200)] 
vala: Use global CodeContext to retrieve root_symbol

6 years agovala: Include possible "result" to defined variables of Method
Rico Tzschichholz [Sat, 6 Apr 2019 19:14:22 +0000 (21:14 +0200)] 
vala: Include possible "result" to defined variables of Method