vala:0.52

Last commit made on 2022-02-21
Get this branch:
git clone -b 0.52 https://git.launchpad.net/vala

Branch merges

Branch information

Name:
0.52
Repository:
lp:vala

Recent commits

eb884f4... by Rico Tzschichholz

Release 0.52.11

5891a51... by Rico Tzschichholz

manual: Update from wiki.gnome.org

b01ed45... by Rico Tzschichholz

libsoup-2.4: Cherry-pick bindings fixes from 0.56

94e6a15... by Rico Tzschichholz

libgeoclue-2.0: Fix Simple.with_thresholds() contructor binding

52f4993... by Rico Tzschichholz

vala: Show source location when reporting deprecations

9cdafc0... by Rico Tzschichholz

vala: Clear SemanticAnalyzer.current_{symbol,source_file} when not needed anymore

15648bf... by Rico Tzschichholz

vala: Free empty stack list for code contexts

While having the stack list created on demand, make sure to destroy it
when it is not required anymore. Otherwise it will be leaked without an
option to avoid that to happen.

5784fe7... by Rico Tzschichholz

gtkmodule: Recurse inner classes of ObjectTypeSymbols

a8ceda0... by Rico Tzschichholz

test/gtktemplate: Use correct class name

c471c0a... by Rico Tzschichholz

parser: Clean up creation of constant declaration