Chandler Carruth via llvm-dev
2019-Jan-18 02:43 UTC
[llvm-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
Why? Because we have a mixture scattered about the codebase, but only a very few with `.TXT`. I like consistency. It makes my obsessive tendancies happy. Is this important? Nope. Why am I asking first? Because its possible someone, somewhere will be disrupted by this so I figured I'd ask first. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190117/2e8e2dbb/attachment.html>
Duncan Exon Smith via llvm-dev
2019-Jan-18 02:46 UTC
[llvm-dev] [libcxx-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
SGTM.> On 2019 Jan 17, at 18:43, Chandler Carruth via libcxx-dev <libcxx-dev at lists.llvm.org> wrote: > > Why? Because we have a mixture scattered about the codebase, but only a very few with `.TXT`. I like consistency. It makes my obsessive tendancies happy. > > Is this important? Nope. > > Why am I asking first? Because its possible someone, somewhere will be disrupted by this so I figured I'd ask first. > > -Chandler > _______________________________________________ > libcxx-dev mailing list > libcxx-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
Hubert Tong via llvm-dev
2019-Jan-18 02:51 UTC
[llvm-dev] [cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
I'm wondering if this would wreak havoc upon semi-case-sensitive systems like Windows. I'd like to hear from people who use Git and SVN on Windows. -- HT On Thu, Jan 17, 2019 at 9:43 PM Chandler Carruth via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Why? Because we have a mixture scattered about the codebase, but only a > very few with `.TXT`. I like consistency. It makes my obsessive tendancies > happy. > > Is this important? Nope. > > Why am I asking first? Because its possible someone, somewhere will be > disrupted by this so I figured I'd ask first. > > -Chandler > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190117/145b7bef/attachment.html>
Chandler Carruth via llvm-dev
2019-Jan-18 02:53 UTC
[llvm-dev] [cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
On Thu, Jan 17, 2019 at 6:51 PM Hubert Tong < hubert.reinterpretcast at gmail.com> wrote:> I'm wondering if this would wreak havoc upon semi-case-sensitive systems > like Windows. I'd like to hear from people who use Git and SVN on Windows. >FWIW, I will of course not do this in any case where there might be a collision due to such file systems. I don't think there are any such cases however.> > -- HT > > On Thu, Jan 17, 2019 at 9:43 PM Chandler Carruth via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Why? Because we have a mixture scattered about the codebase, but only a >> very few with `.TXT`. I like consistency. It makes my obsessive tendancies >> happy. >> >> Is this important? Nope. >> >> Why am I asking first? Because its possible someone, somewhere will be >> disrupted by this so I figured I'd ask first. >> >> -Chandler >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190117/1242903d/attachment.html>
Seemingly Similar Threads
- [cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
- [cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
- shortest distance between two point pattern
- R-alpha: R 0.50.a2 shortest segfault ...
- Igraph library: How to calculate APSP (shortest path matrix) matrix for a subset list of nodes.