Re: Missing newline check

2018-12-10 Thread Michael Reeves
Thanks for the reply in my view not treating endof file as newline is a flaw in the standard itself. But that's not my call for a kde app. I will not be supporting this outside kde context with regard to source files. On Mon, Dec 10, 2018, 6:30 AM Boudhayan Gupta Hi Michael, > > In Unix, text fil

Review request: plasma-pass

2018-12-10 Thread Daniel Vrátil
Hi folks, back in May I wrote a Plasma applet that serves as a GUI frontend for the pass password manager [0]. I blogged about it [1], but then somewhat forgot to make a release etc. Recently I started getting some emails from packagers where to get a tarballs so I think it's time to get some t

Re: Missing newline check

2018-12-10 Thread Boudhayan Gupta
Hi Michael, In Unix, text files are defined as a file containing *lines* of text [1]. Necessarily, this means that a character is required to signify the end of line, which just happens to be the '\n' character. Practically, this means certain Unix utilities, (although the GNU ones are smart abou

Missing newline check

2018-12-10 Thread Michael Reeves
Why is krazy still checking for newlines at the end of files? Modern tools don't seem to get tripped up by this. http://ebn.kde.org/krazy/reports/kdereview/kdiff3/src/index.html