Hi Christian, 2016/2/4 Thu 16:18:43 UTC+9 Christian Brabandt wrote: > Hi Bram! > > On Do, 04 Feb 2016, Bram Moolenaar wrote: > > > Patch 7.4.1255 > > Problem: Crash for channel "eval" command without third argument. > > Solution: Check for missing argument. > > Files: src/channel.c, src/testdir/test_channel.vim, > > src/testdir/test_channel.py > > Some change between 1247 and 1255 broke the installer build: > https://ci.appveyor.com/project/chrisbra/vim-win32-installer/build/job/bo1rtbb3nk2wxwxt > > Test results: > > > From test_channel.vim: > Found errors in Test_communicate(): > Caught exception in Test_communicate(): Vim(let):E117: Unknown function: > ch_open @ function Test_communicate[1]..<SNR>3_start_server, line 34 > Found errors in Test_server_crash(): > Caught exception in Test_server_crash(): Vim(let):E117: Unknown function: > ch_open @ function Test_server_crash[1]..<SNR>3_start_server, line 34 > Found errors in Test_two_channels(): > Caught exception in Test_two_channels(): Vim(let):E117: Unknown function: > ch_open @ function Test_two_channels[1]..<SNR>3_start_server, line 34 > TEST FAILURE > NMAKE : fatal error U1077: 'if' : return code '0x1' > Stop. > Command exited with code 1
Ah, the channel feature is disabled by default on Win32 CUI. Maybe we need to add a check for the channel feature to test_channel.vim, and/or enable the feature by default on Win32 CUI. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
