Hi,

2019/7/16 Tue 16:26:55 UTC+9 Ken Takata wrote:
> Hi,
> 
> 2019/7/16 Tue 15:27:48 UTC+9 Christian Brabandt wrote:
> > On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> > 
> > > 
> > > I wrote:
> > > 
> > > > Patch 8.1.1698
> > > > Problem:    Appveyor build with MSVC fails.
> > > > Solution:   Remove the sed command
> > > > Files:      ci/appveyor.bat
> > > 
> > > This solved the problem, but now we have the ugly progress bar output
> > > back.  Can this be disabled somehow?
> > 
> > Pipe the linker output to the sed command, something like this:
> > 
> > sed -e '/^<</s/.*/&|sed -e "s#.\\\\r.*##"/' Make_mvc.mak > Make_mvc2.mak
> 
> I suggest the following instead:
> 
> sed -e "s/@<<$/@<< | sed -e 's#.*\\\\r.*##'/" Make_mvc.mak > Make_mvc2.mak
> 
> The sed workaround should be added just after "link @<<".
> 
> 
> > However Ken just mentioned, that the sed workaround isn't needed 
> > anymore, so I am confused whether this is still a problem?
> > 
> > https://github.com/vim/vim-win32-installer/pull/139/commits/7212b47f60a58531b80b2edd6c146dc1f4b9bba7
> 
> The progress counter is not shown on the AppVeyor's Web interface, but it
> remains in the log file downloaded from AppVeyor.

I created a PR for this to see if this actually works:
https://github.com/vim/vim/pull/4684

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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/f1bbde50-5ad5-4072-befd-3c1e9ad83bd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui