bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows same_file macro not reliable/usable when using Visual Stdudi


From: Paul Eggert
Subject: Re: Windows same_file macro not reliable/usable when using Visual Stdudio
Date: Thu, 23 Feb 2017 07:58:39 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

I'm afraid it doesn't suffice merely to say "here's some code; figure it out"; we need a patch against Gnulib, something that you've tested. I suggest using the format of "git format-patch" for the patch, and using "git send-email" to email the patch to address@hidden You can use the following commands to get started:

git clone git://git.savannah.gnu.org/gnulib.git

git format-patch -1

This should generate a patch in the sort of format we're looking for. To test 
your work, run a command like this:

./gnulib-tool --test stat linkat

Substitute the modules you have affected and want to test for "stat linkat".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]