]> git.ipfire.org Git - thirdparty/vala.git/commit
WIP vala: Check coverage of switch on enum-type and issue warnings if needed wip/issue/777 90fc5b11e9a3b2c2fdbf7caf53a5ffb0fafd5545 58/head
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 29 Mar 2019 13:27:14 +0000 (14:27 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 24 Apr 2020 06:50:08 +0000 (08:50 +0200)
commit90fc5b11e9a3b2c2fdbf7caf53a5ffb0fafd5545
treedc25b14eebec4a68947fb27319f307db698a9308
parent71af8d680d1277a1d0b187ce425b75375df7bf85
WIP vala: Check coverage of switch on enum-type and issue warnings if needed

Also don't emit implicit default label.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/777
codegen/valaccodecontrolflowmodule.vala
tests/Makefile.am
tests/control-flow/switch-enum.vala [new file with mode: 0644]
vala/valaflowanalyzer.vala