Re: Problem with Integrated Vim Editor on Win 10

2016-03-31 Thread Zachary Turner
w what the procedure is for things like this, but this seems like a fairly serious regression. Suggestions on how to proceed? On Wed, Mar 30, 2016 at 5:07 PM, Zachary Turner wrote: > Hi, just recently I installed the latest build of Windows 10 of my > machine. This is my second Win10 machine

Problem with Integrated Vim Editor on Win 10

2016-03-30 Thread Zachary Turner
Hi, just recently I installed the latest build of Windows 10 of my machine. This is my second Win10 machine. On the other I am using git 2.7.0.windows.1 and everything is working just fine. On the second machine I am using git 2.8.0.windows.1 and vim does not work. I sent a bug report to b...@vim.

Re: Make the git codebase thread-safe

2014-02-18 Thread Zachary Turner
It shouldn't be hard for us to run some tests with this patch applied. Will report back in a day or two. On Tue, Feb 18, 2014 at 9:55 AM, Junio C Hamano wrote: > Duy Nguyen writes: > >> On Sat, Feb 15, 2014 at 8:15 AM, Zachary Turner wrote: >> ... >>> 2) Use TL

Re: Make the git codebase thread-safe

2014-02-14 Thread Zachary Turner
2014 at 4:56 PM, Duy Nguyen wrote: > On Sat, Feb 15, 2014 at 7:50 AM, Stefan Zager wrote: >> On Fri, Feb 14, 2014 at 4:45 PM, Duy Nguyen wrote: >>> On Sat, Feb 15, 2014 at 2:16 AM, Zachary Turner >>> wrote: >>>> (Gah, sorry if you're receiving multip

Re: Make the git codebase thread-safe

2014-02-14 Thread Zachary Turner
n A finishes, then B finishes. At the end, the file pointer is still modified. On Fri, Feb 14, 2014 at 11:15 AM, Zachary Turner wrote: > For the mixed read, we wouldn't be looking for another caller of pread() > (since it doesn't care what the file pointer is), but instead a call

Re: Make the git codebase thread-safe

2014-02-13 Thread Zachary Turner
wrote: > On Thu, Feb 13, 2014 at 2:51 PM, Karsten Blees > wrote: >> Am 13.02.2014 19:38, schrieb Zachary Turner: >> >>> The only reason ReOpenFile is necessary at >>> all is because some code somewhere is mixing read-styles against the same >>> fd. >&

Re: Make the git codebase thread-safe

2014-02-13 Thread Zachary Turner
Karsten Blees gmail.com> writes: > > Am 12.02.2014 19:37, schrieb Erik Faye-Lund: > > On Wed, Feb 12, 2014 at 7:34 PM, Stefan Zager google.com> wrote: > >> On Wed, Feb 12, 2014 at 10:27 AM, Erik Faye-Lund gmail.com> wrote: > >>> On Wed, Feb 12, 2014 at 7:20 PM, Stefan Zager google.com> wro