]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Fix binary 'in' operator on array with boxed value-typed needle
authorAndrea Del Signore <sejerpz@gmail.com>
Fri, 3 Apr 2020 17:10:40 +0000 (19:10 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Apr 2020 19:38:28 +0000 (21:38 +0200)
commit73645f170f2f1613568049565bbff1fe82b88992
tree0b8f5709aa81ea6800414d8478c8f98a349aad68
parentdb728aa61985119299d20dce4f4c5f5232345f8c
codegen: Fix binary 'in' operator on array with boxed value-typed needle

See https://gitlab.gnome.org/GNOME/vala/issues/951
codegen/valaccodebasemodule.vala
tests/Makefile.am
tests/arrays/in-operator-with-boxed-needle.vala [new file with mode: 0644]