]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Check required length of enum type name for GType support
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Nov 2021 20:26:39 +0000 (21:26 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Nov 2021 20:26:39 +0000 (21:26 +0100)
commit1051b5f138817a96592137f4f5b16e53c9669539
treeb7611f8710a94ce883dd8ec108f0b13fb4dd4a16
parent16840d25fb474f313e98989856fc315149f3b73e
codegen: Check required length of enum type name for GType support

Add corresponding tests for types which have support for GType
codegen/valaccodestructmodule.vala
codegen/valagtypemodule.vala
tests/Makefile.am
tests/enums/enum-gtype-too-short.test [new file with mode: 0644]
tests/objects/class-gtype-too-short.test [new file with mode: 0644]
tests/objects/interface-gtype-too-short.test [new file with mode: 0644]
tests/structs/bug764041.test [deleted file]
tests/structs/struct-gtype-too-short.test [new file with mode: 0644]