Re: [E-devel] Usage of compiler #warning as a TODO

2015-04-20 Thread Tom Hacohen
On 20/04/15 09:42, Stefan Schmidt wrote: > Hello. > > On 17/04/15 18:07, Tom Hacohen wrote: >> Hey, >> >> As you guys may have noticed, a few people have started using the >> compiler #warning directive as their public TODO. I guess it makes >> sense, because it's distributed and safer than a piece

Re: [E-devel] Usage of compiler #warning as a TODO

2015-04-20 Thread Stefan Schmidt
Hello. On 17/04/15 18:07, Tom Hacohen wrote: > Hey, > > As you guys may have noticed, a few people have started using the > compiler #warning directive as their public TODO. I guess it makes > sense, because it's distributed and safer than a piece of paper. However > it's really bad, and is pol

Re: [E-devel] Usage of compiler #warning as a TODO

2015-04-17 Thread The Rasterman
On Fri, 17 Apr 2015 17:07:55 +0100 Tom Hacohen said: > Hey, > > As you guys may have noticed, a few people have started using the > compiler #warning directive as their public TODO. I guess it makes > sense, because it's distributed and safer than a piece of paper. However > it's really bad,

[E-devel] Usage of compiler #warning as a TODO

2015-04-17 Thread Tom Hacohen
Hey, As you guys may have noticed, a few people have started using the compiler #warning directive as their public TODO. I guess it makes sense, because it's distributed and safer than a piece of paper. However it's really bad, and is polluting our compiler output. Just to give one example (ou