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

cgen: fix gen_array_equality_fn() (#7633)

This commit is contained in:
yuyi
2020-12-28 18:26:50 +08:00
committed by GitHub
parent 164dd3000b
commit 07459a77e3
4 changed files with 42 additions and 25 deletions

View File

@ -17,6 +17,8 @@ const (
'vlib/builtin/js/jsfns_browser.js.v',
/* error: expr(): bad token `asm`, on `asm {}` */
'vlib/builtin/bare/linuxsys_bare.v',
/* total chaos (duplicated code several times) in array_eq_test.v */
'vlib/builtin/array_eq_test.v',
/* the fn args are removed, then `cb fn (picohttpparser.Request, mut picohttpparser.Response)` can not be reparsed */
'vlib/picoev/picoev.v',
]