1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: do full struct initialisation for V structs, fixes invalid data from map[string]Struct{}['unknown'] (#9878)

This commit is contained in:
Don Park
2021-04-26 23:18:48 -06:00
committed by GitHub
parent 787a63dab6
commit aebb551e93
16 changed files with 107 additions and 99 deletions

View File

@ -140,10 +140,6 @@ pub fn new_test_session(_vargs string) TestSession {
skip_files << 'examples/sokol/05_instancing_glsl/rt_glsl.v'
// Skip obj_viewer code in the CI
skip_files << 'examples/sokol/06_obj_viewer/show_obj.v'
skip_files << 'examples/sokol/06_obj_viewer/obj/obj.v'
skip_files << 'examples/sokol/06_obj_viewer/obj/rend.v'
skip_files << 'examples/sokol/06_obj_viewer/obj/struct.v'
skip_files << 'examples/sokol/06_obj_viewer/obj/util.v'
}
if testing.github_job != 'ubuntu-tcc' {
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases