]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Handle PointerType and VoidType in Constant.check_const_type()
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Feb 2020 16:12:19 +0000 (17:12 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Feb 2020 16:19:27 +0000 (17:19 +0100)
commit4f5221e7fe44ee5fb1a1df422d6e317ccd87d6ac
tree23051cc62dcc8726507044c684843ced2e139996
parenta29c3ff9d2d695bc525c15e33bcdeebf6ff4ccbf
vala: Handle PointerType and VoidType in Constant.check_const_type()

This caused criticals like:

  vala_typesymbol_is_subtype_of: assertion 'self != NULL' failed
tests/Makefile.am
tests/semantic/constant-pointer.test [new file with mode: 0644]
vala/valaconstant.vala