https://github.com/vim/vim/pull/8693
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.![]()
Merging #8693 (2d76339) into master (2c70711) will decrease coverage by
87.65%.
The diff coverage is0.00%.
@@ Coverage Diff @@ ## master #8693 +/- ## =========================================== - Coverage 90.11% 2.46% -87.66% =========================================== Files 150 148 -2 Lines 170300 165123 -5177 =========================================== - Hits 153473 4072 -149401 - Misses 16827 161051 +144224
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.46% <0.00%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/if_lua.c | 0.00% <0.00%> (-93.31%) |
⬇️ |
| src/window.c | 3.96% <ø> (-88.82%) |
⬇️ |
| src/float.c | 0.00% <0.00%> (-99.16%) |
⬇️ |
| src/gui_gtk_f.c | 0.00% <0.00%> (-97.54%) |
⬇️ |
| src/sound.c | 0.00% <0.00%> (-97.12%) |
⬇️ |
| src/crypt_zip.c | 0.00% <0.00%> (-97.06%) |
⬇️ |
| src/match.c | 0.00% <0.00%> (-96.98%) |
⬇️ |
| src/sha256.c | 0.00% <0.00%> (-96.94%) |
⬇️ |
| src/evalbuffer.c | 0.00% <0.00%> (-96.92%) |
⬇️ |
| src/textprop.c | 0.00% <0.00%> (-96.82%) |
⬇️ |
| ... and 138 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 2c70711...2d76339. Read the comment docs.
This passes on CI, but in my local setup it fails:
Found errors in Test_lua_global_var_table():
Caught exception in Test_lua_global_var_table(): Vim(lua):[string "vim chunk"]:1: bad argument #1 to 'remove' (table expected, got userdata) @ command line..script /home/mool/vim/vim82/src/testdir/runtest.vim[473]..function RunTheTest[44]..Test_lua_global_var_table, line 51
Found errors in Test_lua_predefined_var_table():
command line..script /home/mool/vim/vim82/src/testdir/runtest.vim[473]..function RunTheTest[44]..Test_lua_predefined_var_table line 12: Expected 'list is locked' but got '[string "vim chunk"]:1: bad argument #1 to ''remove'' (table expected, got userdata)': lua table.remove(vim.v.argv, 1)
SKIPPED Test_lua_list_table_insert_remove(): Lua version < 5.3
I suppose that is because of the Lua version being 5.2.
@yegappan pushed 1 commit.
—
You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.
This passes on CI, but in my local setup it fails:
Found errors in Test_lua_global_var_table():
Caught exception in Test_lua_global_var_table(): Vim(lua):[string "vim chunk"]:1: bad argument #1 to 'remove' (table expected, got userdata) @ command line..script /home/mool/vim/vim82/src/testdir/runtest.vim[473]..function RunTheTest[44]..Test_lua_global_var_table, line 51
Found errors in Test_lua_predefined_var_table():
command line..script /home/mool/vim/vim82/src/testdir/runtest.vim[473]..function RunTheTest[44]..Test_lua_predefined_var_table line 12: Expected 'list is locked' but got '[string "vim chunk"]:1: bad argument #1 to ''remove'' (table expected, got userdata)': lua table.remove(vim.v.argv, 1)
SKIPPED Test_lua_list_table_insert_remove(): Lua version < 5.3I suppose that is because of the Lua version being 5.2.