[dmd-internals] trailing whitespace on git

Daniel Murphy yebblies at gmail.com
Thu Jan 17 18:52:52 PST 2013


What if it only forced it in a release build, and warned for debug builds?

> make clean debdmd
Warning: File blah.c contains tabs/crlf/trailing whitespace
...

> make clean dmd
Fatal: File blah.c contains tabs/crlf/trailing whitespace

> make detab tolf dmd
...

On Fri, Jan 18, 2013 at 1:33 PM, Walter Bright <walter at digitalmars.com>wrote:

>
> On 1/17/2013 6:10 PM, Brad Roberts wrote:
>
>> Or as a part of the 'build' or 'test' stage of each of the packages make
>> files.  Make the compilation fail and the auto-tester has no work to do.
>>
>>
> That's an intriguing idea, but it won't work too well for me. My workflow
> creates tabs, CRLFs, etc., and having the build on my machine constantly
> break would be annoying. The canonicalization only matters on checkin.
>
> ______________________________**_________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/**mailman/listinfo/dmd-internals<http://lists.puremagic.com/mailman/listinfo/dmd-internals>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20130118/b5a68359/attachment-0001.html>


More information about the dmd-internals mailing list