]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Non nullable enum types are simple types
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 16 Dec 2021 14:31:47 +0000 (15:31 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Dec 2021 18:08:35 +0000 (19:08 +0100)
commitf9098a27fbf5639a2d2bb3d0f7358bda3c35173c
tree65535d13f92fdf5411b047c99f3da2e760bb34db
parentd2f3c7805a8c67b4ccefc14393e65415fecc8078
vala: Non nullable enum types are simple types

Fixes a regression of 5b6345a6386b05aaf3f11cb3572940413eb878a8

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1268
tests/Makefile.am
tests/constants/member-access-enum.c-expected [new file with mode: 0644]
tests/constants/member-access-enum.vala [new file with mode: 0644]
tests/enums/bug666035.c-expected
tests/enums/enum-boxed.c-expected [new file with mode: 0644]
tests/enums/enum-boxed.vala [new file with mode: 0644]
tests/objects/paramspec.c-expected
tests/objects/property-enum.c-expected
vala/valadatatype.vala