I wrote: > Xavier de Gaye wrote: > > > Two pyclewn tests fail after patch 7.4.1891. It seems that not all 'insert' > > function messages are matched with a reply from Vim after this patch. > > This happens with a test that sends 50 'insert' of 353 bytes in a row > > interleaved with about the same amount of 'remove' and only 5 of these > > are acknowledged with a reply. > > Can you debug to find out what happens? > > To narrow down the problem, you could change this TRUE to FALSE: > > if (channel_collapse(nb_channel, PART_SOCK, TRUE) == FAIL) > > This is in netbeans.c > > Or how could I reproduce this myself?
Never mind. I thought this was covered by a test but it wasn't. Now that I add a test for collapsing I can see the error. -- hundred-and-one symptoms of being an internet addict: 50. The last girl you picked up was only a jpeg. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
